Robin Schmidt
Robin Schmidt
this list is already there anyway. the meta must keep track of its dependents, for obvious reasons. ...but there should probably be some limit on the string length
ok, i have something in place to change the meta name - but, the host is not updated. i need to implement some kind of callback mechanism in order to...
hmm...so is the issue solved then (an the other one, too)? i just tried to assign "ClipLevel" and "Gain" to Meta 1 - and the sliders do move in sync.
phew - that's actually totally against the rules. i need to think about the consequences...
hmm...well - i have something like this in func-shaper. there you can adjust min/max values of the a,b,c,d sliders. do you think, such functionality should be encapsulated into a class?...
or maybe not a subclass but one that contains a slider and 2 textfields
the main reason for not doing such things is that i don't want to bloat and clutter the preset files. my reasoning is that it's rather unlikely to change a...
> No idea how to do version converting of presets. you retrieve the PatchFormat attribute from the xml, and compare the returned value to the AudioModule's patchFormatIndex member (that you...
i think, it's time to facilitate the use of custom mapping functions for parameters. a bipolar version of the exponential mapping is something quite particular and it needs at least...
ok - my Parameter class supports now custom mapping functions. this was a sort of open-heart surgery of one of my most basic framework classes, so some care had to...