Skip to content

Commit

Permalink
Update palette_gui.py
Browse files Browse the repository at this point in the history
remove loop buttons
  • Loading branch information
spacepalette committed Sep 27, 2024
1 parent c50fe22 commit 20871af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/palette_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2211,9 +2211,9 @@ def __init__(self, parent, controller):
self.makePerformButton("COMPLETE_RESET", self.controller.completeReset)
# self.makePerformButton("Looping", self.controller.loopingToggle)
self.makePerformButton("SOFT_RESET", self.controller.softReset)
self.makePerformButton("CLEAR_LOOP", self.controller.clearNotes)
self.makePerformButton("FADE_LOOP", self.controller.fadeNotes)
self.makePerformButton("FILTER_LOOP", self.controller.filterNotes)
# self.makePerformButton("CLEAR_LOOP", self.controller.clearNotes)
# self.makePerformButton("FADE_LOOP", self.controller.fadeNotes)
# self.makePerformButton("FILTER_LOOP", self.controller.filterNotes)
self.makePerformButton("HELP_ ", self.controller.startHelp)
# self.makePerformButton("Looping_OFF", self.controller.loopingOff)
# if self.controller.guidefaultlevel > 0:
Expand Down

0 comments on commit 20871af

Please sign in to comment.