added modulation input

This commit is contained in:
2023-01-31 00:15:41 +02:00
parent 4aea703411
commit 6dd6b48b5b
2 changed files with 15 additions and 7 deletions

View File

@ -3,6 +3,7 @@ Features:
- Master BPM
- Separate divider or multiplier per chennel (from /32 to x24)
- Random (currently only for on beat pulses)
- 1 input for external modulation (currently hardcoded to channel 6)
TODO:
- 1/8 and 1/16 random
@ -10,8 +11,7 @@ TODO:
- Switch to U8G2 for screen
- Save state to EEPROM when stopped
- swing
- long-press encoder for settings (input mode, pulse length)
- analogue input for modulations
- long-press encoder for settings (input mode, pulse length, modulation targets)
- Design PCB
Timer library available here