xevi/NuEVI
Mikael Degerfält c43be09b1f Save memory by changing int arrays to const short arrays
No need to have them in RAM since they are never changed, and their value was never higher than 14 bits, so using 32 was just a waste.
2019-06-09 16:53:17 +02:00
..
config.h Moved settings #defines to settings.h 2019-06-04 23:34:26 +02:00
globals.h Global namespace cleanup 2019-06-08 15:34:16 +02:00
hardware.h Added way to enter regular menu instead of rotator menu (touch special key) if touch sensing is set too high. Added support for pneumatic bite sensing (add-on board). Experimental pitch CV out for built-in add-on CV scaler board (#define CVSCALEBOARD). LED brightness fix. 2019-03-21 09:15:28 +01:00
menu.cpp Global namespace cleanup 2019-06-08 15:34:16 +02:00
menu.h Renamed menu.ino to menu.cpp 2019-06-03 19:24:21 +02:00
midi.h Move access to usbMIDI to midi.ino 2019-06-08 22:22:13 +02:00
midi.ino Move access to usbMIDI to midi.ino 2019-06-08 22:22:13 +02:00
name.c Move all source files to subdirectory to be less confusing for Arduino IDE 2019-03-04 10:16:58 +01:00
NuEVI.ino Save memory by changing int arrays to const short arrays 2019-06-09 16:53:17 +02:00
settings.h Moved settings #defines to settings.h 2019-06-04 23:34:26 +02:00