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




On Jan 7, 2011, at 12:09 PM, Per Boysen wrote:

> I just tried this. It works on a one cycle long loop
____________
!name Shorter
Message Shortened

Multiply
Wait subcycles 15
Record
next

_____________

> but has two flaws: it nukes the first sixteenth 

This is a "relative" Wait, it will wait for the start
of the subcycle that is 15 after the one you are currently in.
So if you're in subcycle 3 it will wait until the start of 
subcycle 2 (3 + 15 = 18 % 16 = 2).  

To do an "absolute" wait, add the "until" keyboard.

   Wait until subcycle 15

That should always wait until the beginning of the last
subcycle (assuming 8thsperCycle is 16).

> and it causes a noise click that
> gets recorded during the multiply phase (but "shuffle" clicks too, so
> I guess that's an audio engine thing to iron out in the long run)

Ouch, that's news to me!  Is this after the 1.43 upgrade or has it always
done this?

Jeff