weblate on master
Translated using Weblate (Russi… (compare)
Hey guys, I’m just starting with Soni Pi and cannot understand something. I have the following beat:
live_loop :tick do
sample :bd_haus
sleep 2
end
Does the sleep command starts at the same time than the sample? Or is the sleep starting after? As far as I understand both commands start at the same time. Is that right?