Merge pull request #38 from grejppi/stable-0.4-defaultpresetnames

"Default preset" is not descriptive; change it to the actual plugin name
This commit is contained in:
tobydox
2014-01-16 14:07:26 -08:00

View File

@@ -893,6 +893,7 @@ Instrument * InstrumentTrack::loadInstrument( const QString & _plugin_name )
m_instrument = Instrument::instantiate( _plugin_name, this );
engine::mixer()->unlock();
setName( m_instrument->displayName() );
emit instrumentChanged();
return m_instrument;