How can I simply speed this up without changing all my in/out times?
| Date | 1999-03-12 23:18 |
| From | SONICMAN |
| Subject | How can I simply speed this up without changing all my in/out times? |
Hello,
Anybody know how I can speed this up with out having to retype all
my in out times. I tried inserting the t 0 240 command then 250 then 260
etc. nothin' happened? Is there an exact spot I have to place it when
using macros?
; in out p4=cpspch p5=fofXform
#define RANDOMSEQ1 (T) #
i1 0 .5 70.0 $COUNT.85 ; p$ gets COUNT value in instr 1
i1 1 1 ~ ~
i1 1.5 2 ~ ~
i1 2 3 ~ ~
i1 2.5 3 ~ ~
i1 3 1 25.0 $COUNT.100
#
$RANDOMSEQ1 (0)
$RANDOMSEQ1 (.5)
$RANDOMSEQ1 (.55)
$RANDOMSEQ1 (.62) |