Per Boysen
10-18-2009, 10:49 PM
Hi,
I'm having audio drop-outs at the very beginning of this script and similar:
!name Shuffle This
Wait cycle
if 8thsPerCycle = 16
Shuffle 16,?
endif
if 8thsPerCycle = 64
Shuffle 16,?
endif
if 8thsPerCycle = 10
Shuffle 10,?
endif
if 8thsPerCycle = 50
Shuffle 10,?
endif
if 8thsPerCycle = 12
Shuffle 12,?
endif
if 8thsPerCycle = 48
Shuffle 12,?
endif
if 8thsPerCycle = 14
Shuffle 14,?
endif
if 8thsPerCycle = 56
Shuffle 14,?
end
I'm having audio drop-outs at the very beginning of this script and similar:
!name Shuffle This
Wait cycle
if 8thsPerCycle = 16
Shuffle 16,?
endif
if 8thsPerCycle = 64
Shuffle 16,?
endif
if 8thsPerCycle = 10
Shuffle 10,?
endif
if 8thsPerCycle = 50
Shuffle 10,?
endif
if 8thsPerCycle = 12
Shuffle 12,?
endif
if 8thsPerCycle = 48
Shuffle 12,?
endif
if 8thsPerCycle = 14
Shuffle 14,?
endif
if 8thsPerCycle = 56
Shuffle 14,?
end