mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -105,8 +105,8 @@ class MidiDiskstream : public Diskstream
|
||||||
|
|
||||||
ChannelMode get_channel_mode() {
|
ChannelMode get_channel_mode() {
|
||||||
ChannelMode playback_mode = _playback_buf->get_channel_mode();
|
ChannelMode playback_mode = _playback_buf->get_channel_mode();
|
||||||
ChannelMode capture_mode = _capture_buf->get_channel_mode();
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
|
ChannelMode capture_mode = _capture_buf->get_channel_mode();
|
||||||
assert(playback_mode == capture_mode);
|
assert(playback_mode == capture_mode);
|
||||||
#endif
|
#endif
|
||||||
return playback_mode;
|
return playback_mode;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue