Re: [Qmidiarp-devel] Experimental fork for review
Linux MIDI arpeggiator, phrase generator and controller LFO
Status: Alpha
Brought to you by:
emuse
From: Frank K. <goe...@ya...> - 2020-04-05 20:19:25
|
Just a little PS: On 05/04/2020 19:32, Frank Kober via Qmidiarp-devel wrote: > if ((sval < parStore->list.count()) > -> && (sval != parStore->activeStore) > -> && (sval != parStore->currentRequest)) { > The reason for my question is that now every time the same controller is received the module will reload its parameters. When you have a slider or knob on a hw controller for doing this (which I actually do sometimes) they send data from 0 to 127. In between the few storage values, say 8, it's rapidly sliding over ranges that will repeat the same value internally, because it is quantized by the controller range. Maybe you can make this condition to set only the arise flag in case it repeats the same parameter set...phew, long explanation, hope this is clear...next time I'll propose a patch. Cheers Frank |