xevi/NuEVI
2019-10-16 15:28:01 +02:00
..
adjustmenu.cpp Merge pull request #26 from blind/adjustbugfix 2019-07-17 12:28:05 +02:00
config.h Found culprit in long lags issue in doorKnobCheck function. Reading keys again for that was not very clever... Fixed! Still want some more speed for main loop though. Now getting 6-7 ms. Had 5 ms back in 1.3.5 release. Removed scaling/curve for DAC and PWM DAC CV output. Instead made them FAST using timed interrupts. Now updates every 500 microseconds, allowing for audio rate modulation of CV on these outputs by humming into mouthpiece, just like with direct analog CV from sensor. 2019-10-15 16:43:54 +02:00
FilterOnePole.cpp Incorporate Filters code into NuEVI repo for smoother setup. 2019-07-27 16:58:34 +02:00
FilterOnePole.h Incorporate Filters code into NuEVI repo for smoother setup. 2019-07-27 16:58:34 +02:00
globals.h Merge branch 'master' into sysex 2019-08-26 16:09:32 +02:00
hardware.h More stale code removal 2019-06-25 13:42:41 +02:00
led.cpp Added secondary CC for extra controller and a Level CC control (stored), both with new settings for pinky key. New pinky settings: "EC2" sends on/off (127/0) for extra ctr CC2. "ECS" uses pinky key as switch between sending primary and secondary CC with extra controller. "LVL" lights up breath and portamento LEDs to indicate level (breath LED on full is max level, portamento LED full is min level), and level can be adjusted with K5 (up) and K1 (down). "LVP" is the same as "LVL", but with stored level transmitted at power up. 2019-08-21 08:44:22 +02:00
led.h Added secondary CC for extra controller and a Level CC control (stored), both with new settings for pinky key. New pinky settings: "EC2" sends on/off (127/0) for extra ctr CC2. "ECS" uses pinky key as switch between sending primary and secondary CC with extra controller. "LVL" lights up breath and portamento LEDs to indicate level (breath LED on full is max level, portamento LED full is min level), and level can be adjusted with K5 (up) and K1 (down). "LVP" is the same as "LVL", but with stored level transmitted at power up. 2019-08-21 08:44:22 +02:00
menu.cpp Found culprit in long lags issue in doorKnobCheck function. Reading keys again for that was not very clever... Fixed! Still want some more speed for main loop though. Now getting 6-7 ms. Had 5 ms back in 1.3.5 release. Removed scaling/curve for DAC and PWM DAC CV output. Instead made them FAST using timed interrupts. Now updates every 500 microseconds, allowing for audio rate modulation of CV on these outputs by humming into mouthpiece, just like with direct analog CV from sensor. 2019-10-15 16:43:54 +02:00
menu.h Use wiring.h with proper case, so building hopefully works on Linux 2019-08-07 17:36:41 +02:00
midi.cpp Rename midi value conversion functions to something that possibly makes more sense 2019-08-15 08:04:14 +02:00
midi.h Rename midi value conversion functions to something that possibly makes more sense 2019-08-15 08:04:14 +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 Make IntervalTimer stub so simulator works 2019-10-16 15:28:01 +02:00
numenu.cpp Menu selection is now data driven 2019-06-23 17:14:17 +02:00
numenu.h Final push to unify all menu states 2019-06-23 17:14:18 +02:00
settings.cpp Merge branch 'master' into sysex 2019-08-26 16:09:32 +02:00
settings.h Merge branch 'master' into sysex 2019-08-26 16:09:32 +02:00