Init MIDI Controller name for new controllers. Tidy bit invader artwork

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1216 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-29 15:43:14 +00:00
parent fa8aeb95c7
commit 131f910d4a
3 changed files with 6 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
* src/gui/controller_connection_dialog.cpp:
- Connect cancel button
- Make mapping function read-only for alpha release
- Initialize MIDI Controller name when adding a MIDI Controller
* src/gui/widgets/tempo_sync_knob.cpp:
Make tempoSyncKnob really sync to tempo again
@@ -77,6 +78,10 @@
* plugins/stereo_matrix/artwork.png:
Add StereoMatrix artwork
* plugins/bit_invader/artwork.png:
Remove author name from artwork. No other artwork has author names. The
name on the main GUI makes LMMS looks less professional. AUTHORS.
2008-06-28 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/Makefile.am:

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -91,6 +91,7 @@ public:
c->m_midiPort.setInputChannel( m_midiPort.inputChannel() );
c->m_midiPort.setInputController( m_midiPort.inputController() );
c->subscribeReadablePorts( m_midiPort.readablePorts() );
c->updateName();
return c;
}