#Jamuary 2023 - Dual Launchpad (Teensy Controlled) Jam with Drone Enabled. RD-6, TD-3, Volca FM & Keys
Using my Bespoke Teensy Controlled Dual Launchpad system.
This is more of a demonstration of jamming using my...
In mine the Teensy provides the clock. I just divide up the delay for the BPM into 6 sub delays and send MIDI clock on each of these.
void sendMidiClockDelay(int dly) {
if (dly < 0) dly = 6;
//cut up delay...
I have now used 2 launchpads as screens/keyboards to generate sequences for 4 external synths via MIDI. Two launchpads make it easier to have 16 steps in a sequence.
Here is an example of it in action for Jamuary.
...
Bespoke Dual LaunchPads Controller. Teensy Microcontroller sequencing Volca Bass, FM and Drum
I am using the Teensy in Host Mode to control two Launchpads and also provide 4 sockets out of MIDI, although this Jam...