Dynamically load Audio Loop Player
-
Hey yall,
I was wondering if it is possible to dynamically load a audio loop player? I am having a instrument where I want to allow up to 24 samples being played, each one in their own audio loop player. Each Audio Loop Player should have 1 insert effect and 3 send effect containers.
Will this actually save me any performance or is a empty loop player 'lean' enough given that there are 24 instances possibly 12 unused most of the time. Most of the fx will be suspended anyways.
thanks in advance!
-
@oskarsh if you bypass them if unused they will consume almost no CPU, so it shouldn‘t be a problem
having 24 of them. -
@Christoph-Hart thanks!