Robin Schmidt

Results 872 comments of Robin Schmidt

actually, you do that the very same way as on construction time. just create the new module with `new` and add it via the function `AudioModule::addChildAudioModule` to the parent module....

> any cracker will have to re-crack every update hmm...ok, yes - but i guess, they will have no problem doing so. maybe you could store them in a somewhat...

ok - the state recall works now. now i need to make it possible to let the modulation depths be meta-controlled and let the user set up min/max values for...

> right-double-click should not do "enter value amonut" done > if you right click on the slider, then click out of the menu, then the next mouse click will be...

>Is there a reason you went for a remove menu button rather than a remove button next to each modulator? it was the quickest and easiest solution and i also...

i have created a (preliminary) explanation how to use it. it is also in ModulatableParameter.h (which contains all the relevant classes - i should rename the file) https://github.com/RobinSchmidt/RS-MET/wiki/The-Modulation-System

> is it possible to have lfo also have modulation targets you mean, that the parameters of an LFO, such as the frequency, can be ModulatableParameters themselves? i actually can't...

you need to make a subclass of ModulationSource, implement (override) the updateModulationValue function and set the member variable modValue there to your desired value (it is called per sample). then,...

i'll probably change the interface to make it a getModulationValue function that actually returns a value. that's probably easier to understand

perhaps i should call it getSample() to make it clear that it is called per sample?