ygravrand / steppy

Step sequencer in Python
Other
47 stars 6 forks source link

StepPy: a step sequencer in Python

.. image:: https://travis-ci.org/ygravrand/steppy.svg?branch=master :target: https://travis-ci.org/ygravrand/steppy

Using this project, one can:

Abstractions allow programmers to customize the behaviour for a particular controller.

Bindings are already available for:

Genesis

This project was demonstrated @ Pycon-Fr 2016.

The slides are available here <https://speakerdeck.com/ygravrand/build-a-step-sequencer-using-python-fosdem-17>_ (soon on this repository).

First demo:

.. image:: http://img.youtube.com/vi/j3N0pPi5eu4/0.jpg :width: 320px :height: 240px :alt: "First StepPy demo" :align: center :target: https://youtu.be/j3N0pPi5eu4

Installation and usage

To install the package and run StepPy:

To run tests:

Integrated web server (experimental)

StepPy ships with an integrated gevent-based web server with real time updates via Websockets.

To use this server (only works with python 2 for now):

Troubleshooting

Roadmap