gkvoelkl / python-sonic

Programming Music with Python, Sonic Pi and Supercollider
MIT License
313 stars 46 forks source link

Using use_bpm function from python #40

Open SutirthaChakraborty opened 2 years ago

SutirthaChakraborty commented 2 years ago

What would be the equivalent code for python ?

live_loop :foo do
  b = sync "/osc*/live_loop/foo"
  sample :drum_heavy_kick
  sleep 1
  sample :drum_snare_hard
  sleep 1
  use_bpm b[0]
end
gkvoelkl commented 2 years ago

There is no equivalent