Patches item #3089771, was opened at 2010-10-18 15:20
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089771&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: bugfix
Status: Open
Resolution: None
Priority: 8
Private: No
…
[View More]Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: portaudio: crash when shutting down callback mode
Initial Comment:
if you select the "portaudio" audio-backend in "callback" mode and then try to shut it down, Pd will crash, because it calls CloseAudioStreams with the pa_callbackstream, which is not a PABLIO_Stream.
steps to reproduce:
- select "portaudio" as the audio backend
- in the audio-settings that pops-up, enable the "use callbacks" and click on "Apply"
- (this will switch to portaudio/callback)
- now click on "OK" (in the still open settings dialog)
- Pd will segfault (Pd will close portaudio/callback and try to restart it)
the attached patch calls the StopStreaming functions explicitely for the correct stream-type.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089771&group_…
[View Less]
Patches item #3089768, was opened at 2010-10-18 15:15
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089768&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: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
…
[View More]Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: portaudio-callbacks: verbosity
Initial Comment:
when using portaudio in callback mode, Pd prints a dot (".") to the stderr each time PA calls the callback.
the attached patch uses sys_verbose to only output the dot if the user has selected a verbosity of at least 2.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089768&group_…
[View Less]
Patches item #3089763, was opened at 2010-10-18 15:12
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089763&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: bugfix
Status: Open
Resolution: None
Priority: 8
Private: No
Submitted By:…
[View More] IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: portaudio fixes for channelnum
Initial Comment:
the current portaudio implementation has an issue with the channel selection:
if the user requests more channels than are available for the device, the device will fail to open.
the attached patch, will clamp the requested channels to the number of available channels.
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-10-18 15:13
Message:
there are 2 patches: one for the normal PortAudio code, and one for the
PortAudio-with-callbacks code
both should be applied
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089763&group_…
[View Less]
Patches item #3089763, was opened at 2010-10-18 15:12
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089763&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: bugfix
Status: Open
Resolution: None
Priority: 8
Private: No
…
[View More]Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: portaudio fixes for channelnum
Initial Comment:
the current portaudio implementation has an issue with the channel selection:
if the user requests more channels than are available for the device, the device will fail to open.
the attached patch, will clamp the requested channels to the number of available channels.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089763&group_…
[View Less]
Patches item #3089445, was opened at 2010-10-17 21:18
Message generated for change (Settings changed) made by pbrinkmann
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089445&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: 3
Private: No
…
[View More]Submitted By: Peter Brinkmann (pbrinkmann)
>Assigned to: Miller Puckette (millerpuckette)
Summary: Remove macros masking single-precision ANSI math
Initial Comment:
This patch removes some macros masking single-precision ANSI math from x_arithmetic.c. These macros are no longer necessary because both Windows and Apple platforms have had single-precision math for a while now. They are also somewhat detrimental because they degrade performance, which is a special concern on mobile devices such as iPhone and iPad.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089445&group_…
[View Less]
Patches item #3089445, was opened at 2010-10-17 21:18
Message generated for change (Tracker Item Submitted) made by pbrinkmann
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089445&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
…
[View More]Submitted By: Peter Brinkmann (pbrinkmann)
Assigned to: Nobody/Anonymous (nobody)
Summary: Remove macros masking single-precision ANSI math
Initial Comment:
This patch removes some macros masking single-precision ANSI math from x_arithmetic.c. These macros are no longer necessary because both Windows and Apple platforms have had single-precision math for a while now. They are also somewhat detrimental because they degrade performance, which is a special concern on mobile devices such as iPhone and iPad.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089445&group_…
[View Less]
Bugs item #3088889, was opened at 2010-10-16 20:33
Message generated for change (Tracker Item Submitted) made by claudiusmaximus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3088889&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: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
…
[View More]Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: pdp_opencv fails to build with opencv 2.1
Initial Comment:
Build log:
http://launchpadlibrarian.net/57745105/buildlog_ubuntu-maverick-i386.pd-pdp…
Relevant excerpts:
----8<----
Setting up libcv-dev (2.1.0-2) ...
Setting up libcvaux2.1 (2.1.0-2) ...
Setting up libcvaux-dev (2.1.0-2) ...
---8<----
----8<----
g++ -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -DGEM_OPENCV_VERSION=\"0.2\" -g -I/build/buildd/pd-pdp-opencv-0.2+svn20101006/debian/bundled/src -I. -I/usr/include/pdp `pkg-config --cflags opencv` -o pdp_opencv_pgh_compare.o -c pdp_opencv_pgh_compare.cc
pdp_opencv_pgh_compare.cc: In function 'void pdp_opencv_pgh_compare_process_rgb(t_pdp_opencv_pgh_compare*)':
pdp_opencv_pgh_compare.cc:131: error: 'cvCalcPGH' was not declared in this scope
make[1]: *** [pdp_opencv_pgh_compare.o] Error 1
----8<----
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3088889&group_…
[View Less]
Bugs item #3088529, was opened at 2010-10-16 00:28
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3088529&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: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
…
[View More]Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: some flib objects don't work
Initial Comment:
[flib/wdv~] will never create and hang pd.
[ha~] and [hca~] won't create.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3088529&group_…
[View Less]
Le 11 oct. 2010 à 17:47, Patrick Boivin a écrit :
> Hi Dominique,
>
> The attached binary loaded and worked well on 10.5.8
>
> Cool external !
Great news, and thanks for the testings and the feedback.
So the problem is now solved and the package has been updated with a new version on sourceforge.
Note that if anyone intend to run the external on Mac OS 10.4, you'd better to directly compile the source code on the target computer.
All the best,
--
Dom
>
>
> …
[View More]Patrick
>
> On Mon, Oct 11, 2010 at 4:49 AM, Dominique Fober <fober(a)grame.fr> wrote:
>> Hi Patrick,
>>
>> Could you check with the attached binary?
>> I've made some tests on a mac running 10.5 and it worked (while the published version didn't).
>> The change is the compiler options and even the compiler version. It's actually a little bit tricky to make sure you support previous systems and old architectures.
>> Let me know if it works.
>> --
>> Dom
>>
>>
>>
>>
>>
>> Le 8 oct. 2010 à 17:17, Patrick Boivin a écrit :
>>
>>> On Fri, Oct 8, 2010 at 3:02 AM, Dominique Fober <fober(a)grame.fr> wrote:
>>>>
>>>> Le 7 oct. 2010 à 18:42, Patrick Boivin a écrit :
>>>>
>>>> No luck, I have put both GUIDOEngine.framework and libmusicxml2.framework in
>>>> /Library/Frameworks/ and I am still getting this error when trying to load
>>>> guido.pd_darwin:
>>>>
>>>> In this case, I need more information about your system: architecture,
>>>> system version... any information useful to reproduce the problem.
>>>
>>> It doesn't work on my laptop: macbook 5.1, mac os 10.5.8, pd-extended 42.5
>>>
>>> but I've just tried it on: imac 7.1, mac os 10.6, pd-extended 42.5
>>>
>>> and it loads just fine.
>>>
>>>
>>> Patrick
>>
>>
>>
[View Less]