Mixer: Ensure that JACK_Module passes chain_name_changed event to its Controllers.

pull/3/head
Jonathan Moore Liles 2012-02-08 16:20:02 -08:00
parent fe4faaca1b
commit f864159b51
1 changed files with 2 additions and 0 deletions

View File

@ -214,6 +214,8 @@ JACK_Module::handle_chain_name_changed ( void )
for ( unsigned int i = 0; i < jack_input.size(); ++i )
jack_input[ i ].name( NULL, i );
Module::handle_chain_name_changed();
}