Support |
Thanks for posting the fix! I had a lot of fun with your CopyPan yesterday and liked it a lot. For my tastes I narrowed the panning quite bit. I think I will take take out all panning from the script, since I already play with a dynamically changing stereo sound and those dynamics will change in interesting ways when a loop is rate/speed shifted. Panning tracks as well was just too much over here ;-) I noticed some strange things happening so I will paste in your suggested new code. Greetings from Sweden Per Boysen www.boysen.se www.perboysen.com www.looproom.com internet music hub On Mon, Jan 10, 2011 at 12:57 PM, Simeon Harris <simeonharris40@googlemail.com> wrote: > just noticed a little mistake > > the instantmultiply value should be the same as the subcyclecount >multiplier > in line 11 - here's a correct version > > !name copypan > set switchquantize off > set emptytrackaction copy > set pan 0 > rateshift 12 > NextTrack > instantmultiply4 <<<<< this number > set 8thspercycle 16 > set pan 127 > rateshift 12 > variable lastslice subcyclecount * 4 <<<<< should be the same as this >number > variable trimslice lastslice -1 > wait until subcycle trimslice > Trimend > > still bemused as to why i get no audio copied over if i insert a "wait > cycle" into line 2 > > sim >