We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830380d commit 4d88517Copy full SHA for 4d88517
isobar/io/dummy/output.py
@@ -25,3 +25,6 @@ def note_off(self, note=60, channel=0):
25
26
def control(self, control=0, value=0, channel=0):
27
self.events.append([round(self.current_time, 8), "control", control, value, channel])
28
+
29
+ def clear(self):
30
+ self.events = []
0 commit comments