From 6a8342a78bb65afbec9eac5693438a3107ff1dd3 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 8 Jan 2023 01:06:40 +0000 Subject: BUG5 complete --- BUG4/instruments.udo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BUG4') diff --git a/BUG4/instruments.udo b/BUG4/instruments.udo index 4656d1a..9b50db5 100644 --- a/BUG4/instruments.udo +++ b/BUG4/instruments.udo @@ -497,10 +497,10 @@ instr play_glitchread ilen = ((1/(ifreq))*sr)*pow(2, round(random(0, 4))) istart random 0, giglitchsamples-ilen awindex phasor giglitchsamples / ilen - aL table awindex*giglitchsamples, giglitchbufferL - aR table awindex*giglitchsamples, giglitchbufferR + aL table (awindex*giglitchsamples)+istart, giglitchbufferL + aR table (awindex*giglitchsamples)+istart, giglitchbufferR aL butterhp aL, 350 - aR butterhp aL, 350 + aR butterhp aR, 350 aL *= 0.2 * iamp aR *= 0.2 * iamp if (random(0, 1) > 0.7) then -- cgit v1.2.3