@David-Healey said in Changing Sample Start Mod:
@ulrik said in Changing Sample Start Mod:
But the sample map xml files are also changed when saving the project, if I open the maps in a text editor I can see the changes are made
Aha I misunderstood. So it's autosaving them, hmm that's unexpected.
Yes indeed it is.
@ulrik said in Changing Sample Start Mod:
So if I understand right, it doesn't matter as long as it's referring to the right ch1
Needs testing in a compiled plugin.
Ok I have tested it in a stand alone, and that works fine
@ulrik said in Changing Sample Start Mod:
The user can change all samples in range between 0 - 5000 smpl, that is already fixed
In that case I would just use sample start mod and a constant modulator or set the start offset in the note on callback, rather than changing the sample properties at run time.
Yes I have been thinking in that direction as well, but I also have a script that already make use of the SampleStartMod, so that will add up to the Sample Start setting I guess.
But I think it would be the best way to use Sample Start Mod for this purpose as well
Thank you David for the feedback, it's much appreciated!