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: a fun little mobius script and a question



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