Category Archives: MIDI
Euclidean MIDI Patterns
In January I posted a Euclidean rhythm generator in Flash. Polyrhythms generated by a mathematical algorithm. I wanted the next version to be able to send MIDI, so I could use it with software like Ableton Live and hardware music machines like my Elektron Machinedrum. Since Flash doesn’t do MIDI I spent the last few [...]
Also posted in Java Tagged algorithm, euclidean, java, midi, pattern, polyrhythms, rhythm 114 Comments
MIDI and XML for a drum machine
As a next project I want to make a simple drum machine. Several tracks that each play a different drum sample and each track has sixteen steps. Just like a Roland 808 or the main step sequencer in FruityLoops. It’s nothing complicated but it made me think about how to store the patterns the drum [...]
Also posted in XML 2 Comments
Euclidean Pattern Generator 1.1 – OSC support