diff options
author | Richard <q@1bpm.net> | 2021-11-09 21:13:14 +0000 |
---|---|---|
committer | Richard <q@1bpm.net> | 2021-11-09 21:13:14 +0000 |
commit | 3eec6c3bf7f42544399d74b247481460b9c9d9cd (patch) | |
tree | 119248ac253d522c385bf34f98ad16dba4bb20b5 /BUG4 | |
parent | 69d812698d8b6b4e963d49d0953ebeca05fa6500 (diff) | |
download | csd-unfixedbugs1-3eec6c3bf7f42544399d74b247481460b9c9d9cd.tar.gz csd-unfixedbugs1-3eec6c3bf7f42544399d74b247481460b9c9d9cd.tar.bz2 csd-unfixedbugs1-3eec6c3bf7f42544399d74b247481460b9c9d9cd.zip |
fix BUG4 instruments
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 |