marchingband / wvr

Home of WVR, an open source, Arduino compatible, ESP32-based Sample Player and Audio Framework.
GNU General Public License v3.0
65 stars 9 forks source link

Mute group, midi CC's #38

Closed marchingband closed 2 years ago

marchingband commented 2 years ago

Added "mute groups" to the UI and the audio engine. Added Midi controls which respond per channel: CC 7 (volume) CC10 (panning) CC 11 (expression) CC 64 (sustain) CC 72 (release time) CC 120 (all sound off) CC 121 (reset all controllers)

NOTE!: This is a major version bump, so it will trigger an eMMC reset. All sounds, configuration, firmwares, etc will be erased, and WVR will be reset to factory defaults the first time this firmware boots.

implements #23 implements #25 implements #32