RSSAmplifier

Blog

Gene Boggs

ology.github.ioRSS feed ↗5 posts

Latest posts

Chess Coverage Visualization

My younger brother kept beating me at chess, because I'd move something to an unprotected and even threatened square. Argh! Continue reading... Tags: python django chess visualization

Musical Rhythms with Math in Python

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... Tags: Python Mathematics Music MIDI

Musical Creativity with Python

Recently, I found that there were gaps in the musical creativity packages on pypi . There are packages for music analysis and utilities for doing MIDI things, but nothing I could find for actual creativity. I decided to rectify this and port my music and MIDI Perl code to Python. Continue reading... Tags: Python Music MIDI

Clocking a Music Sequencer with 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... Tags: Python MIDI

MIDI Rock: Stone

So I bought a MIDI Rock "Stone" joystick controller... Continue reading... Tags: analysis MIDI systems