Fix well-known send API for mixbusses.

This commit is contained in:
Robin Gareus 2017-07-19 02:11:10 +02:00
parent 601604972c
commit 7893cac718

View File

@ -5342,7 +5342,7 @@ Route::send_level_controllable (uint32_t n) const
# undef MIXBUS_PORTS_H
# include "../../gtk2_ardour/mixbus_ports.h"
boost::shared_ptr<ARDOUR::PluginInsert> plug = ch_post();
if (plug) {
if (plug && !mixbus()) {
uint32_t port_id = 0;
switch (n) {
case 0: port_id = port_channel_post_aux1_level; break;