Swapping modes is not working #9

Closed
opened 2023-10-25 02:49:24 +00:00 by bombinans · 1 comment

The existing pattern keeps playing as well as the new one

The existing pattern keeps playing as well as the new one
Poster
Owner

Fixed this and I finally understand why it's weird getting Patterns to stop (you have to stop the player, which is the return value when you play a Pattern):

~player = ~pattern.play(~tc)
~player.stop
Fixed this and I finally understand why it's weird getting Patterns to stop (you have to stop the player, which is the return value when you play a Pattern): ``` ~player = ~pattern.play(~tc) ~player.stop ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bombinans/multigrain#9
There is no content yet.