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: loop windowing in mobius



My goodness!  It looks like we're making people unsubscribe with 
all this crazy Mobius talk.  Can I suggest we do this in the forum
next time so it is captured for posterity and we won't frighten people?

> On Jan 7, 2011, at 3:28 AM, Simeon Harris wrote:

> you could achieve a similar sound to loop windowing on the edp by using 
>shuffle
> shuffle 16 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
> then you'll just hear the first 16th of the loop over and over

Yes, and BTW you can just do this, the shuffle pattern
will automatically replicate to fill out thenumber of slices.

    shuffle 16 1

> if you then do
> shuffle 16 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2

The trick is that you have to use Undo to return the the layer
before the first shuffle, otherwise you'll be shuffling the
layer that has 16 subcycle 1s in it, and it will end up 
sounding the same.  

> the trick would be stepping through these different shuffle patterns

You would use a global varialbe to keep track of where you were
in the shuffle pattern.  This would actually be a relatively simple
script, simpler than the Move and Wait scripts we discussed 
briefly before.

Let me read through this morning's email flood and I'll give
it a shot.

Jeff