Teensy4.1_Serenity_Midi_test.ino
goalz… :
- send and receive midi clock
- send and receive midi notes
- send midi note + pitch bend
- receiving notes ?
- arpeggiate active notes?
- use note to choose root of chord
- harmony?
- secret second synth??????? only accessible through midi
- presets
- send and receive control change outputs
- midi start and stop messages
- send those
- start arpeggio for example
controls;;
- midi clock options
- hold down tap BPM button
- if you don’t receive external midi clock for 3 seconds switch to internal clock
- VIBESMODE
- arp
- drone
- midi (external keyboard?)
- arping notes you press on keyboard mode
- regular mode
https://github.com/midilab/uClock
- teensy receives 24 pulses per quarter note
- tell teensy what to do every time it receives a pulse
- what do i wanna do every 1/8 note, 1/16th note, etc?
- how do we get down beats right?
- midi start/stop messages?