Skip to content

Commit 21bf830

Browse files
committed
comment
1 parent 2b30e88 commit 21bf830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onFreeCallback.scd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SynthDef(\a, {|out=0, amp=0.1|
1111

1212
(
1313
var detector = Synth(\a);
14-
// Watch the node, and stop recording when it frees itself.
14+
// Watch the node, and do something when it frees itself
1515
NodeWatcher.register(detector);
1616
detector.onFree({
1717
"a is done".postln;

0 commit comments

Comments
 (0)