Let's talk about music programming! There are a million aspects to this subject, but today, we'll touch on generating rhythmic patterns with mathematical and combinatorial techniques. These include the generation of partitions, necklaces, and Euclidean patterns.
Continue reading Musical Rhythms with Math in Python...
So, I got tired of starting up my bloated music app (i.e. "LogicPro X", the industrial strength DAW), which is made for recording and mastering, just to fool with my synths, using my own timing systems. Since I'm a programmer, naturally I made a python MIDI program! tl;dr: clock-it.py
Continue reading Clocking a Music Sequencer with Python...