Bugs item #3154887, was opened at 2011-01-11 03:11
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3154887&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: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Double GUI Object with Key Commands
Initial Comment:
Testing v 0.43 on Mac OS 10.6.6, it appears that when key commands are used to place GUI objects like a toggle or bang, two are created instead of one. This is consistent for me across all the GUI object key commands.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3154887&group_…
Patches item #3114810, was opened at 2010-11-21 13:35
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3114810&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: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: make sure editmode cursor is hand2 after regaining focus
Initial Comment:
If Pd regains focus from another app, and the topmost patch was in editmode, the mouse cursor will remain a pointer instead of switching to the hand2 cursor. This just drove me totally nuts working on the last project, so here's a patch to make sure to editmode cursor is right.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2011-01-08 21:15
Message:
applied to 0.43
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3114810&group_…
Patches item #3106799, was opened at 2010-11-10 10:21
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3106799&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: 6
Private: No
Submitted By: Ivica Ico Bukvic (ico_bukvic)
Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix] GOP leaving zombie objects after disabling GOP
Initial Comment:
Apologies for previous post without logging in. Please disregard the previous report and use this one instead.
Following applies to pd-extended and pd 0.42.5. Open attached gop_test.pd patch and do the following:
1) right-click on [pd something] and click on "properties
2) check "enable gop" option and apply (*do not* close properties window)
3) uncheck "enable gop" option and apply
4) you should see zombified GOP items that were not properly erased, in some cases the original pd something will be impossible to open by clicking on the object with tk errors being reported to the console
This to the best of my knowledge together with other patches I submitted before via mailing list should take care of all GOP bugs I am currently aware of.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2011-01-08 21:12
Message:
I think this is fixed already in 0.43.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3106799&group_…
Patches item #3089776, was opened at 2010-10-18 06:26
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089776&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: Pending
>Resolution: Accepted
Priority: 7
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: expose more audio/midi information through API
Initial Comment:
some important functions have been forgotten to get exported in patch #3048014
here are the missing ones.
(please include them in upcoming 0.43, as the integra-live project would really like to use that one...)
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2011-01-08 21:06
Message:
applied to 0.43
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089776&group_…
Patches item #3089771, was opened at 2010-10-18 06:20
Message generated for change (Comment added) made by millerpuckette
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: Pending
>Resolution: Accepted
Priority: 8
Private: No
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.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2011-01-08 21:04
Message:
applied to 0.43
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089771&group_…
Patches item #3089768, was opened at 2010-10-18 06:15
Message generated for change (Comment added) made by millerpuckette
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: Pending
>Resolution: Accepted
Priority: 5
Private: No
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.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2011-01-08 20:59
Message:
took it out altogether (0.43)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089768&group_…
Patches item #3089763, was opened at 2010-10-18 06:12
Message generated for change (Comment added) made by millerpuckette
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: Pending
>Resolution: Accepted
Priority: 8
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: portaudio fixes for channelnum and samplerate
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: Miller Puckette (millerpuckette)
Date: 2011-01-08 20:55
Message:
applied to 0.43
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-10-18 06:22
Message:
i forgot to mention:
the patches also fix the problem if the user requests an illegal
samplerate.
rather than failing to open the device, Pd will now ask portaudio for the
device's default samplerate and use that one.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-10-18 06: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_…
Patches item #3089445, was opened at 2010-10-17 18:18
Message generated for change (Comment added) made by millerpuckette
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: Pending
>Resolution: Accepted
Priority: 3
Private: No
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.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2011-01-08 20:52
Message:
probably will still fail on my windows machine... but I'll give it a try.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3089445&group_…
Patches item #3065532, was opened at 2010-09-13 13:46
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3065532&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: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix] autotools on MinGW/MSYS
Initial Comment:
On Windows XP with MinGW in the MSYS shell, using the latest HEAD in pure-data.git, running ./autogen.sh && ./configure causes this error:
./autogen.sh && ./configure && make
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `m4/config'.
libtoolize: linking file `m4/config/config.guess'
libtoolize: linking file `m4/config/config.sub'
libtoolize: linking file `m4/config/install-sh'
libtoolize: linking file `m4/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4/generated'.
libtoolize: linking file `m4/generated/libtool.m4'
libtoolize: linking file `m4/generated/ltoptions.m4'
libtoolize: linking file `m4/generated/ltsugar.m4'
libtoolize: linking file `m4/generated/ltversion.m4'
libtoolize: linking file `m4/generated/lt~obsolete.m4'
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
./configure: line 2551: syntax error near unexpected token `IPHONEOS=yes,'
./configure: line 2551: `PD_CHECK_IPHONE(IPHONEOS=yes, IPHONEOS=no, { { echo "$as_me:$LINENO: error: iPhoneOS SDK not available" >&5'
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2011-01-08 20:42
Message:
applied to 0.43
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-09-14 02:28
Message:
i see the problem, but fail to understand why the "&&" chaining does not
stop the entire build.
i guess that the call to aclocal fails, but why autogen.sh then returns
TRUE is beyond my understanding.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3065532&group_…
Patches item #3065242, was opened at 2010-09-13 05:00
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3065242&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: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: tcl-error when modifying subpatch with hidden parentwindow
Initial Comment:
i get tcl-errors when editing a subpatch in a GOP-enabled abstraction that has it's window closed.
currently i haven't found any real consequences except for the annoying error-lines in the pd-console.
cause of the bug:
Pd tries to make the title of the abstraction-window reflect the "modified" state, but since there is no such window tcl throws an error.
steps to reproduce:
- i have an abstraction that has GOP enabled. all the code is in a subpatch of this abstraction. finally, i have a pristine instance of this abstraction in my patch.
- i open the abstraction
- i open the subpatch in the abstraction
- i close the abstraction window
- i edit the contents of the subpatch
- pd-console shows an error:
(Tcl) UNHANDLED ERROR: bad window path name ".x8f67d30"
while executing
"wm title $mytoplevel "$name$dirtychar$arguments - $path" "
(procedure "pdtk_canvas_reflecttitle" line 11)
invoked from within
"pdtk_canvas_reflecttitle .x8f67d30 {/Net/iem/Benutzer/zmoelnig/src/git/pure-data} {abstraction.pd} {} 1"
("uplevel" body line 3)
invoked from within
"uplevel #0 $cmd_from_pd"
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2011-01-08 20:37
Message:
applied to 0.43
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-13 22:30
Message:
A given $mytoplevel window is not guaranteed to be visible when
pdtk_canvas_reflecttitle is called, so skip setting the title if
$mytoplevel does not exist.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-09-13 05:00
Message:
btw, this does not happen if the abstraction is not GOP-enabled
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3065242&group_…