Skip to content

Commit

Permalink
function button toggles pitchMode
Browse files Browse the repository at this point in the history
  • Loading branch information
lucretiomsp committed Jan 27, 2025
1 parent 8381530 commit 89a3687
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CoypuIDE/TpPitchMode.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ Class {
{ #category : 'as yet unclassified' }
TpPitchMode >> handleFunctionSwitch [

(Performance uniqueInstance at: #Acid) notes: self tempNotesPattern asArray
(Performance uniqueInstance at: #Acid) notes:
self tempNotesPattern asArray.
self machine mode: (TpIdleMode new machine: self machine).
"switch the UI toggle"
self machine widget_PitchMode switch toggle.
"switch the UI led"
self machine widget_PitchMode indicator toggle
]

{ #category : 'action handling' }
Expand Down

0 comments on commit 89a3687

Please sign in to comment.