Swapping modes is not working #9

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

The existing pattern keeps playing as well as the new one

The existing pattern keeps playing as well as the new one
Author
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
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bombinans/multigrain#9
No description provided.