Changed "Default preset" to the actual plugin name
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user