From 3eec6c3bf7f42544399d74b247481460b9c9d9cd Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 9 Nov 2021 21:13:14 +0000 Subject: fix BUG4 instruments --- BUG4/instruments.udo | 4 ++-- 1 file 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 -- cgit v1.2.3