I've got a custom sampler that I've been working on for a while, it uses the table framework sample map to import samples and it has an internal recording setup for capturing live audio.
Right now it uses two different sample playback read mechanisms to read and playback from the sample data from the table framework and a separate one to read sample data from the live audio input recording.
I'd like to strip it down and save some cpu by not having 2 separate playback systems.
is there a way to import the sample into an array in core and then switch the arrays input be be used for live audio?
Is there a way to configure a selectable source for arrays or a selectable array read mechanism?
Thanks.