You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: "Blocklevel enable and disable BPM scaling",
164
+
summary: "Block-level enable and disable BPM scaling",
165
165
doc: "Turn synth argument bpm scaling on or off for the supplied block. Note, using rt for args will result in incorrect times when used within this block.",
166
166
args: [],
167
167
opts: nil,
@@ -254,7 +254,7 @@ def with_debug(v, &block)
254
254
end
255
255
docname: :with_debug,
256
256
introduced: Version.new(2,0,0),
257
-
summary: "Blocklevel enable and disable debug",
257
+
summary: "Block-level enable and disable debug",
258
258
doc: "Similar to use_debug except only applies to code within supplied do/end block. Previous debug value is restored after block.",
doc: "Switch the current synth to synth_name but only for the duration of the do/end block. After the do/end block has completed, the previous synth is restored.",
0 commit comments