Patches item #1549377, was opened at 2006-08-30 17:39
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=1549377&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
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix crash on sending empty "obj" mesage to closed canvas
Initial Comment:
as described in bug #1525832, pd crashes when you send
a "msg" or "obj" message (without coordinates and
arguments) to a canvas that is not visible (e.g. closed).
this is due to the fact, that inthis case, pd
automatically goes into edit mode, so you can type in
the content of the object/message (it's like creating
an empty object-box with Ctrl-1).
this is a not so clever thing, when the canvas is closed.
attached is a patch that fixes this, by checking
whether the canvas is visible and refusing to continue
otherwise
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1549377&group_…
Bugs item #1525832, was opened at 2006-07-20 13:56
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1525832&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: Jamie Bullock (postlude)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pd crash when no coords are given in msg from parent to abs
Initial Comment:
Pd version 0.40-0test01
If a message is sent to an abstraction from its parent,
and no co-ordinates are given e.g.:
[pd-myabs.pd msg foo(
or
[pd-myabs.pd obj(
Pd crashes with a segfault.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-08-30 17:16
Message:
Logged In: YES
user_id=564396
funnily enuff it doesn't crasn subpatches, just in abstractions
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1525832&group_…
Bugs item #1540451, was opened at 2006-08-15 10:08
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1540451&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
Submitted By: João Miguel Pais (jmmmp)
>Assigned to: Krzysztof Czaja (krzyszcz)
Summary: no set min on [counter]
Initial Comment:
Hi,
I was trying [counter] from cyclone, and apparently the
set min inlet (3rd) has no effect at all. Just try with
the help patch. Everything else seemed ok.
Joao
----------------------------------------------------------------------
Comment By: João Miguel Pais (jmmmp)
Date: 2006-08-30 15:46
Message:
Logged In: YES
user_id=1523458
"I was trying [counter] from cyclone" - the max counter
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-08-30 14:50
Message:
Logged In: YES
user_id=564396
which [counter] are you referring too? there are several
objects of this name
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1540451&group_…
Bugs item #1540451, was opened at 2006-08-15 10:08
Message generated for change (Comment added) made by jmmmp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1540451&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
Submitted By: João Miguel Pais (jmmmp)
Assigned to: Nobody/Anonymous (nobody)
Summary: no set min on [counter]
Initial Comment:
Hi,
I was trying [counter] from cyclone, and apparently the
set min inlet (3rd) has no effect at all. Just try with
the help patch. Everything else seemed ok.
Joao
----------------------------------------------------------------------
>Comment By: João Miguel Pais (jmmmp)
Date: 2006-08-30 15:46
Message:
Logged In: YES
user_id=1523458
"I was trying [counter] from cyclone" - the max counter
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-08-30 14:50
Message:
Logged In: YES
user_id=564396
which [counter] are you referring too? there are several
objects of this name
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1540451&group_…
Bugs item #1512112, was opened at 2006-06-25 15:07
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1512112&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: Frank Barknecht (fbar)
Assigned to: Miller Puckette (millerpuckette)
Summary: CVS: dollarsign expansion for subpatch names broken
Initial Comment:
This is a bug in current CVS-HEAD: dollar sign
expansion in subpatch names doesn't work currently. a
subpatch named [pd $0-name] will be saved as [pd
0-name], a subpatch named [pd $1-name] is saved as [pd
1-name].
According to notes.txt this bug seems to be known: "pd
$1 bug ($1 is saved as it was evaluated, not as '$1')"
but it is such a nasty issue and can lead to broken
patches when using pd-HEAD, that I report it here so
everyone is aware of it.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-08-30 15:00
Message:
Logged In: YES
user_id=564396
is this still true? i cannot reproduce it.
an empty patch with just a [pd $0-name] in it, saves here
(0.40-0test05) as:
#N canvas 0 0 450 300 10;
#N canvas 0 0 450 300 \$0-name 0;
#X restore 114 164 pd \$0-name;
so it seems to be fixed. can you confirm this?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1512112&group_…
Bugs item #1548932, was opened at 2006-08-30 00:45
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1548932&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.40.0
Status: Closed
Resolution: Duplicate
Priority: 5
Submitted By: Rich E (reakin)
Assigned to: Nobody/Anonymous (nobody)
Summary: " { " freezes pd
Initial Comment:
The { key (shift+bracket [ ) causes pd to freeze if
there is an abstraction open. This happened to me on
FC5/linux.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-08-30 14:51
Message:
Logged In: YES
user_id=564396
actually it duplicates more bug-reports; the most simliar is
probably [1531757]
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-08-30 10:10
Message:
Logged In: YES
user_id=564396
this duplicates bug#[1359216]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1548932&group_…
Bugs item #1540451, was opened at 2006-08-15 10:08
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1540451&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
Submitted By: João Miguel Pais (jmmmp)
Assigned to: Nobody/Anonymous (nobody)
Summary: no set min on [counter]
Initial Comment:
Hi,
I was trying [counter] from cyclone, and apparently the
set min inlet (3rd) has no effect at all. Just try with
the help patch. Everything else seemed ok.
Joao
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-08-30 14:50
Message:
Logged In: YES
user_id=564396
which [counter] are you referring too? there are several
objects of this name
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1540451&group_…
Bugs item #1543668, was opened at 2006-08-21 01:23
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1543668&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.40.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
>Summary: freeze when disconnecting USB-soundcard on XP
Initial Comment:
Pd freezes when it looses communication with audio card
(USB) with winXP (<= 0.40).
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-08-30 14:49
Message:
Logged In: YES
user_id=564396
changed the title to something more meaningful than "audio".
i fear this is a problem of the underlying system rather
than of pd (what happens to other applications when you
disconnect the audio card at runtime?)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1543668&group_…
Bugs item #1548932, was opened at 2006-08-30 00:45
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1548932&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.40.0
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Rich E (reakin)
Assigned to: Nobody/Anonymous (nobody)
Summary: " { " freezes pd
Initial Comment:
The { key (shift+bracket [ ) causes pd to freeze if
there is an abstraction open. This happened to me on
FC5/linux.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-08-30 10:10
Message:
Logged In: YES
user_id=564396
this duplicates bug#[1359216]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1548932&group_…
Bugs item #1548932, was opened at 2006-08-29 15:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1548932&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.40.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Rich E (reakin)
Assigned to: Nobody/Anonymous (nobody)
Summary: " { " freezes pd
Initial Comment:
The { key (shift+bracket [ ) causes pd to freeze if
there is an abstraction open. This happened to me on
FC5/linux.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1548932&group_…