Re: [PD] Raspberry Pi USB2 audio fixed (apparently)

2013-07-03 Thread Pierre Massat
hi all, @ Julian : no, I forgot to remove pulseaudio actually. I'll try what you suggest today or tomorrow. Cheers, Pierre. 2013/7/3 Dan Wilcox danomat...@gmail.com Yeah I tried the latest firmware with my Raspbian install and still have issues with my UA-25. Full stereo duplex = dropouts.

Re: [PD] GOP text field / symbol which is resizeable? (was: GOP text field which sends bang?)

2013-07-03 Thread Ivica Bukvic
On Jul 3, 2013 1:38 AM, Roman Haefeli reduz...@gmail.com wrote: On Die, 2013-07-02 at 19:15 -0400, Ivica Ico Bukvic wrote: [symbol\ | [label $1( | [cnv] - (ATTN: Ivica) [hsl] seems to have the bounding box (?) miscalculated in l2ork so it doesn't GOP when it's less than

Re: [PD] GOP text field / symbol which is resizeable? (was: GOP text field which sends bang?)

2013-07-03 Thread Roman Haefeli
On Wed, 2013-07-03 at 03:56 -0400, Ivica Bukvic wrote: On Jul 3, 2013 1:38 AM, Roman Haefeli reduz...@gmail.com wrote: On Die, 2013-07-02 at 19:15 -0400, Ivica Ico Bukvic wrote: [symbol\ | [label $1( | [cnv] - (ATTN: Ivica) [hsl] seems to have the bounding box

Re: [PD] Raspberry Pi USB2 audio fixed (apparently)

2013-07-03 Thread Julian Brooks
Hey Dan, Jeremy (autostatic), who setup the 'rpi and low latency, real time audio' thread has a UA-25 and seems to have full duplex working with jack (this was before the recent tweaks as well): http://www.raspberrypi.org/phpBB3/viewtopic.php?p=286222sid=85c8b0a7cca69e35dcafaf58ff916eec#p286222

Re: [PD] Raspberry Pi USB2 audio fixed (apparently)

2013-07-03 Thread Dan Wilcox
Yeah I tried that out a few months ago when we started the thread. Jack adds some unnecessary overhead in my opinion and I'm surprised that a device that should be more than capable to handle this is just not setup correctly. I'm running a minimal commandline install and pd + realtime straight

Re: [PD] Raspberry Pi USB2 audio fixed (apparently)

2013-07-03 Thread Julian Brooks
I'm having good results from using a much leaner install - it's called Mobius: http://moebiuslinux.sourceforge.net/ Obviously depends on your usage but I'm ssh'ing into the pi and works great. The minimal install seems to help with overclocking too so I reckon I'm getting about another 35-40%

Re: [PD] GOP text field / symbol which is resizeable? (was: GOP text field which sends bang?)

2013-07-03 Thread Ivica Ico Bukvic
On 07/03/2013 04:31 AM, Roman Haefeli wrote: On Wed, 2013-07-03 at 03:56 -0400, Ivica Bukvic wrote: I guess we need to clarify what not usable at all means. If a patch works but one optional gop hsl is not visible, personally I would say that one element may not be usable and only temporarily.

Re: [PD] GOP text field / symbol which is resizeable? (was: GOP text field which sends bang?)

2013-07-03 Thread Ivica Ico Bukvic
On 07/02/2013 06:54 AM, András Murányi wrote: Very good idea, thanks Roman! Some difficulties I'm having: - I don't know how to set the label of [cnv]... is it possible at all? - (ATTN: Ivica) [hsl] seems to have the bounding box (?) miscalculated in l2ork so it doesn't GOP when it's less

Re: [PD] Raspberry Pi USB2 audio fixed (apparently)

2013-07-03 Thread Pierre Massat
Hi Julian, This Moebius distro looks very interesting. Can you please tell us how you installed Pd ? From the Raspbian repos ? Have you tried it with full duplex with your soundcard yet ? What latency are you getting (I can't get below 15 ms in Raspbian with some fft in my patch) ? Also is this

Re: [PD] GOP text field / symbol which is resizeable? (was: GOP text field which sends bang?)

2013-07-03 Thread Roman Haefeli
On Wed, 2013-07-03 at 05:53 -0400, Ivica Ico Bukvic wrote: On 07/03/2013 04:31 AM, Roman Haefeli wrote: On Wed, 2013-07-03 at 03:56 -0400, Ivica Bukvic wrote: I guess we need to clarify what not usable at all means. If a patch works but one optional gop hsl is not visible, personally I

Re: [PD] GOP text field / symbol which is resizeable? (was: GOP text field which sends bang?)

2013-07-03 Thread Ivica Bukvic
Indeed. Let's hope pd/extended adopt these soon. Best wishes, Ico On Jul 3, 2013 7:31 AM, Roman Haefeli reduz...@gmail.com wrote: On Wed, 2013-07-03 at 05:53 -0400, Ivica Ico Bukvic wrote: On 07/03/2013 04:31 AM, Roman Haefeli wrote: On Wed, 2013-07-03 at 03:56 -0400, Ivica Bukvic wrote:

Re: [PD] Raspberry Pi USB2 audio fixed (apparently)

2013-07-03 Thread Julian Brooks
Hey Pierre, I've installed Pd from the pre-compiled version of Millers site, and most recently built it from source which took a bit more doing but Miller very kindly walked me through the tricky bits (thread in archives installing Pd from source on rpi should bring it right up). The version

[PD] bytes to string

2013-07-03 Thread Charles Goyard
Hi list, apologizes, this looks like a FAQ, but I can't find anything in the archives (wrong keywords ?) for this. I just want to turn the bytes from comport output into a list. From a serial monitor, my program outputs: 1.23 456 789\n I get it correctly into pd and it seems to work. But it

Re: [PD] bytes to string

2013-07-03 Thread Roman Haefeli
On Wed, 2013-07-03 at 16:36 +0200, Charles Goyard wrote: Hi list, apologizes, this looks like a FAQ, but I can't find anything in the archives (wrong keywords ?) for this. I just want to turn the bytes from comport output into a list. From a serial monitor, my program outputs: 1.23 456

Re: [PD] GOP text field / symbol which is resizeable? (was: GOP text field which sends bang?)

2013-07-03 Thread András Murányi
On Wed, Jul 3, 2013 at 1:15 AM, Ivica Ico Bukvic i...@vt.edu wrote: [...] However, if the object appears within the GOP boundaries but is still not visible in GOP window, then there may be some stale things I missed in the getrect call for hsl. In this case, please do file a bug report.

Re: [PD] bytes to string

2013-07-03 Thread Charles Goyard
Hi, Roman Haefeli wrote: On Wed, 2013-07-03 at 16:36 +0200, Charles Goyard wrote: Hi list, apologizes, this looks like a FAQ, but I can't find anything in the archives (wrong keywords ?) for this. I just want to turn the bytes from comport output into a list. From a serial

Re: [PD] Raspberry Pi USB2 audio fixed (apparently)

2013-07-03 Thread Julian Brooks
'off Millers site' not 'of' And also another thing with the power supply. Although 1a is supposed to be fine 2a actually works really well if you're driving any peripherals, giving plenty of overhead. J On 3 July 2013 14:31, Julian Brooks jbee...@gmail.com wrote: Hey Pierre, I've

Re: [PD] GOP text field / symbol which is resizeable? (was: GOP text field which sends bang?)

2013-07-03 Thread Ivica Bukvic
That is because tk renders them as such. In other words when text is written inside the canvas it is not just the text itself that takes up space but imagine a box around it as if you were to select text that actually within tk returns visible area required by the text itself. Finding out only the

Re: [PD] GOP text field / symbol which is resizeable? (was: GOP text field which sends bang?)

2013-07-03 Thread Ivica Bukvic
Forgot to add, try selecting comment text and you will notice how much more space selected area takes up then the text itself. This is what pd-l2ork takes into account when calculating whether something fits within the gop boundaries or not. HTH On Jul 3, 2013 1:35 PM, Ivica Bukvic i...@vt.edu

Re: [PD] GOP text field / symbol which is resizeable? (was: GOP text field which sends bang?)

2013-07-03 Thread András Murányi
Thanks for the explanation. Tcl/tk is so funny! András On Wed, Jul 3, 2013 at 7:35 PM, Ivica Bukvic i...@vt.edu wrote: That is because tk renders them as such. In other words when text is written inside the canvas it is not just the text itself that takes up space but imagine a box around it

Re: [PD] l2ork: SSSAD loads but doesn't save presets

2013-07-03 Thread András Murányi
On Mon, Jun 24, 2013 at 7:04 PM, Frank Barknecht f...@footils.org wrote: On Mon, Jun 24, 2013 at 04:00:15PM +0200, András Murányi wrote: thanks for the tip. I'm using [presetstore] which writes to [pd presetstore0] (etc...) subpatches. (BTW, latest s-abstractions don't have [presetstore]

Re: [PD] Raspberry Pi USB2 audio fixed

2013-07-03 Thread Nick Burge
I also found that powering off a 2amp 5v usb hub gave dramatically better results. Full duplex two channels at 44.1khz without dropouts. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pd-extended crashes sending data to SSR with tcpclient

2013-07-03 Thread Iain Mott
There is one quick and hackish way to avoid the level messages: Go to src/boostnetwork/connection.cpp (around line 102) and remove the line _subscriber.send_levels(); ... and recompile. This should get rid of the annoying level messages. Many thanks Matthias - it did help ease the

Re: [PD] l2ork: SSSAD loads but doesn't save presets

2013-07-03 Thread Ivica Bukvic
Without seeing your patch this conversation is unfortunately entirely pointless. It could be that you're using a third-party external that somehow trips up and crashes when a pest I'd invoked, fails, and outputs bogus data that makes the external crash and that is something that I cannot even

Re: [PD] Raspberry Pi USB2 audio fixed

2013-07-03 Thread Max
info added to the wiki: https://puredata.info/docs/raspberry-pi/FrontPage Am 03.07.2013 um 20:56 schrieb Nick Burge nbu...@virginmedia.com: I also found that powering off a 2amp 5v usb hub gave dramatically better results. Full duplex two channels at 44.1khz without dropouts.

[PD] Building Pd App on OSX

2013-07-03 Thread Jonathan Wilkes
Miller et al, Once I get Pd built on OSX, I can make install so that pd from the terminal will launch it. But how do I make it into an App? Any hints? INSTALL.txt doesn't have anything. I'd like to get it building so that a) I can make use of all the goodies someone put into

Re: [PD] GOP text field / symbol which is resizeable?

2013-07-03 Thread Jonathan Wilkes
On 07/03/2013 04:31 AM, Roman Haefeli wrote: On Wed, 2013-07-03 at 03:56 -0400, Ivica Bukvic wrote: On Jul 3, 2013 1:38 AM, Roman Haefeli reduz...@gmail.com wrote: On Die, 2013-07-02 at 19:15 -0400, Ivica Ico Bukvic wrote: [symbol\ | [label $1( | [cnv] - (ATTN: Ivica) [hsl] seems to have

Re: [PD] GOP text field / symbol which is resizeable?

2013-07-03 Thread Jonathan Wilkes
On 07/03/2013 07:31 AM, Roman Haefeli wrote: On Wed, 2013-07-03 at 05:53 -0400, Ivica Ico Bukvic wrote: On 07/03/2013 04:31 AM, Roman Haefeli wrote: On Wed, 2013-07-03 at 03:56 -0400, Ivica Bukvic wrote: I guess we need to clarify what not usable at all means. If a patch works but one