So I want to use clipchopper as well as other clip chopping apps for live guitar looping performance. Unfortunately, you have to record the clip, then double click on the clip and turn the ram mode to make the clip react to chops quickly.
Does anyone know if there is a max patch or any other way to record clips directly to RAM mode without the extra step? If it doesnt exist i would be willing to pay someone to write me the patch.
Max patch for recording clips directly to Ram mode
Re: Max patch for recording clips directly to Ram mode
The Access to that particular element of Live isn't available through the live object model i'm afraid, means you won't be able to get a patch to do this...
You maybe able to imitate a mouse click on the particular area of screen with some other software though....
Cheers
D
You maybe able to imitate a mouse click on the particular area of screen with some other software though....
Cheers
D
Re: Max patch for recording clips directly to Ram mode
record the audio into a buffer~ object. that's the max equivalent of ram memory. i think that the audio file path of a clip is now exposed in the api - so you could load the clip audio into a named buffer and then get busy on it.