xevi/NuEVI
2019-10-23 19:21:37 +02:00
..
adjustmenu.cpp Merge pull request #26 from blind/adjustbugfix 2019-07-17 12:28:05 +02:00
config.h Added new dual trill functionality (contribution from Nyle) for third trill key allowing it to do both 3 semitones up and 4 semitones up. The alternate value is triggered by touching K3 and K7 (third trill key) at the same time. Third trill setting decides which interval is the standard "non-combo" one. Inspired by this combo thing, I also added an alternate way of doing lecacy style direct patch selection. Latch a note value using pinky key, then touch K1/K5 combo to send program change to that note value, or K2/K6 combo to send high and low numbers (108 to 127 and 0 to 36). 2019-10-20 12:25:24 +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 Added static glide/portamento control as pinky key setting. Use LEVEL control to set glide time. 2019-10-20 14:16:10 +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 Added static glide/portamento control as pinky key setting. Use LEVEL control to set glide time. 2019-10-20 14:16:10 +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 Hopefully I've managed to get all the legacy control stuff right this time. 2019-10-23 19:21:37 +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 Added static glide/portamento control as pinky key setting. Use LEVEL control to set glide time. 2019-10-20 14:16:10 +02:00
settings.h Merge branch 'master' into sysex 2019-08-26 16:09:32 +02:00