weblate on master
Translated using Weblate (Russi… (compare)
Hello...
I use Linux Mint 18.3 with KXStudio repositories
Sonic-Pi v2.10 is available in the KXStudio repositories but has no MIDI support
I managed to compile v3.10 by replacing 'LIBS += -lqscintilla2_qt5' with 'LIBS += -lrt -lqt5scintilla2'
However, the IO section does not recognize the MIDI device
Is there a way to correct this?
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?