At around 6:30 I think you're calling getNextValue() on the smoothed parameter more often than you intend to, because you're inside the channel loop.
@TimShatnyy2 жыл бұрын
Thank you!!! You explained such important things for me!!!
@reillyspitzfaden2 жыл бұрын
Very helpful, thanks!
@jwenaposse3052 жыл бұрын
Very interesting thank you! How are race conditions prevented? Isn't the UI knob setting the gain value potentially at the same time that the processBlock loop reads it out and set it on the gainModule? Or is this handled internally by the gainModule? Thanks :)
@wimvandenborre7062 жыл бұрын
Would you guys do a tutorial on midiout?
@borges692 жыл бұрын
Hi, thanks for your tutorial. If I want to check or use every sample, using dsp model with block is it convenient ? Maybe I have missed something?
@drbruisin2 жыл бұрын
Yes using the block with the dsp modules is convenient!