From 2c1f2f49d2ac878c13f9c59d86166a62bbd7573d Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Wed, 8 May 2013 08:52:52 +0000 Subject: Yet another MAJOR audio engine and plugin/synth process chain re-write. And much more, see ChangeLog, May 8 2013. --- muse2/synti/organ/organ.cpp | 2 +- muse2/synti/organ/organ.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'muse2/synti/organ') diff --git a/muse2/synti/organ/organ.cpp b/muse2/synti/organ/organ.cpp index fdcd02aa..93b4c8cf 100644 --- a/muse2/synti/organ/organ.cpp +++ b/muse2/synti/organ/organ.cpp @@ -230,7 +230,7 @@ void Organ::processMessages() // Called from host, ONLY if output path is connected. //--------------------------------------------------------- -void Organ::process(float** ports, int offset, int sampleCount) +void Organ::process(unsigned /*pos*/, float** ports, int offset, int sampleCount) { /* // diff --git a/muse2/synti/organ/organ.h b/muse2/synti/organ/organ.h index 8a7de162..9ca4bbd0 100644 --- a/muse2/synti/organ/organ.h +++ b/muse2/synti/organ/organ.h @@ -193,7 +193,7 @@ class Organ : public Mess { public: virtual void processMessages(); - virtual void process(float**, int, int); + virtual void process(unsigned pos, float**, int, int); virtual bool playNote(int channel, int pitch, int velo); virtual bool setController(int channel, int ctrl, int val); -- cgit v1.2.3