summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/buffer_set.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-17 20:35:55 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-17 20:35:55 +0000
commitc7d2497e2badd3fabd29fe3b1c55978f276bbbf9 (patch)
tree1e7c0128c7c694a68525b85a2065459b4f04dc05 /libs/ardour/ardour/buffer_set.h
parent6fc823aca88dfe2e1dee1ceab81edf1a674640af (diff)
Discard MIDI when sending to the monitor bus. Fixes
#4372. git-svn-id: svn://localhost/ardour2/branches/3.0@10212 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/buffer_set.h')
-rw-r--r--libs/ardour/ardour/buffer_set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/buffer_set.h b/libs/ardour/ardour/buffer_set.h
index 930d708989..5b0234de46 100644
--- a/libs/ardour/ardour/buffer_set.h
+++ b/libs/ardour/ardour/buffer_set.h
@@ -123,6 +123,7 @@ public:
#endif
void read_from(const BufferSet& in, framecnt_t nframes);
+ void read_from(const BufferSet& in, framecnt_t nframes, DataType);
void merge_from(const BufferSet& in, framecnt_t nframes);
template <typename BS, typename B>