Multiple sample start points
-
Is it possible to set multiple sample start positions for a sample and choose which one to use from the scripting api.
I have one sample that contains multiple notes and based on certain things the user does I'd like to be able to select which part of the sample is played.
-
@d-healey duplicate it?
-
@d-healey said in Multiple sample start points:
Is it possible to set multiple sample start positions for a sample and choose which one to use from the scripting api.
I have one sample that contains multiple notes and based on certain things the user does I'd like to be able to select which part of the sample is played.
cant you just use the offset?
-
@Christoph-Hart Sometimes the simplest solution is the right one :)
@Lindon said in Multiple sample start points:
cant you just use the offset?
I don't think that would help here. I want to set precise start points for every sample in my map. Using the offset would also mean loading most of my sample into memory which I'd rather avoid.