Changeset 2394
- Timestamp:
- 12/04/11 17:00:02 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9.5/gui/src/InstrumentEditor/InstrumentEditor.cpp
r2173 r2394 728 728 m_pInstrument->set_name( sNewName ); 729 729 selectedInstrumentChangedEvent(); 730 731 #ifdef JACK_SUPPORT 732 AudioEngine::get_instance()->lock( RIGHT_HERE ); 733 Hydrogen *engine = Hydrogen::get_instance(); 734 engine->renameJackPorts(); 735 AudioEngine::get_instance()->unlock(); 736 #endif 737 738 730 739 731 740 // this will force an update...