summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OSCBuffer.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-02 07:23:56 +0000
committerDavid Robillard <d@drobilla.net>2007-08-02 07:23:56 +0000
commit191b78d09365112a868ddaf3f813ef2b5bc2c252 (patch)
tree48000d7f46c7b7102f1e8f013b72eccd41418abe /src/libs/engine/OSCBuffer.cpp
parenta8ea9db4af11208293543f50392127819c8007cd (diff)
downloadingen-191b78d09365112a868ddaf3f813ef2b5bc2c252.tar.gz
ingen-191b78d09365112a868ddaf3f813ef2b5bc2c252.tar.bz2
ingen-191b78d09365112a868ddaf3f813ef2b5bc2c252.zip
Implement MIDI copying, fixes MIDI patching from patch input -> patch output (fix ticket 70).
git-svn-id: http://svn.drobilla.net/lad/ingen@670 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/OSCBuffer.cpp')
-rw-r--r--src/libs/engine/OSCBuffer.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libs/engine/OSCBuffer.cpp b/src/libs/engine/OSCBuffer.cpp
index b4452c13..a5f8f3ff 100644
--- a/src/libs/engine/OSCBuffer.cpp
+++ b/src/libs/engine/OSCBuffer.cpp
@@ -104,4 +104,13 @@ OSCBuffer::prepare_write(SampleCount nframes)
}
+void
+OSCBuffer::copy(const Buffer* src, size_t start_sample, size_t end_sample)
+{
+ // FIXME
+ //cerr << "WARNING: OSC buffer copying not implemented, data dropped." << endl;
+}
+
+
+
} // namespace Ingen