Skip to content

Commit

Permalink
Percussion panel - fix triggering pads with keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mathesoncalum committed Feb 20, 2025
1 parent 238aa97 commit ea748e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class PercussionPanelPadModel : public QObject, public muse::async::Asyncable
QList<QVariantMap> footerContextMenuItems() const;
Q_INVOKABLE void handleMenuItem(const QString& itemId);

Q_INVOKABLE void triggerPad(const Qt::KeyboardModifiers& modifiers);
Q_INVOKABLE void triggerPad(const Qt::KeyboardModifiers& modifiers = Qt::KeyboardModifier::NoModifier);

enum class PadAction {
TRIGGER_STANDARD,
Expand Down

0 comments on commit ea748e3

Please sign in to comment.