[feature request] setStartOffset normalized
-
The
setStartOffset
function expects a value in samples (I think). I would like to be able to give a value between 0 and 1, because I don't always know what the maximum offset is in samples for the currently triggered sample. -
Looks like I can just use a script controlled constant mod for what I want actually. But would still be useful to have I think.
-
@d-healey the problem is that a normalized value would require a float number in the HiseEvent class and there are not enough bits for that.
-
@Christoph-Hart aha ok, well the constant mod is working fine for me so i'm happy
-
@d-healey if you want more control you might also use a scripted voice start modulator, this is often overlooked as option :)
-
@Christoph-Hart Oh i'll check that out. I'm currently using a script to control the mod but maybe that would be better
-
Yeah the scripted mod was a great choice. Because of the flow of my project I had to add it as a global mod but it does the job nicely.