Live 8 Looper Device, how to access CLEAR & UNDO (LiveAPI)?
Posted: Sun Jul 12, 2009 5:02 pm
Hello, i'm using ableton for the live looping with my bass guitar.
I have custom driver (MIDI remote script) for it. But can't access UNDO and CLEAR params.
stdout print for the "Looper" device parameters:
"State" values: 1 - record; 0 - stop; 2 - play; 3 - overdub;
How can i access UNDO and CLEAR params through the LiveAPI interface???
Help please, its main factor for the Live 7 to Live 8 migration
I have custom driver (MIDI remote script) for it. But can't access UNDO and CLEAR params.
stdout print for the "Looper" device parameters:
Code: Select all
@ Device On min[0.0] max[1.0]
@ State min[0.0] max[3.0]
@ Feedback min[0.0] max[1.0]
@ Reverse min[0.0] max[1.0]
@ Monitor min[0.0] max[3.0]
@ Speed min[-36.0] max[36.0]
@ Quantization min[0.0] max[14.0]
@ Song Control min[0.0] max[2.0]
@ Tempo Control min[0.0] max[2.0]
How can i access UNDO and CLEAR params through the LiveAPI interface???
Help please, its main factor for the Live 7 to Live 8 migration