Bugs item #1349967, was opened at 2005-11-07 06:09
Message generated for change (Comment added) made by claudiusmaximus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1349967&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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: 0.39-1 pd -jack doesn't set requested channels
Initial Comment:
(with no .pdrc, doesn't make a difference if these
flags are in there either)
$ pd -jack -inchannels 2 -outchannels 2 -verbose -stderr
input channels = 0, output channels = 0
Pd version 0.39-1
compiled 05:20:44 Nov 7 2005
port 5401
TCL_LIBRARY="/usr/local/lib/pd/tcl/library"
TK_LIBRARY="/usr/local/lib/pd/tk/library"
"/usr/local/lib/pd/bin/pd-gui" 5401
Waiting for connection request...
... connected
opened 0 MIDI input device(s) and 0 MIDI output device(s).
input channels = 0, output channels = 0
It is very inconvenient to have to set the number of
channels (and activate them) in the settings dialog
each time Pd is started.
>From what I can remember, it worked fine (ie, set the
requested number of channels and activated them) in Pd
0.39-0test6.
----------------------------------------------------------------------
>Comment By: ClaudiusMaximus (claudiusmaximus)
Date: 2006-10-18 16:19
Message:
Logged In: YES
user_id=769033
Fixed in pd-0.40-1 from Miller's site:
$ ./pd -jack -inchannels 2 -outchannels 2 -verbose -stderr
input channels = 2, output channels = 2
Pd version 0.40-1
compiled 16:51:03 Oct 18 2006
port 5401
TCL_LIBRARY="../tcl/library" TK_LIBRARY="../tk/library"
"../bin/pd-gui" 5401
Waiting for connection request...
... connected
opened 0 MIDI input device(s) and 0 MIDI output device(s).
input channels = 2, output channels = 2
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1349967&group_…
Bugs item #1351274, was opened at 2005-11-08 14:15
Message generated for change (Comment added) made by claudiusmaximus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1351274&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
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: pd 0.39-1 GOP bounding box doesn't appear if no objects
Initial Comment:
This is minor, but confused me and made me think
something was broken:
Create a new patch, don't create any objects.
Make the patch graph-on-parent.
The red GOP bounding box doesn't appear until the first
object is created (pressing Ctrl-1 without typing an
object name is enough).
Alternatively,
Create a new patch, create some objects, delete them all.
Make the patch graph-on-parent.
The red GOP bounding box doesn't appear until a new
object is created (pressing Ctrl-1 without typing an
object name is enough).
Once GOP is activated for the first time, the bounding
box appears correctly when there are no objects, even
when GOP is turned off and on again.
Pd version 0.39-1
compiled 05:20:44 Nov 7 2005
----------------------------------------------------------------------
>Comment By: ClaudiusMaximus (claudiusmaximus)
Date: 2006-10-18 16:14
Message:
Logged In: YES
user_id=769033
Behaves the same in pd-0.40-1 from Miller's site.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1351274&group_…
Bugs item #1518048, was opened at 2006-07-06 10:18
Message generated for change (Comment added) made by claudiusmaximus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1518048&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: v0.39.2
Status: Open
Resolution: None
Priority: 5
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: percent symbol (%) behaves weirdly in iemgui object labels
Initial Comment:
When the properties window of a vslider is opened after
the label has been set to a name containing %p, the
label changes to something with the %p replaced by a
seemingly random hexadecimal value.
I haven't checked which other gui objects are affected,
nor whether other % codes (eg, %d or %f) are similarly
affected.
See attached pd patch for an example - click the bng
and then open the properties window for the vslider.
----------------------------------------------------------------------
>Comment By: ClaudiusMaximus (claudiusmaximus)
Date: 2006-10-18 16:12
Message:
Logged In: YES
user_id=769033
Behaves the same in pd-0.40-1 from Miller's site.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1518048&group_…
Bugs item #1475239, was opened at 2006-04-24 02:46
Message generated for change (Comment added) made by claudiusmaximus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1475239&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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: patch's "confirm close" dialog messes up pd main window exit
Initial Comment:
Steps to reproduce the problem:
1. start Pd
2. create a new patch
3. close the new patch, don't select anything in the
confirmation dialog
4. close the main pd window
At this point all Pd windows are closed, but pd and
pd-gui are still running, which can be observed if
audio is running. If gui objects are being updated, pd
prints out reams of 'invalid command name
".x83a56a0.c"' messages.
Hitting Ctrl-C in the terminal I started Pd from makes
Pd exit cleanly.
Tested on GNU/Linux with pd-0.39-2 (source downloaded
from MSP's site).
----------------------------------------------------------------------
>Comment By: ClaudiusMaximus (claudiusmaximus)
Date: 2006-10-18 16:06
Message:
Logged In: YES
user_id=769033
Fixed in pd-0.40-1 downloaded from Miller's site.
Specifically, the main window close button now pops up a
"Really Quit" dialog, which replaces the "Really Close"
dialog that pops up from the patch window close button, so
it is no longer possible to close the main window while the
patch close dialog is open.
Thanks!
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-10-18 10:24
Message:
Logged In: YES
user_id=564396
this seems to be fixed in pd-0.40-1 (at least i was not able
to close the main-window as long as the confirmation dialog
for the patch was still open).
could you confirm that this has been fixed?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1475239&group_…
Bugs item #1475239, was opened at 2006-04-24 04:46
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1475239&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
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: patch's "confirm close" dialog messes up pd main window exit
Initial Comment:
Steps to reproduce the problem:
1. start Pd
2. create a new patch
3. close the new patch, don't select anything in the
confirmation dialog
4. close the main pd window
At this point all Pd windows are closed, but pd and
pd-gui are still running, which can be observed if
audio is running. If gui objects are being updated, pd
prints out reams of 'invalid command name
".x83a56a0.c"' messages.
Hitting Ctrl-C in the terminal I started Pd from makes
Pd exit cleanly.
Tested on GNU/Linux with pd-0.39-2 (source downloaded
from MSP's site).
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-10-18 12:24
Message:
Logged In: YES
user_id=564396
this seems to be fixed in pd-0.40-1 (at least i was not able
to close the main-window as long as the confirmation dialog
for the patch was still open).
could you confirm that this has been fixed?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1475239&group_…
Bugs item #1082938, was opened at 2004-12-10 15:23
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1082938&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: Closed
Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: sys_load_lib() on OSX too limited?
Initial Comment:
...externals are loaded and linked as NSModules, but it
seems that we may be limiting ourselves by using the
NSLINKMODULE_OPTION_PRIVATE flag? This flag came to my
attention while I was trying to compile
pdp2gem.pd_darwin, which acts as a bridge between pdp
and gem: ie. it requires linking to symbols from both
libraries, which should be done at module load
time...this is not possible with the PRIVATE flag, but
it does work with out it...
...so, I'm wondering if there's a general rational
behind this that isn't obvious, or if we can just go
ahead and remove it? Preliminary testing has not
showed any obvious problems with multiple libraries...
...here's the relevent docs from xcode:
options
An unsigned long value. Pass one or more of the
following bit masks or NSLINKMODULE_OPTION_NONE to
specify no options.
NSLINKMODULE_OPTION_BINDNOW
The dynamic linker binds all of the undefined
references immediately, rather than waiting until the
references are actually used. All dependent libraries
are also be bound.
NSLINKMODULE_OPTION_PRIVATE
Do not add the global symbols from the module to the
global symbol list. Instead, you must use the
NSLookupSymbolInModule function to obtain symbols from
this module.
NSLINKMODULE_OPTION_RETURN_ON_ERROR
If an error occurs while binding the module, return
NULL. You can then use the function NSLinkEditError to
retrieve information about the error.
Without this option, NSLinkModule calls the linkEdit
error handler you have installed using the
NSInstallLinkEditErrorHandlers function. If you have
not installed a link edit error handler, NSLinkModule
prints a message to the standard error stream and
causes a breakpoint trap to end the program.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-10-18 10:37
Message:
Logged In: YES
user_id=564396
since libraries on os-x are now loaded using dlopen(), i
think we can close this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1082938&group_…
Bugs item #1082938, was opened at 2004-12-10 15:23
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1082938&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: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: sys_load_lib() on OSX too limited?
Initial Comment:
...externals are loaded and linked as NSModules, but it
seems that we may be limiting ourselves by using the
NSLINKMODULE_OPTION_PRIVATE flag? This flag came to my
attention while I was trying to compile
pdp2gem.pd_darwin, which acts as a bridge between pdp
and gem: ie. it requires linking to symbols from both
libraries, which should be done at module load
time...this is not possible with the PRIVATE flag, but
it does work with out it...
...so, I'm wondering if there's a general rational
behind this that isn't obvious, or if we can just go
ahead and remove it? Preliminary testing has not
showed any obvious problems with multiple libraries...
...here's the relevent docs from xcode:
options
An unsigned long value. Pass one or more of the
following bit masks or NSLINKMODULE_OPTION_NONE to
specify no options.
NSLINKMODULE_OPTION_BINDNOW
The dynamic linker binds all of the undefined
references immediately, rather than waiting until the
references are actually used. All dependent libraries
are also be bound.
NSLINKMODULE_OPTION_PRIVATE
Do not add the global symbols from the module to the
global symbol list. Instead, you must use the
NSLookupSymbolInModule function to obtain symbols from
this module.
NSLINKMODULE_OPTION_RETURN_ON_ERROR
If an error occurs while binding the module, return
NULL. You can then use the function NSLinkEditError to
retrieve information about the error.
Without this option, NSLinkModule calls the linkEdit
error handler you have installed using the
NSInstallLinkEditErrorHandlers function. If you have
not installed a link edit error handler, NSLinkModule
prints a message to the standard error stream and
causes a breakpoint trap to end the program.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-10-18 10:37
Message:
Logged In: YES
user_id=564396
since libraries on os-x are now loaded using dlopen(), i
think we can close this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1082938&group_…
Bugs item #1371511, was opened at 2005-12-02 08:41
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1371511&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: None
Priority: 5
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: declaration of `y1' shadows a global declaration
Initial Comment:
When using math.h on Darwin, the y1 variable causes
lots of warnings.
../../pd/src/g_canvas.h:247: warning: declaration of
`y1' shadows a global declaration
/usr/include/architecture/ppc/math.h:483: warning:
shadowed declaration is here
Renaming y1 in g_canvas.h would fix this problem.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-10-18 10:33
Message:
Logged In: YES
user_id=564396
a) has this been fixed already? (i cannot reproduce this
anymore; also the pd(-extended) buildlogs do not show this
warning)
b) i don't think that this is a bug in pd; no global include
file (/usr/include/architecture/ppc/math.h) should use
global variable names like "i", "y1" and the like.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1371511&group_…
Bugs item #1531757, was opened at 2006-07-31 15:46
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1531757&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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jamie Bullock (postlude)
Assigned to: Nobody/Anonymous (nobody)
Summary: Opening curly brace causes freeze until a closing brace
Initial Comment:
Typing a curly brace '{' anywhere in pd causes a freeze
until a closing brace is given.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-10-18 10:13
Message:
Logged In: YES
user_id=564396
seems like this is fixed with pd-0.40-1 (probably earlier):
typing opening curly brace results in "keycode 123: dropped".
(the better solution would of course be to properly escape
curly brackets so that they could be used)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1531757&group_…
Patches item #1579049, was opened at 2006-10-17 11:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1579049&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: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: build flag for cyclone to fix Windows issues
Initial Comment:
>From an email from Krzysztof:
Btw, I learned, while scanning pd-list messages, that
some people complain about miXed externals instability
in pd-extended for Windows (which I do not use). Do
you confirm, that is the case? If so, I would like to
ask you for help, since I would rather avoid installing
mingw + doing cvs checkout on windows, etc. just for
the sake of flipping some weird little flag. So, when
you have time, would you check if things improve after
applying this patch to miXed/Makefile.common:
@@ -50,8 +50,8 @@
CC = gcc
X_SUFFIX = dll
DEFINES = -DNT -DMSW
-# assuming pd itself was either vc-compiled or
declared -mms-bitfields too...
-OPT_CFLAGS = -funroll-loops -mms-bitfields
+# assuming pd itself was mingw-compiled, and
-mms-bitfields was not set
+OPT_CFLAGS = -funroll-loops
LFLAGS = -shared $(PD_DIR)/../bin/pd.dll
-Wl,--enable-runtime-pseudo-reloc
endif
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1579049&group_…