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

Formale Metadaten

Titel
Hacking midi devices with StepPy a step sequencer in Python
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
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!