summaryrefslogtreecommitdiff
path: root/muse/synti/organ/organ.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse/synti/organ/organ.cpp')
-rw-r--r--muse/synti/organ/organ.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/synti/organ/organ.cpp b/muse/synti/organ/organ.cpp
index 1f6eede4..50477cc7 100644
--- a/muse/synti/organ/organ.cpp
+++ b/muse/synti/organ/organ.cpp
@@ -226,7 +226,7 @@ void Organ::process(float** ports, int offset, int sampleCount)
}
float* buffer1 = ports[0] + offset;
- float* buffer2 = ports[0] + offset;
+ float* buffer2 = ports[1] + offset;
memset(buffer1, 0, sizeof(float) * sampleCount);
memset(buffer2, 0, sizeof(float) * sampleCount);