Skip to content

Commit

Permalink
Merge pull request #38 from grejppi/stable-0.4-defaultpresetnames
Browse files Browse the repository at this point in the history
"Default preset" is not descriptive; change it to the actual plugin name
  • Loading branch information
tobydox committed Jan 16, 2014
2 parents e7c2476 + 5849157 commit 2d4e769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tracks/InstrumentTrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2d4e769

Please sign in to comment.