Looper's Delight Archive Top (Search)
Date Index
Thread Index
Author Index
Looper's Delight Home
Mailing List Info

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Date Index][Thread Index][Author Index]

Re: Looping Automation and Mobius scripts



> Track 1 is the "Master Track" in Mobius (it gets the synch from the host)

Okay, then th script will need to be adjusted.  Change this:

    # find the subCyles value in use by the master track
    # this is what used to be called 8thsPerCycle
    Variable masterSubCycles
    for *
      if trackNumber == trackSyncMaster
         set masterSubCycles subCycles
     endif
    next

to this:

    Variable masterSubCycles
    for 1
       set masterSubCycles subCycles
    next


Jeff