monome / norns

norns is many sound instruments.
http://monome.org
GNU General Public License v3.0
630 stars 145 forks source link

softcut master level #684

Closed catfact closed 5 years ago

catfact commented 5 years ago

MixerClient has a level for softcut master but it isn't applied (to save cycles)

.addFrom() should change to .mixFrom(levels.cut) here: https://github.com/monome/norns/blob/dev/crone/src/MixerClient.cpp#L99

and needs OSC glue

tehn commented 5 years ago

fixed by #687 and #688