Skip to content

Commit 2de6388

Browse files
committed
Merge pull request supercollider#1392 from gurk/master
Pattern.record method doesn't stop recording
2 parents 56e5f22 + fcecbdd commit 2de6388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SCClassLibrary/Common/Streams/Patterns.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Pattern : AbstractFunction {
121121
// Pfset has a cleanupFunc, which executes even if pattern is stopped by cmd-.
122122
Pfset(nil,
123123
Pseq([
124-
Pfuncn { startTime = thisThread.beats; 0 },
124+
Pfuncn { startTime = thisThread.beats; (type: \rest, delta: 0) },
125125
(type: \on, instrument: defname, bufnum: buf, bus: bus, out: out, id: recsynth,
126126
delta: 0),
127127
pattern <> (out: bus),

0 commit comments

Comments
 (0)