-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi, this looks really useful, thanks for sharing it. I've been working on a Teensy-based sequencer/arranger/Eurorack/USB/MIDI-interface thing for a while, and already have some BeatStep functionality in it (over here) - for example I can advance the currently playing pattern, change pattern length and direction etc.
I'm interested in adapting your code to handle some of the trickier bits that you've already got working (loading/saving presets would be quite handy, since I find the Arturia software very clunky!). I can see there may be some changes needed to allow this (eg making the getter asynchronous, instead of sleeping while waiting for a response, so that it can be used in an interactive context).
Do you have any plans to take it in a direction like this already, or would I just be better off forking and adapting the code I need?
Cheers,