13
0

fix stuck solo w/sidechain (when using port, not send, connections)

This commit is contained in:
Robin Gareus 2016-04-19 22:15:57 +02:00
parent 24282065aa
commit d32333f4ef

View File

@ -3957,18 +3957,13 @@ Route::output_change_handler (IOChange change, void * /*src*/)
} }
void void
Route::sidechain_change_handler (IOChange change, void * /*src*/) Route::sidechain_change_handler (IOChange change, void* src)
{ {
if (_initial_io_setup || _in_sidechain_setup) { if (_initial_io_setup || _in_sidechain_setup) {
return; return;
} }
if ((change.type & IOChange::ConfigurationChanged)) { input_change_handler (change, src);
/* This is called with the process lock held if change
contains ConfigurationChanged
*/
configure_processors (0);
}
} }
uint32_t uint32_t