Home Forums Macros All_Tracks_To_Players

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1388
    Christophe Le MennKrismenn
    Participant

    Cette macro est cassée, j’aimerais m’en servir pour enregistrer une longue boucle asynchrone (babylooper aurait été parfait mais ne permet pas de longues boucles). Je n’arrive pas à la réparer…
    Merci

    #1395

    Salut Krismenn,
    Bien vu!
    Complètement cassée!
    Voici la correction.
    Mais effectivement, c’est strictement réservé aux boucles asynchrones.
    Philippe

    CopyToFile @ “ply-$now$”
    WaitEndCopyToFile
    Sleep 200
    // Important to wait a little here

    FilePlayerStop 1
    FilePlayerOpen 1 “$last_copy_to_file_prefix$-1.aiff”
    FilePlayerLoopMode 1 ON
    FilePlayerVolume 1 = 0

    Sleep 500
    FilePlayerStart 1
    StopMacroIf {$current_full_track$<1}

    FilePlayerStop 2
    FilePlayerOpen 2 "$last_copy_to_file_prefix$-2.aiff"
    FilePlayerLoopMode 2 ON
    FilePlayerVolume 2 = 0

    Sleep 500
    FilePlayerStart 2
    StopMacroIf {$current_full_track$<2}

    FilePlayerStop 3
    FilePlayerOpen 3 "$last_copy_to_file_prefix$-3.aiff"
    FilePlayerLoopMode 3 ON
    FilePlayerVolume 3 = 0

    Sleep 500
    FilePlayerStart 3
    StopMacroIf {$current_full_track$<3}

    FilePlayerStop 4
    FilePlayerOpen 4 "$last_copy_to_file_prefix$-4.aiff"
    FilePlayerLoopMode 4 ON
    FilePlayerVolume 4 = 0

    Sleep 500
    FilePlayerStart 4
    StopMacroIf {$current_full_track$<4}

    FilePlayerStop 5
    FilePlayerOpen 5 "$last_copy_to_file_prefix$-5.aiff"
    FilePlayerLoopMode 5 ON
    FilePlayerVolume 5 = 0

    Sleep 500
    FilePlayerStart 5
    StopMacroIf {$current_full_track$<5}

    FilePlayerStop 6
    FilePlayerOpen 6 "$last_copy_to_file_prefix$-6.aiff"
    FilePlayerLoopMode 6 ON
    FilePlayerVolume 6 = 0

    Sleep 500
    FilePlayerStart 6
    StopMacroIf {$current_full_track$<6}

    FilePlayerStop 7
    FilePlayerOpen 7 "$last_copy_to_file_prefix$-7.aiff"
    FilePlayerLoopMode 7 ON
    FilePlayerVolume 7 = 0

    Sleep 500
    FilePlayerStart 7
    StopMacroIf {$current_full_track$<7}

    FilePlayerStop 8
    FilePlayerOpen 8 "$last_copy_to_file_prefix$-8.aiff"
    FilePlayerLoopMode 8 ON
    FilePlayerVolume 8 = 0

    Sleep 500
    FilePlayerStart 8
    StopMacroIf {$current_full_track$<8}

    // To erase the copyed sound
    UndoClear
    UndoRecord

    #2379
    Christophe CorrecChristophe Correc
    Participant

    Bonjour Philippe
    La version de cette macro fournie avec Logelloop ne fonctionne pas, celle plus haut non plus.
    J’ai essayé de réparer mais je n’y arrive pas. J’ai trop de lecteur à s’enclencher avec des fichiers chargés mais dont le nom n’apparaît pas et les pistes ne s’effacent pas.
    Dur, dur …
    Christophe

    #2385

    Salut Christophe,
    Il y a effectivement un souci avec cette macro, la variable $last_copy_to_file_prefix$ est mal interprétée dans Logelloop 3. Nous regardons cela de près aujourd’hui et la réparation devrait arriver assez rapidement.
    Philippe

    #2567
    Christophe Le MennKrismenn
    Participant

    Bonjour,
    je viens de refaire un essai. Il me semble que ça ne fonctionne toujours pas sous 3.5.1
    Kristof

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.