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




Jeff, 
that script is amazing, as it allows to change your loops "scene" with a 
single click - very useful if you play pre-composed music.

...but it seems that those functions act in synch but not exactly at the 
same time.
That's expecially evident in track 7 and 8: they never get muted together.

I'm wondering if that is caused by my 8ths quantization: since my timing 
is mostly related to a "pulse" and I don't use the cool SusReplace 
function, I have "4" as my 8th per Cycle setting for a 4/4 context.
I've found it to be the best way to get bidule (as master) and Mobius (as 
slave) working well.
Then...,maybe it depends by those 8ths settings ?

Oh..., and here I'm still using mobius 1.32, if it could help to solve 
this issue.

Just to understand a bit more on your script: I guess that if I change 
subCycles to Cycle the "slaved" tracks will wait till the loop on Master 
Track (1) will get to the next cycle ?

I'll do more test and will report the results. 

Thank you very much.

-f
www.eterogeneo.com


Il giorno 02/mag/2011, alle ore 20:59, Jeff Larson 
<jeff.larson@sailpoint.com> ha scritto:

> > 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
>