Skip to content

Commit 4d88517

Browse files
committed
Add track.solo()/track.unsolo()
1 parent 830380d commit 4d88517

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

isobar/io/dummy/output.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ def note_off(self, note=60, channel=0):
2525

2626
def control(self, control=0, value=0, channel=0):
2727
self.events.append([round(self.current_time, 8), "control", control, value, channel])
28+
29+
def clear(self):
30+
self.events = []

0 commit comments

Comments
 (0)