Home Forums Macros Add_Four_Tracks bis

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

    Excellente la macro Add_Four_Tracks !!!

    C’est géniale en rythmique mais aussi pour les bourdons et faire de la texture.

    en voici une variante à utiliser à la suite d’ Add_Four_Tracks pour enregistrer une deuxième note en piste 6 et la dupliquer également quatre fois

    WaitBeginLoop
    Overdub

    // Waiting a lot before adding tracks
    Sleep 20

    WaitBeginLoop
    Overdub

    // Adding tracks and duplicating content
    AddTrack 1
    DuplicateTrack trk6 trk7
    PlayImmediatlyAllNewTracks

    AddTrack 1
    DuplicateTrack trk6 trk8
    PlayImmediatlyAllNewTracks

    AddTrack 1
    DuplicateTrack trk6 trk9
    PlayImmediatlyAllNewTracks

    AddTrack 1
    DuplicateTrack trk6 trk10
    PlayImmediatlyAllNewTracks

    #2771
    Christophe CorrecChristophe Correc
    Participant

    Juste une remarque
    La macro Add_Four_Track ne fonctionne pas avec le métronome en mode Master.
    Christophe

    #2772
    Christophe Le MennKrismenn
    Participant

    Tiens essaye çà:

    // Stop Record
    Record

    // Waiting a lot before adding tracks
    WaitBeginLoop

    // Adding tracks and duplicating content
    AddTrack 1
    DuplicateTrack trk1 trk2
    PlayImmediatlyAllNewTracks

    AddTrack 1
    DuplicateTrack trk1 trk3
    PlayImmediatlyAllNewTracks

    AddTrack 1
    DuplicateTrack trk1 trk4
    PlayImmediatlyAllNewTracks

    AddTrack 1
    DuplicateTrack trk1 trk5
    PlayImmediatlyAllNewTracks

    #2773
    Christophe CorrecChristophe Correc
    Participant

    Ah ben ça, ça marche nickel !
    Merci bien
    Christophe

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