Home › Forums › Logelloop (En français) › Bug Presets › Répondre à: Bug Presets
Je viens d’essayer LL avec enregistrement en stéréo sortie multipiste, le cpu monte à 100 pendant les changement de presets avec interpolation, ca craque de partout . Et dans cette macro le compteur s’arrête au nombre 21, j’ai le routeur en SFX4 et les preset RME en SFX2, j’ai essayé sans le routeur, ca craque quand même , j’ai essayé en enregistrement mono ca fonctionne.
If {$counter$ == 0}
PresetRecall doriou
UnmuteAllTracks
SFXCommand 4 8
FilePlayerOpen 1 grincement.aiff
FilePlayerLoopMode 1 ON
Message “‘doriou FCB3 press grincement'”
IncCounter
EndIf
If {$counter$ == 1}
FilePlayerStart 1
Message “‘Press Ribot'”
IncCounter
EndIf
If {$counter$ == 2}
SFXCommand 3 2
Message “‘RIBOT lanset 10′”
WaitBeginLoop
IncCounter
//3
WaitBeginLoop
IncCounter
//4
WaitBeginLoop
IncCounter
//5
WaitBeginLoop
IncCounter
//6
WaitBeginLoop
IncCounter
//7
WaitBeginLoop
IncCounter
//8
FilePlayerPause 1
Message “‘next clignote'”
WaitBeginLoop
IncCounter
//9
Multiply
WaitBeginLoop
IncCounter
//10
WaitBeginLoop
IncCounter
//11
Message “‘DESCENTEsur2 a suivre'”
Multiply
WaitBeginLoop
IncCounter
//12
Multiply
WaitBeginLoop
SFXCommand 3 4
IncCounter
//13
Multiply
Message “‘press overdub MICRO CB'”
IncCounter
//14
EndIf
If {$counter$ == 14}
Message “‘OVERDUB LANSET'”
TrackMute in2 ON
WaitBeginLoop
Overdub
IncCounter
//15
WaitBeginLoop
IncCounter
//16
WaitBeginLoop
IncCounter
//17
Message “‘last'”
WaitBeginLoop
Overdub
Message “‘solo PRESS'”
IncCounter
//18
EndIf
If {$counter$ == 18}
Message “‘ solo OD and Wait 22′”
WaitBeginLoop
IncCounter
//19
WaitBeginLoop
TrackSolo trk2 ON
SFXCommand 4 1
SFXCommand 4 3
SFXCommand 4 4
SFXCommand 4 5
SFXCommand 4 6
SFXCommand 4 7
Sleep 200
TrackMute sfx OFF
FilePlayerStart 1
Autofade
IncCounter
//20
WaitBeginLoop
IncCounter
//21
WaitBeginLoop
TrackMute trk2 ON
SFXCommand 4 2
Message “‘RESTART PRESS'”
IncCounter
//22
EndIf
If {$counter$ == 22}
Message “‘OK'”
TrackSolo trk2 OFF
RestartLoop
TrackMute trk2 ON
TrackMute trk6 ON
TrackMute trk7 ON
TrackMute trk8 ON
SFXCommand 4 1
SFXCommand 4 3
SFXCommand 4 4
SFXCommand 4 5
IncCounter
//23