how hard would it be to fix this pending bug: http://sourceforge.net/p/pure-data/bugs/393/
the workaround is: http://puredata.info/docs/faq/why-doesn-t-audio-work-when-i-start-pd-in-nogu...
i lost many hours (who cares) thinking that it was my setup (alsa /
raspberry pi). also when trying any patch in documentation, i have to
modify it on a remote computer with gui (adding the fix) and upload it
back to the rpi.
is it because it's too complex or just not many people use pd without the gui?
just trying my luck here, cheers
Also happened to me on a Beagle Bone Black recently. Also spent many hours (also who cares)
:)
On Wed, Jun 25, 2014 at 6:56 PM, via Pd-list pd-list@lists.iem.at wrote:
how hard would it be to fix this pending bug: http://sourceforge.net/p/pure-data/bugs/393/
the workaround is: http://puredata.info/docs/faq/why-doesn-t-audio-work-when-i- start-pd-in-nogui-mode
i lost many hours (who cares) thinking that it was my setup (alsa / raspberry pi). also when trying any patch in documentation, i have to modify it on a remote computer with gui (adding the fix) and upload it back to the rpi.
is it because it's too complex or just not many people use pd without the gui?
just trying my luck here, cheers
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Is this still happening in pd 0.45? I can't reproduce it (although I can in Pd 0.44-3.)
Miller
On Wed, Jun 25, 2014 at 12:53:26PM -0500, Rafael Vega via Pd-list wrote:
Also happened to me on a Beagle Bone Black recently. Also spent many hours (also who cares)
:)
On Wed, Jun 25, 2014 at 6:56 PM, via Pd-list pd-list@lists.iem.at wrote:
how hard would it be to fix this pending bug: http://sourceforge.net/p/pure-data/bugs/393/
the workaround is: http://puredata.info/docs/faq/why-doesn-t-audio-work-when-i- start-pd-in-nogui-mode
i lost many hours (who cares) thinking that it was my setup (alsa / raspberry pi). also when trying any patch in documentation, i have to modify it on a remote computer with gui (adding the fix) and upload it back to the rpi.
is it because it's too complex or just not many people use pd without the gui?
just trying my luck here, cheers
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
-- Rafael Vega email.rafa@gmail.com
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 26/06/14 09:56, via Pd-list wrote:
how hard would it be to fix this pending bug: http://sourceforge.net/p/pure-data/bugs/393/
the workaround is: http://puredata.info/docs/faq/why-doesn-t-audio-work-when-i-start-pd-in-nogu...
i lost many hours (who cares) thinking that it was my setup (alsa / raspberry pi). also when trying any patch in documentation, i have to modify it on a remote computer with gui (adding the fix) and upload it back to the rpi.
the -nogui bug is certainly annoying, the whole [initbang] [loadbang] etc timing is messy, but you don't have to copy back and forth to edit and run patches ...
if you have a computer running X (e.g. linux or apple with it installed) then:
ssh -X pi@192.168.1.20 pd
[use your own RPi IP of course] to have the pd GUI open on your local desktop
if you do not have access to X then run vnc instead, and open pd from there ...
first run vncserver on the RPi (either in /etc/rc.local or via ssh), then connect with your choice of vnc client.
To start vnc at boot, first use vncpasswd to make a password, then add ...
sudo -u pi -i vncserver
to /etc/rc.local before the "exit" line.
Simon