Hey all,
While other projects are in the "thinking phase" I messed around with the usb host lib and inspired by other Teensy/Launchpad projects put together a rudimentary groovebox/step sequencer. Obviously this is very limited atm but would appreciate any suggestions on nice features to put on the list.
Interestingly I did not get the note/CC control for the Launchpad to work so I am using sysex instead.
Currently:
- 8x16 matrix input for drum sequences (accessible via two pages)
- 8-channel sample based drum playback (no fancy SD interface yet)
- 8x16 matrix for musical notes with selectable scale and transpose via midi in (base note)
- Simple PWM voice just to test the musical sequencing part
- Some FX
Todo:
- Storing and chaining more patterns
- Sample management
- More tracks/channels
- CV out maybe?
- A lot of other things...
While other projects are in the "thinking phase" I messed around with the usb host lib and inspired by other Teensy/Launchpad projects put together a rudimentary groovebox/step sequencer. Obviously this is very limited atm but would appreciate any suggestions on nice features to put on the list.
Interestingly I did not get the note/CC control for the Launchpad to work so I am using sysex instead.
Currently:
- 8x16 matrix input for drum sequences (accessible via two pages)
- 8-channel sample based drum playback (no fancy SD interface yet)
- 8x16 matrix for musical notes with selectable scale and transpose via midi in (base note)
- Simple PWM voice just to test the musical sequencing part
- Some FX
Todo:
- Storing and chaining more patterns
- Sample management
- More tracks/channels
- CV out maybe?
- A lot of other things...