UpDate:
#Jamuary 2023 - Bespoke Berlin Machine Mark III (With Drone and Attitude!) - Jam
Testing out my Teensy Synth Berlin Sequencer with Attitude!
Features:
2 independently sequenced voices.
Each of these is...
Testing out my Teensy Synth Berlin Sequencer with Attitude!
Features:
2 independently sequenced voices.
Each of these is adjustable on a per step basis:
Notes
Gates
Waveforms (Currently 9 to choose from)...
Conways Game Of Life Does Ambient
I used the Teensy Controlled Launchpads to Play Conways Game of Life. The "cells" dictate the notes to be played by the three synths. Yellow Cells are living cells, green are new...
#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.
...