diff options
author | Richard <richard@1bpm.net> | 2023-01-08 01:06:40 +0000 |
---|---|---|
committer | Richard <richard@1bpm.net> | 2023-01-08 01:06:40 +0000 |
commit | 6a8342a78bb65afbec9eac5693438a3107ff1dd3 (patch) | |
tree | 30b8cfb88d0544d089a78c776d214158d3642ab8 /BUG4 | |
parent | c4b6599d5995a00c85237f35d4f496b786fd7be1 (diff) | |
download | csd-unfixedbugs1-6a8342a78bb65afbec9eac5693438a3107ff1dd3.tar.gz csd-unfixedbugs1-6a8342a78bb65afbec9eac5693438a3107ff1dd3.tar.bz2 csd-unfixedbugs1-6a8342a78bb65afbec9eac5693438a3107ff1dd3.zip |
Diffstat (limited to 'BUG4')
-rw-r--r-- | BUG4/instruments.udo | 6 |
1 files changed, 3 insertions, 3 deletions
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 |