[PD-dev] [ pure-data-Patches-3585457 ] support for OSSv4

2012-11-08 Thread SourceForge . net
Patches item #3585457, was opened at 2012-11-08 12:17
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3585457group_id=55736

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: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: support for OSSv4

Initial Comment:
one of Pd's older audio-backends is OSS.
while OSS is rather old and not a fast-moving target, some development does 
happen...
e.g. a while ago (probably years) all SOUND_PCM_-defines have been renamed to 
SNDCTL_DSP_.
luckily, the linux headers provided fallback defines, so old code (like Pd) 
would still compile.

now OSS is not dead and is currently developed as OSSv4.
unfortunately, the new OSSv4 headers have dropped the old fallback defines, and 
instead pro-actively create errors when the old defines are still used.

the attached patch changes these defines (and provides fallbacks in case the 
*new* defines are not defined), in order to be able to still use the OSS 
backend.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3585457group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3585457 ] support for OSSv4

2012-11-08 Thread SourceForge . net
Patches item #3585457, was opened at 2012-11-08 12:17
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3585457group_id=55736

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: bugfix
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: support for OSSv4

Initial Comment:
one of Pd's older audio-backends is OSS.
while OSS is rather old and not a fast-moving target, some development does 
happen...
e.g. a while ago (probably years) all SOUND_PCM_-defines have been renamed to 
SNDCTL_DSP_.
luckily, the linux headers provided fallback defines, so old code (like Pd) 
would still compile.

now OSS is not dead and is currently developed as OSSv4.
unfortunately, the new OSSv4 headers have dropped the old fallback defines, and 
instead pro-actively create errors when the old defines are still used.

the attached patch changes these defines (and provides fallbacks in case the 
*new* defines are not defined), in order to be able to still use the OSS 
backend.

--

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2012-11-08 12:19

Message:
raising priority since the old s_audio_oss.c breaks compilation.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3585457group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3585461 ] [readsf~] loops some files

2012-11-08 Thread SourceForge . net
Bugs item #3585461, was opened at 2012-11-08 13:09
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3585461group_id=55736

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: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: [readsf~] loops some files

Initial Comment:
some wav-files get looped when played back via [readsf~].

it seems that the problem is dues to the soundfile fitting exactly into the 
fifobuffer, thus the EOF (signalled by the read-thread) drain never really 
starts in the perform routine.
(fifohead==fifosize, so the test for  (!x_eof  x_fifohead = x_fifotail  
x_fifohead  x_fifotail + wantbytes-1) never triggers, resulting in a 
continuous drain of the entire buffer.

the attached soundfile triggers this behaviour.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3585461group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3585469 ] Drop-in replacement for helpbrowser.tcl

2012-11-08 Thread SourceForge . net
Patches item #3585469, was opened at 2012-11-08 13:59
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3585469group_id=55736

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: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: Drop-in replacement for helpbrowser.tcl

Initial Comment:
Improved document browser and search engine for Pure Data internal/external 
documentation.

This is a refactored version of this GUI plugin:
http://puredata.info/Members/jancsika/searchplugindesc/

with the following mods:
* same key bindings as other dialogs
* withdrawing the window with ctrl-w or ESC will stop the current search in 
case it isn't finished
* clearer home page

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3585469group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev