On 11/16/2014 11:41 AM, Vesa wrote:
> They should not be used in DSP, audio processing, or any kind of
> speed-critical code. A common way I see them used (which I've also done
> myself before I knew better) is to trigger some change or calculation
> when a knob value is altered. This practice should be phased out and the
> existing offenders altered.

One exception here, samplerate changes (and similar) are acceptable to
use signals and slots for, since those are events that happen very
sporadically. For knob value changes, we need a better method of
communicating value changes - perhaps a flag in the model that the DSP
code can check.

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
LMMS-devel mailing list
LMMS-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to