mirror of
https://github.com/LMMS/lmms.git
synced 2026-01-25 06:48:55 -05:00
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:
@@ -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:
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 44 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user