We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Hacking midi devices with StepPy a step sequencer in Python

Formal Metadata

Title
Hacking midi devices with StepPy a step sequencer in Python
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
If you're making electronic music in 2017, you're likely to have seen or usedone of Native Instrument's "Maschine", "Maschine Jam", Novation's "Circuit",or Ableton's "Push"... These pad-based devices allow musicians to triggersamples, and create rhythms intuitively by the means of a "step sequencer".The said step sequencer is implemented in the box and stays in it... Thanks to "mido" and "portmidi" libraries, I designed a lightweight opensource software sequencer (without a GUI), exposing abstractions for pythonprogrammers to use their existing MIDI-enabled hardware. My MiniNova, LaunchControl and Quneo devices were hacked this way to create new functionalitytogether. The talk starts with a quick explanation of MIDI and step sequencing, thendescribes the benefits and challenges of using Python in this context, as wellas the choice of gevent against other async frameworks. It ends of course witha live demo!