Skip to content

Commit 949abdc

Browse files
committed
add final missing summary
1 parent 0dc916a commit 949abdc

File tree

1 file changed

+1
-1
lines changed
  • app/server/sonicpi/lib/sonicpi/mods

1 file changed

+1
-1
lines changed

app/server/sonicpi/lib/sonicpi/mods/sound.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def set_sched_ahead_time!(t)
219219
end
220220
doc name: :set_sched_ahead_time!,
221221
introduced: Version.new(2,0,0),
222-
summary: "",
222+
summary: "Set sched ahead time globally",
223223
doc: "Specify how many seconds ahead of time the synths should be triggered. This represents the amount of time between pressing 'Run' and hearing audio. A larger time gives the system more room to work with and can reduce performance issues in playing fast sections on slower platforms. However, a larger time also increases latency between modifying code and hearing the result whilst live coding.",
224224
args: [[:time, :number]],
225225
opts: nil,

0 commit comments

Comments
 (0)