Releases: fu-raz/midi-mixer-wavelink-new
Releases · fu-raz/midi-mixer-wavelink-new
v0.9.0 Muting and Effecting
- Added a button to bypass filters on both local and stream
- Added mute buttons for stream and local separately
v0.0.15
v0.0.14
v0.0.13 Solo button changes
Changed the way solo button behaves. A solo button press should now actually solo a channel.
Volume levels on meter
When changing volume, the meter now shows the volume level temporarily. This is especially useful on devices like the X-Touch mini where you only have volume knobs.
v0.0.11 Optimized meters
The meters work better now!
v0.0.10 Peak level meter!
Because of an update from the WaveLinkClient plugin, we can now get the peak levels.
Things to know:
- It only works on inputs for now, I'll add outputs a.s.a.p.
- It can read left and right channels, but I've defaulted to the left channel for now. MIDI mixer only supports one channel for the meter.
- I multiply the level with the volume to get the 'relative' peak level for a mixer. I don't know if that should be an option or not, let me know.
- Can be a little glitchy because there's a 150ms update speed. Sometimes wavelink is a little slower than that I think. I'll work on it.