Skip to content

Commit 079b188

Browse files
committed
Spider API - bump introduced version numbers for recent fns
1 parent 49d7936 commit 079b188

File tree

1 file changed

+2
-2
lines changed
  • app/server/ruby/lib/sonicpi/lang

1 file changed

+2
-2
lines changed

app/server/ruby/lib/sonicpi/lang/core.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3566,7 +3566,7 @@ def set_link_bpm!(bpm)
35663566
@tau_api.link_set_bpm_at_clock_time!(bpm.to_f, __get_spider_time)
35673567
end
35683568
doc name: :set_link_bpm!,
3569-
introduced: Version.new(3,4,0),
3569+
introduced: Version.new(4,0,0),
35703570
summary: "Set the tempo for the link metronome.",
35713571
doc: "Set the tempo for the link metronome in BPM. This is 'global' in that the BPM of all threads/live_loops in Link BPM mode will be affected.
35723572
@@ -3875,7 +3875,7 @@ def current_random_source
38753875
SonicPi::Core::SPRand.get_random_number_distribution
38763876
end
38773877
doc name: :current_random_source,
3878-
introduced: Version.new(3,4,0),
3878+
introduced: Version.new(4,0,0),
38793879
summary: "Get current random source",
38803880
doc: "Returns the source of the current random number generator (what kind of noise is generating the random numbers).
38813881

0 commit comments

Comments
 (0)