Ok Peter, let's move this over to pd-dev. There is no specific libpd list,
is it?
I have now quickly looked into what the context of the socket polling is
like in Pd.
It is even done in the audio callback (via sys_pollgui) if this is enabled,
so it can't really have serious side effects. As far as i have seen libpd
also uses a callback based approach for audio, at least for iOS. Maybe
introducing a sys_microsleep(0,1) in the audio callback does the trick? I
will test that now.
That said, i'm totally unaware of the details of other implementations.
all the best,
gr~~~~
2013/1/21 Peter Brinkmann <peter.brinkmann(a)googlemail.com>
>
> Hi Thomas,
> I have to admit that I didn't realize that netreceive requires an extra
> polling step. So, I'm afraid that netreceive is currently broken.
>
> The question is what to do about this. I took a quick look at
> sys_domicrosleep and didn't immediately see how it works. I wouldn't mind
> integrating it into libpd somehow, but I want to be sure that there won't
> be any weird side effects. This seems slightly off-topic for pd-list. Shall
> we talk about this on pd-dev?
> Cheers,
> Peter
>
>
>
> On Sun, Jan 20, 2013 at 6:42 PM, Thomas Grill <gr(a)grrrr.org> wrote:
>
>> Hi all,
>> i am new to libpd and i have run into problems using netreceive on ios
>> 5.1.
>> While netsend works perfectly, netreceive doesn't work at all. Senders
>> can connect to the receiving socket, but netreceive wouldn't spit out any
>> data.
>> Looking at the code, it seems to me that the polling of the net sockets
>> (done in plain Pure Data in s_inter.c / sys_domicrosleep) is not called in
>> libpd at all. I also couldn't find a different place where this is done.
>> Does that mean that libpd doesn't currently service incoming socket data?
>>
>>
>> Thanks for clarification, all the best,
>> gr~~~
>>
>> --
>> Thomas Grill
>> http://grrrr.org
>>
>> _______________________________________________
>> Pd-list(a)iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>
--
Thomas Grill
http://grrrr.org
Bugs item #3602228, was opened at 2013-01-26 11:14
Message generated for change (Tracker Item Submitted) made by lowtechism
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3602228&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: lowtechism (lowtechism)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: making array with Polygon but Points
Initial Comment:
When making Array first time, pop up Array properties always tells its "Draw as" way is "Polygon". However, when I open Array properties after Array made, it tells "Points" and it is actually "Points".
Is this a bug?
Pd version 0.43.4-extended
Mac OS X 10.8.2/Intel
built-in sound
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3602228&group_…
Bugs item #3602109, was opened at 2013-01-25 06:51
Message generated for change (Tracker Item Submitted) made by blindekinder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3602109&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Blindekinder (blindekinder)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: pd-ext crashes w/ jack when toggle dsp / change sound config
Initial Comment:
With system latency under 20ms (48000/1024), pd crashes, means stay opened and actions are still possible, but impossible to close or select menu items. It generates thousands of xruns in jack. I have to stop everything and restart.
I occurs when:
-I switch DSP off and then on again,
-I save Sound preferences
Using KXStudio (based on Ubuntu 12.04) with kernel 3.2.36-RT
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3602109&group_…
The PdLab Debian servers also host some chroots that you can use with the
pddev account. I added a blurb about them on the wiki:
http://puredata.info/docs/developer/PdLab
Currently these are available:
Debian:
squeeze-i386
wheezy-i386
Ubuntu:
precise-i386
precise-amd64
raring-amd64
Raspbian for RPi:
raspbian-wheezy-armhf
I'm running my first full Pd-extended build for Raspbian on that new chroot,
I'll post it when its done tomorrow.
.hc
Bugs item #3602036, was opened at 2013-01-24 12:37
Message generated for change (Tracker Item Submitted) made by po-b
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3602036&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pierre-Olivier Boulant (po-b)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Selected audio output tick disappearing - win32
Initial Comment:
When turning off DSP, the tick left of the selected audio output mode disappears (ASIO or MMIO). It reappears once you re-enable DSP.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3602036&group_…
Bugs item #3602035, was opened at 2013-01-24 12:33
Message generated for change (Tracker Item Submitted) made by po-b
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3602035&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pierre-Olivier Boulant (po-b)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Portaudio-Mouse problem on Win32
Initial Comment:
Patco :
On win32, I've got many pd patches that makes the GUI not working with mouse binding,
I can not move any object on the patch, only the arrows can make it move when it's selected.
It's still hard to tell where does it come from without passing hours opening, modifying,
closing, and opening again patches that makes pd GUI doing this, maybe one day...
(...)
I think I've found out where this problem comes from...
It's related with audio, asio particulary...portaudio is still a big problem here...
In some words, when asio doesn't work the mouse binding is out.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3602035&group_…
hi all,
i logged in MacOSX106-X86_64 this afternoon to build pix_opencv
and my session hanged up and I get time out now :
~$ ssh pddev(a)141.54.159.89
ssh: connect to host 141.54.159.89 port 22: Connection timed out
IP was found here : http://puredata.info/docs/developer/MacOSX106X8664
but doesn't equal the one point by MacOSX106-x86_64.pdlab.puredata.info
and i can't ping this one :
$ ping MacOSX106-x86_64.pdlab.puredata.info
PING MacOSX106-x86_64.pdlab.puredata.info (193.170.191.182) 56(84) bytes of
data.
nor logging in :
$ ssh pddev(a)MacOSX106-x86_64.pdlab.puredata.info
Permission denied (publickey).
where am i wrong ?
do i miss something ?
cheers
antoine
--
do it yourself
http://antoine.villeret.free.fr
The PdLab Debian servers also host some chroots that you can use with the
pddev account. I added a blurb about them on the wiki:
http://puredata.info/docs/developer/PdLab
Currently these are available:
Debian:
squeeze-i386
wheezy-i386
Ubuntu:
precise-i386
precise-amd64
raring-amd64
Raspbian for RPi:
raspbian-wheezy-armhf
I'm running my first full Pd-extended build for Raspbian on that new chroot,
I'll post it when its done tomorrow.
.hc
Bugs item #3601922, was opened at 2013-01-23 12:34
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3601922&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pd- 0.43.4-Win7 help browser path problem
Initial Comment:
I keep getting this error message, even with the right permissions or if run as admin:
couldn't read directory "C:/Users/jumplink/Application Data/*": permission denied
while executing
"glob -nocomplain -type d -path $dir "*""
(procedure "build_references" line 15)
invoked from within
"build_references"
(procedure "::helpbrowser::open_helpbrowser" line 19)
invoked from within
"::helpbrowser::open_helpbrowser"
(procedure "menu_helpbrowser" line 2)
invoked from within
"menu_helpbrowser"
(menu invoke)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3601922&group_…