So in the poi editor, when you select a point and select saved loop. there is a drop down box where you can select slot 1-8, Can you please explain what slots are and how they are used? Thanks
Posté Fri 23 Oct 15 @ 1:48 am
It like cue points 1-8.
You can save different loops into different slots.
Imagine it as a garage for loops.
If you want to drive a different car you open garage no. 4 instead of 2.
You can save different loops into different slots.
Imagine it as a garage for loops.
If you want to drive a different car you open garage no. 4 instead of 2.
Posté Fri 23 Oct 15 @ 8:49 am
To use the different slots, do you have to use a custom mapping for your controller? The controller I use is a Vestax VCI-300. Hope you guys can help me. Thanks
Posté Fri 23 Oct 15 @ 2:25 pm
Save the current loop (or a 4 beat loop at the current position if no loop set) in slot x: loop_save x
Load the loop in slot x and jump to it: loop_load x
Load the loop in slot x but don't jump to it: loop_load_prepare x
Single action to load loop in slot x and jump to it, or save loop if none exists: saved_loop x
Single action to load loop in slot x, or save loop if none exists: saved_loop_prepare x
Where x is a numbered slot, or a name (enclose in ' ' if it's a name!).
Load the loop in slot x and jump to it: loop_load x
Load the loop in slot x but don't jump to it: loop_load_prepare x
Single action to load loop in slot x and jump to it, or save loop if none exists: saved_loop x
Single action to load loop in slot x, or save loop if none exists: saved_loop_prepare x
Where x is a numbered slot, or a name (enclose in ' ' if it's a name!).
Posté Fri 23 Oct 15 @ 3:59 pm