Yet another Arduino-based stepper motor MIDI synthesizer
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Peter Cai 149dcf9001 use PROGMEM for the pitch-to-period lookup table 2 years ago
ArduinoMIDI@d501f4bb3d implement serial MIDI interface 2 years ago
TimerCounter@f2651c78bc use a higher-precision timer implementation 2 years ago
.gitignore generate MIDI pitch lookup table 2 years ago
.gitmodules use a higher-precision timer implementation 2 years ago
Makefile Makefile: rename program properly 2 years ago
c_cpp_properties.json.template use a higher-precision timer implementation 2 years ago
gen_pitch_table.py use PROGMEM for the pitch-to-period lookup table 2 years ago
main.cpp initial implementation of pitch bending 2 years ago
motor_control.cpp use PROGMEM for the pitch-to-period lookup table 2 years ago
motor_control.h motor_control: refactor: cache next_tick_half_micros 2 years ago