Skip to main content

Questions tagged [puredata]

Use this tag if your question relates the the programming language Pure Data.

1 vote
0 answers
326 views

Sometime ago I used this helpful tutorial: How can I use an external USB sound-card and set it as default? to set my external USB sound card as my default. This has been great for me as I use external ...
M0nst3rM0vi3's user avatar
-1 votes
3 answers
150 views

I need to write this line of code on my Pi terminal in order to make my music software to work sudo systemctl restart my_puredata.service How can I make the Pi automatically execute this line of ...
user150653's user avatar
1 vote
0 answers
100 views

What I am trying to do is have the audio come into the Raspberry Pi via the Audio Injector "Stereo" and then pass through the Pi and output the audio to Bluetooth speakers. I have ...
Scuttle's user avatar
  • 11
0 votes
0 answers
160 views

I'm trying to install Pure Data on my Pi with the command: sudo apt-get install puredata However, it isn't working and I'm getting the message: E: Unable to fetch some archives, maybe run apt-get ...
Mitchell Graham's user avatar
0 votes
1 answer
198 views

This morning, I wrote a very quick external for PureData which allows it to read from an MCP3008 via pigpio. This works well until the DAC is enabled, upon which PureData almost immediately crashes ...
nullPainter's user avatar
2 votes
1 answer
6k views

I am pretty new to Raspberry Pi, so sorry if I might be not clear on something. I am trying to set the Raspberry Pi 3 to work running a Pure Data patch while communicating with two Arduino UNO, and ...
ronogio's user avatar
  • 21
2 votes
1 answer
224 views

Raspbian Jessie on Pi 3 headless with VNC on laptop. I use /LXEsession/autostart to have application puredata running after boot. In Terminal with top 2 instances of puredata show up!! How come? ...
rolf meesters's user avatar
2 votes
0 answers
788 views

I'm running a script at log-in on my Raspberry Pi B+ (I call it in the .bashrc). The script runs Jack-Audio and then launch a Pure Data patch that deals with audio and GPIOs. The audio part works well ...
Corentoulf's user avatar