Skip to content

Commit

Permalink
classify Kyma methods
Browse files Browse the repository at this point in the history
  • Loading branch information
lucretiomsp committed Apr 26, 2024
1 parent bb49277 commit 24fd82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Coypu/SequencerMono.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ SequencerMono >> playFullDirtEventAt: anIndex [
^ true
]

{ #category : 'LiveCoding - SuperDirt' }
{ #category : 'LiveCoding-Kyma' }
SequencerMono >> playFullKymaEventAt: anIndex [
"sends a mesaage to SuperDirt with all the desired OSC arguments and values"

Expand Down
2 changes: 1 addition & 1 deletion src/Coypu/SequencerPoly.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SequencerPoly >> playFullDirtEventAt: anIndex [
^ true
]

{ #category : 'LiveCoding - SuperDirt' }
{ #category : 'LiveCoding-Kyma' }
SequencerPoly >> playFullKymaEventAt: anIndex [
"sends a mesaage to SuperDirt with all the desired OSC arguments and values"

Expand Down

0 comments on commit 24fd82a

Please sign in to comment.