Yet another Arduino-based stepper motor MIDI synthesizer
Go to file
Peter Cai eeb92cb75b gen_pitch_table: remove workaround for resonance frequencies
Hard-coding this here is not appropriate since we can tune the current
and microstep to move the resonance frequency around.

But really, we should be avoiding the resonating notes during
arrangement, not here as a hard-coded workaround.
2021-06-14 15:44:09 +08:00
ArduinoMIDI@d501f4bb3d implement serial MIDI interface 2021-06-10 15:08:43 +08:00
TimerCounter@f2651c78bc use a higher-precision timer implementation 2021-06-10 18:36:33 +08:00
.gitignore generate MIDI pitch lookup table 2021-06-10 13:26:08 +08:00
.gitmodules use a higher-precision timer implementation 2021-06-10 18:36:33 +08:00
Makefile Makefile: rename program properly 2021-06-11 15:31:37 +08:00
c_cpp_properties.json.template use a higher-precision timer implementation 2021-06-10 18:36:33 +08:00
gen_pitch_table.py gen_pitch_table: remove workaround for resonance frequencies 2021-06-14 15:44:09 +08:00
main.cpp initial implementation of pitch bending 2021-06-11 15:29:58 +08:00
motor_control.cpp pitch_table: expand bend to 2048 levels 2021-06-11 18:56:21 +08:00
motor_control.h initial implementation of pitch bending 2021-06-11 15:29:58 +08:00