File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/server/ruby/lib/sonicpi/lang Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3566,7 +3566,7 @@ def set_link_bpm!(bpm)
3566
3566
@tau_api . link_set_bpm_at_clock_time! ( bpm . to_f , __get_spider_time )
3567
3567
end
3568
3568
doc name : :set_link_bpm! ,
3569
- introduced : Version . new ( 3 , 4 , 0 ) ,
3569
+ introduced : Version . new ( 4 , 0 , 0 ) ,
3570
3570
summary : "Set the tempo for the link metronome." ,
3571
3571
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.
3572
3572
@@ -3875,7 +3875,7 @@ def current_random_source
3875
3875
SonicPi ::Core ::SPRand . get_random_number_distribution
3876
3876
end
3877
3877
doc name : :current_random_source ,
3878
- introduced : Version . new ( 3 , 4 , 0 ) ,
3878
+ introduced : Version . new ( 4 , 0 , 0 ) ,
3879
3879
summary : "Get current random source" ,
3880
3880
doc : "Returns the source of the current random number generator (what kind of noise is generating the random numbers).
3881
3881
You can’t perform that action at this time.
0 commit comments