diff options
Diffstat (limited to 'BUG4')
-rw-r--r-- | BUG4/instruments.udo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BUG4/instruments.udo b/BUG4/instruments.udo index 8de11c9..4656d1a 100644 --- a/BUG4/instruments.udo +++ b/BUG4/instruments.udo @@ -162,7 +162,7 @@ instr play_hat2 iamp = bid_getparameter(p4, p5, 2) idel1 = random(0.005, 0.02) idel2 = random(0.005, 0.02) - xtratim(max(idel1, idel2)) + xtratim(max:i(idel1, idel2)) p3 = 0.1 kfreq line 1000, p3, 300 aenv expsega .1, .0005, 1, p3 - .0005, .01 @@ -283,7 +283,7 @@ instr play_shaker iamp = bid_getparameter(p4, p5, 2) idel1 = random(0.005, 0.02) idel2 = random(0.005, 0.02) - xtratim(max(idel1, idel2)) + xtratim(max:i(idel1, idel2)) p3 = 0.05 kfreq line 700, p3, 300 aenv expsega .1, .0005, 1, p3 - .0005, .01 |