started implementing per-channel modulation

This commit is contained in:
2023-02-04 00:40:56 +02:00
parent aed86d0be4
commit 7a72340730
3 changed files with 46 additions and 49 deletions

View File

@ -1,21 +0,0 @@
Features:
- 6 output channels
- 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:
- random for any division (long press encoder)
- External clock
- Switch to U8G2 for screen
- Save state to EEPROM when stopped
- swing
- settings (input mode, pulse length, modulation targets)
- Design PCB
Timer library available here
https://github.com/PaulStoffregen/FlexiTimer2
KiCad SSD1306 display component
https://github.com/pforrmi/KiCad-SSD1306-128x64