Hello Guy's
I'm discovering (and lovin') Mobius3
I'm although looking for a while in this forum the answear to my problem.
Maybe my poor english does'nt help me finding a solution. Sorry if this question has already be asked
Sooooooo :
I'm using a diy board with 6 buttons, an ESP32 to transmit midi signal to Mobius. Ok on this side.
I decided Track 4 could be pre-programmed to act in ONE action : Autorecord - Overdub for 2 loops - Play
(1 press for 3 loop : autorecord, then overdub 2 layers)
So I wrote this script
in 4
{
AutoRecord
OverdubOn
wait cycle
wait cycle
print "OK"
OverdubOff
}
In fact, if overdubbing is correctly launched, it doesn't stop. How can I Overdub 2 loop, then return to play mode, without action on any button ?
Thanks a lot !