LMMS / lmms

Cross-platform music production software
https://lmms.io
GNU General Public License v2.0
8.18k stars 1.01k forks source link

Transport buttons midi assignable #7583

Open serdnab opened 5 days ago

serdnab commented 5 days ago

Implementation of #1071 consolidated in #1472. Subclassed AutomatableButton as TransportButton for stripping out functions not pertinent to transport buttons. Made it checkable to leverage the toggled() signal and allow buttons activation in both directions of the midi controller, otherwise you have to move the midi controller to the original position before activating it again. Changed the toolbar buttons from QAction to QWidgetAction and set TransportButton as the widget. Updated themes styles for new buttons.