Hi! In the interest of sharing Teensy-based "fun but not rocket-science level" stuff here is a short clip from my standalone sequencer project based on a 4.1.
It currently has 7 tracks which can be set to control midi devices on serial or host usb ports (if decently compliant). Each track has 8 patterns edited on the Launchpad, while playing if you want. This matrix-based editing was the main reason I wanted to explore this concept. Patterns can be 1-128 "columns" and have variable speed as well. Patterns are polyphonic of course.
For connectivity I am heavily using the usb host library with and without interrupts simultaneously. But I made a pact with the devil so it works
This short clip shows a "scene" mode which selects combinations of patterns that are cued in while playing. The concept is similar to many grooveboxes. Unfortunately no scene "chaining" yet, thus the occasional manual interaction.
Any suggestions are welcome!
Cheers, Daniel
It currently has 7 tracks which can be set to control midi devices on serial or host usb ports (if decently compliant). Each track has 8 patterns edited on the Launchpad, while playing if you want. This matrix-based editing was the main reason I wanted to explore this concept. Patterns can be 1-128 "columns" and have variable speed as well. Patterns are polyphonic of course.
For connectivity I am heavily using the usb host library with and without interrupts simultaneously. But I made a pact with the devil so it works
This short clip shows a "scene" mode which selects combinations of patterns that are cued in while playing. The concept is similar to many grooveboxes. Unfortunately no scene "chaining" yet, thus the occasional manual interaction.
Any suggestions are welcome!
Cheers, Daniel