13
0

fix bug: capture buffer not filtered by track channel selector

git-svn-id: svn://localhost/ardour2/branches/3.0@13241 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2012-10-11 04:27:53 +00:00
parent 9bdde56860
commit d2c6b00bdd

View File

@ -105,8 +105,8 @@ class MidiDiskstream : public Diskstream
ChannelMode get_channel_mode() {
ChannelMode playback_mode = _playback_buf->get_channel_mode();
#ifndef NDEBUG
ChannelMode capture_mode = _capture_buf->get_channel_mode();
#ifndef NDEBUG
assert(playback_mode == capture_mode);
#endif
return playback_mode;