ygravrand / steppy

Step sequencer in Python
Other
47 stars 6 forks source link

Optimization for nano computers #1

Open ygravrand opened 7 years ago

ygravrand commented 7 years ago

I tested steppy on a Raspberry Pi (model A) and on a C.H.I.P ($9).

It launches! But when reacting to midi messages, for example when turning knobs on the Launch Control, the tempo can drift. The current gevent architecture is based on the assumption that message handling is fast.

We can:

Or, if we really want to be able to run it on a C.H.I.P: