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: Scripting/Command Chaining in the Max/MSP Kaiser Looper



I see. This is very similar to the first max script I created. It shifted 
down very low (much lower than yours, however), rose up, into high 
pitches, 
and then fell down to normal.  I had another idea last night that I plan 
to 
implement today, which will be jumpting from two sets of alternative 
continuous pitch changes. It will go from, let's say -24 to -20, and then 
jump erratically to 20 to 24....and then back, etc.

Kris

> !name ChromaRateShWaves68
>
> Variable save8thsPerCycle
> set save8thsPerCycle 8thsPerCycle
> set 8thsPerCycle 32
>
> InstantMultiply 6
> Wait last
>
> RateShift 0
> SUSSubstitute
> Wait subcycles 1
> RateShift -1

[snip]