My setup: I play through six parallel chains into six low wattage amps. Each chain is a track in Mobius (Tracks 1-6, all sync'd to Default), Track 7 is recording a djembe and Tracks 8-10 are again the 6 parallel chains with sync set to none. I am using a Roland Octatrack on Windows 8.1 on a Clevo p750dm with 16gb memory, an i7-6700k and ssd hard drives.
Default sync is set to Out and I use LoopBe1 to sync Ableton Live 9.6 for drums.
Group A is Tracks 1, 3, 5
Group B is Tracks 2, 4, 6
Group C is Tracks 8, 9, 10
I use Group C to loop ambient interludes between songs. Groups A and B are for the actual songs.
The following script (yes, it is the same script I've posted elsewhere) works well for one button operation of Mobius EXCEPT when I have looped material on Group C (the unsynced group). Then the script does not usually want to work on any of Tracks 1-6 or Groups A or B (sometimes it will and sometimes it won't).
Why would unsynced tracks looping first cause this script to not work half the time?
Default sync is set to Out and I use LoopBe1 to sync Ableton Live 9.6 for drums.
Group A is Tracks 1, 3, 5
Group B is Tracks 2, 4, 6
Group C is Tracks 8, 9, 10
I use Group C to loop ambient interludes between songs. Groups A and B are for the actual songs.
The following script (yes, it is the same script I've posted elsewhere) works well for one button operation of Mobius EXCEPT when I have looped material on Group C (the unsynced group). Then the script does not usually want to work on any of Tracks 1-6 or Groups A or B (sometimes it will and sometimes it won't).
Code:
!name TheTap
!sustain 1000
!multiclick 200
if mode == reset
Record
end
else if mode == record
Overdub
end
else if mode == overdub
Play
end
else if mode == play
Overdub
end
else if mode == mute
Play
endif
Label sustain
if sustainCount == 1
Reset
endif
Label click
if clickCount == 1
Mute
endif
New problem: Inconsistent behavior
0 commentaires:
Enregistrer un commentaire