Skip to content

Commit

Permalink
Add sustain pedal to SL Mk3
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Sep 2, 2022
1 parent 8a6079d commit 22d6cc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devices/novation/sl/mk3/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from control_surfaces import (
StandardModWheel,
StandardPitchWheel,
SustainPedal,
)
from devices import Device
from control_surfaces.matchers import BasicControlMatcher, NoteMatcher
Expand Down Expand Up @@ -69,6 +70,7 @@ def __init__(self) -> None:
matcher.addControl(SlRecordButton())
matcher.addControl(StandardPitchWheel.create())
matcher.addControl(StandardModWheel.create())
matcher.addControl(SustainPedal.create())

super().__init__(matcher)

Expand Down

0 comments on commit 22d6cc3

Please sign in to comment.