Home Forums Macros During TrackAux1Volume Répondre à: During TrackAux1Volume

#1649
Christophe Le MennKrismenn
Participant

Merci ca fonctionne
//Début de la macro
Set $Sleep_time$ = 10
Set $aux_send_level$ = 1
DoRepeat
Set $aux_send_level$ = {$aux_send_level$ + 0.2}
Message $aux_send_level$
FilePlayerAux1Volume 2 = $aux_send_level$
Sleep $Sleep_time$
While { $aux_send_level$ 2 }

RestartMacro

//Fin de la macro