Skip to content

Commit

Permalink
Merge pull request #26616 from mathesoncalum/pad_keyboard_trigger
Browse files Browse the repository at this point in the history
Percussion panel - fix triggering pads with keyboard
  • Loading branch information
mathesoncalum authored Feb 20, 2025
2 parents b6d9702 + ea748e3 commit ac59904
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> contextMenuItems() 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 ac59904

Please sign in to comment.