summaryrefslogtreecommitdiff
path: root/src/mdaPiano.h
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-01-14 18:34:13 +0800
committerrekado <rekado@elephly.net>2013-01-14 18:34:13 +0800
commit4f7d3d1a521bd3f49009b730c1088586223c9082 (patch)
tree802d6cb86c59e82d79ac0a61e22bd7d7fed81aef /src/mdaPiano.h
parenta61cfd9afc0b3904dbcaca99911c5caa68684f17 (diff)
remove processReplacing
`processReplacing` is almost the same as `process`. The differences are now in `process`, but commented until further review.
Diffstat (limited to 'src/mdaPiano.h')
-rw-r--r--src/mdaPiano.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mdaPiano.h b/src/mdaPiano.h
index 59a2a56..56e5293 100644
--- a/src/mdaPiano.h
+++ b/src/mdaPiano.h
@@ -20,7 +20,6 @@ public:
void load_samples(short**);
virtual void process(float **inputs, float **outputs, uint32_t sampleframes);
- virtual void processReplacing(float **inputs, float **outputs, uint32_t sampleframes);
virtual uint32_t processEvents(VstEvents* events);
virtual void setParameter(uint32_t index, float value);