Questions tagged [sonic-pi]
4 questions
1
vote
1 answer
Sonic Pi won't play sound from remote Python script
I am using Sonic Pi 3.3.1 on my Windows PC and a Python script(Python3.7.2) on my raspberry pi(Raspbian Buster) that detects distance from an HC-SR04-Ultrasonic Sensor .The program then creates a tune with a pitch that ranges higher if the object is…

TERMINATOR
- 1,180
- 1
- 11
- 24
1
vote
1 answer
My variable for the volume in sonic pi is not changing - why?
I have some sonic pi code, and it is supposed to do a melody 8 times and play softer each time. However, it is not paying attention to the variable. Am I doing it wrong?
8.times do
i = 1
play 50, amp: 0.1 * i
sleep 0.25
play 55, amp: 0.2 *…

TheCodedMaster Cubing
- 129
- 6
1
vote
1 answer
No audio in SonicPi using Raspi 2B
Just starting with SonicPi but getting no audio from analogue out (headphone socket).
.WAV's placed on Pi play fine using both 'phones and powered speakers but when I launch Sonic Pi and run the very basic program in SonicPi - Nothing.
I expect its…

forestDM
- 11
- 1
-1
votes
1 answer
I can't get sonic pi on the raspberry pi 4
I can't seem to download sonic pi on my raspberry pi 4. I have tried going to the sonic pi website https://sonic-pi.net/ and downloaded from there but it always comes up with an error. I have also tried typing sudo apt-get install sonic-pi and that…

MrLuck
- 1