revert last commit, wrong place...
git-svn-id: svn://localhost/ardour2/branches/3.0@13242 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d2c6b00bdd
commit
ed05701ccb
@ -105,8 +105,8 @@ class MidiDiskstream : public Diskstream
|
||||
|
||||
ChannelMode get_channel_mode() {
|
||||
ChannelMode playback_mode = _playback_buf->get_channel_mode();
|
||||
ChannelMode capture_mode = _capture_buf->get_channel_mode();
|
||||
#ifndef NDEBUG
|
||||
ChannelMode capture_mode = _capture_buf->get_channel_mode();
|
||||
assert(playback_mode == capture_mode);
|
||||
#endif
|
||||
return playback_mode;
|
||||
|
Loading…
Reference in New Issue
Block a user