-
February 17, 2020
12″ cassette tape loop In my recent posts I described some different loop length scenarios. I have made loops as short as 6″ that still are able to work with the stock location of the erase head. I just completed a 12″ loop that worked out pretty well by threading the tape over 2 extra small rollers up in the…
-
February 16, 2020
Tape loop experiment #1 Technically not the first experiment, but the first one that had an interesting result. I will write some more about previous things soon. Walkman https://www.amazon.com/Byron-Statics-Converter-Automatic-Headphone/dp/B07JWC2624 Modded for line input in place of the microphone. Quick note on the mic: this unit has an electret mic that seems to be biased with a 1v signal and is…
-
February 16, 2020
Walkman tape loopers I got a few cheap portable walkman-style tape recorders from Amazon recently with the thought that I would get into doing tape loops in my live sets. I didn’t really think through what I wanted to do but it seemed like plenty of people out there were splicing loop cassettes together and things worked out ok. I…
-
June 22, 2019
Why are patchbays confusing? I have a studio space that is shared with a few people. I have a patch bay set up. For some reason people unplug things from the back of the patch bay to set things up. Patch bays are confusing unless you think about it the right way. Ideally the studio is set up the way…
-
September 30, 2014
Accurate timing in the browser I have been playing around with some simple audio stuff in the browser and Nodejs again lately. In the past I’ve done some experiments with generating audio and doing simple sequencer UIs, but I never tried to get something really useful happening. One thing that’s crucial for playing audio events is timing. When generating actual…
-
June 10, 2014
Subtleties of standard MIDI file delta time I have been playing around with generating MIDI files using Node.js recently. I’m using a minimal MIDI file writer called node-midimal. Everything was working fine until I tried to output a drum beat that had a hihat and a snare/kick playing on the same beat. I was writing out the notes both with…
-
March 23, 2014
Rapid prototyping PC boards Hey guys, some thoughts on doing quick-turn PCBs. I have access to a CNC mill at the moment, and I’ve been messing with PCB-GCODE to make PCB layouts in Eagle and then make them on the CNC mill. I have done some test runs on plywood with an end mill, but I’m working up to getting…
-
March 23, 2014
Guitar pedal resources I have a new guitar pedal project in the works right now, which will be unveiled soon. In the meantime there are a few resources for common parts that I keep coming back to for various things. These guys have kind of a crude name, but they are one of the only places that have the really…
-
December 28, 2013
Building PD iemmatrix under OSX Mountain Lion It’s often a trial by fire to build Pure Data externals despite cross-platform build systems like flext designed to make the job easier. I’ve blogged a little bit about getting some arcane externals to build before, so I’ll continue my quest to document my builds here. Iemmatrix is a matrix math external for…
-
July 17, 2013
Using the Kinect as a MIDI controller I just grabbed a Microsoft Kinect camera from eBay. I’m new to the 3d camera thing so I wanted to get something cheap and simple to start out with. There are some things to keep in mind when getting a Kinect to work with a PC or Mac. The particular version of Kinect…