Bugs item #1378923, was opened at 2005-12-12 10:33
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1378923&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: Thomas Grill (xovo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Mac: color presets bogus in property dialog
Initial Comment:
Hi all,
for the MacOS version of PD (i think irrelevant which one) the color
presets aren't colorful but uniformly transparent (or "white"), which
makes it impossible to really pick a color.
Composing a color works, but the buttons (test label etc.) don't show
the color as well.
I'm using TCL/TK 8.4.9 under OSX.3.9
greetings,
Thomas
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2006-07-09 14:15
Message:
Logged In: NO
I have seen this in the experimental Intel version as well.
OS X 10.4.7 MacBook Pro
pkstone(a)ucdavis.edu
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1378923&group_…
Feature Requests item #1519081, was opened at 2006-07-08 04:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=1519081&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: zexy
Group: Next Release (example)
Status: Open
Priority: 5
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: zexy msgfile sort
Initial Comment:
PART 1: SIMPLE SORT
I would find it useful if [msgfile] had a 'sort'
method. This could be [sort( to sort in normal order
or [sort reverse( to sort in reverse order.
Case-sensitive or no, either would be useful, though
not a high priority for me personally to be able to
choose which.
However a stable sorting algorithm is a high priority
for me, meaning that repeated calls of [sort( with no
intervening operations leave the order of the lines the
same.
Here is an example of a sorted list of messages in
(some) normal order:
---cut-here---
#ffeeff
1
2
10
AMBULANCE
FIRE-ENGINE
Fire-Engine
FOG
a
a blah
ablah 1
ablah 2 foo
zimmer
---cut-here---
PART 2: ADVANCED SORT
An advanced sorting method could be the following:
[pdsort mycallbackreceiver myleftreceiver myrightreceiver(
Which would allow arbitrary Pd patch implementation of
comparison operations. On receiving this message,
[msgfile] would, for each comparison operation, act as
follows:
Given we need to compare $1 < $2, execute the message:
[ ;
myrightreceiver $2;
myleftreceiver $1;
mycallbackreceiver XXX
(
where XXX is a receive-symbol for the Pd patch
comparison implementation to reply to.
For single floats, the Pd patch comparison
implementation could be:
[r my-cb-r] [r my-l-r] [r my-r-r]
| | |
| [ < ]
| |
[pack s f ]
|
[ ; $1 $2 (
PART 3: CONCLUSION
Simple sort with some stable algorithm that sorts
numbers numerically and symbols alphabetically with
'anythings' handled in the obvious way would be more
than enough for me.
The advanced sort would allow more flexibility, but
would be horrible to implement, at a guess...
Thank you for your attention :)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=1519081&group_…
Patches item #1516869, was opened at 2006-07-04 11:48
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=1516869&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: wishlist
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: hide object name+args with gop
Initial Comment:
the attached patch adds a new checkbox to the
gop-properties which allows to "hide object name and
arguments".
this makes it possible to have long objectnames which
at the same time are gop-abstractions with a small width.
(i think it is very inconvenient if the minimum width
of a gop-object is determined by the object's name and
its arguments)
this is related to feature request [ 1491020 ]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1516869&group_…
Bugs item #1499215, was opened at 2006-06-02 02:11
Message generated for change (Comment added) made by jmmmp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1499215&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: João Miguel Pais (jmmmp)
Assigned to: Nobody/Anonymous (nobody)
Summary: openpanel crash
Initial Comment:
when openpanel is clicked and the selection window
comes up, pd crashes. this doesn't happen all the time,
but will happen for sure if f.e. something with
openpanel has been done before.
XP, 0.93t3
----------------------------------------------------------------------
>Comment By: João Miguel Pais (jmmmp)
Date: 2006-07-07 13:35
Message:
Logged In: YES
user_id=1523458
This is the only information I can give, because the
behaviour is erratic, and I can't establish a pattern. the
only thing I know for sure is that it doesn't happen on the
first time.
example patch isn't necessary, just banging any openpanel -
it's a general behaviour, not specific to any singular
patch.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-07-07 02:22
Message:
Logged In: YES
user_id=27104
This is a pretty vague bug report. Any more info? Example
patch?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1499215&group_…
Bugs item #1486867, was opened at 2006-05-11 16:43
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1486867&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: 1
Submitted By: Nobody/Anonymous (nobody)
Assigned to: dieter kovacic (d13)
Summary: sfread~ memory leak
Initial Comment:
Hi,
when playing several samples with sfread~ memory
doesn't get clean. If you watch the system resources at
the same time you send samples, it's just like a
counter.
joao
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-05-17 04:53
Message:
Logged In: YES
user_id=27104
I don't think that [sfread~] is supported anymore. Its part
of the ext13 lib which hasn't been updated in years. Plus
[readsf~] isn't included Pd-extended AFAIK.
try [readsf~] instead.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2006-05-11 17:44
Message:
Logged In: NO
uh, in windows xp
joao
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1486867&group_…
Bugs item #1499215, was opened at 2006-06-01 20:11
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1499215&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: Pending
Resolution: None
Priority: 5
Submitted By: João Miguel Pais (jmmmp)
Assigned to: Nobody/Anonymous (nobody)
Summary: openpanel crash
Initial Comment:
when openpanel is clicked and the selection window
comes up, pd crashes. this doesn't happen all the time,
but will happen for sure if f.e. something with
openpanel has been done before.
XP, 0.93t3
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-07-06 20:22
Message:
Logged In: YES
user_id=27104
This is a pretty vague bug report. Any more info? Example
patch?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1499215&group_…
Bugs item #1072765, was opened at 2004-11-24 15:35
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1072765&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: B. Bogart (bbogart)
Assigned to: Nobody/Anonymous (nobody)
Summary: .printout.text: no such object in console for pd.38-test10
Initial Comment:
When Copying in console widget: (Apple-C)
error: .printout.text: no such object
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1072765&group_…
Bugs item #1072763, was opened at 2004-11-24 15:33
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1072763&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: B. Bogart (bbogart)
Assigned to: Nobody/Anonymous (nobody)
Summary: .gfxstub41d8c0.f?: no such object in console w/ pd.38-test10
Initial Comment:
When pasting (Apple-V) into "pd search path entry boxes":
error: .gfxstub41d8c0.f?: no such object
Where "?" is 0-9 corrseponding to the entry field
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2004-12-09 22:19
Message:
Logged In: YES
user_id=313747
This seems mot to happen in linux, will try on a mac later.
Same for previous bug.
-M
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1072763&group_…
Bugs item #1075044, was opened at 2004-11-29 02:28
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1075044&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: None
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Anton Woldhek (anton-w)
Assigned to: Nobody/Anonymous (nobody)
Summary: [bp~] can crash pd
Initial Comment:
version: 0.38 test 10
After opening [bp~] helpfile and changing some of the
parameters, closing the helpfile crashes pd with the
following error:
pd.exe Application Error
the instruction at "0x10003b64" referenced memory at
"0x0000002b". The Memory could not be " etc.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-07-06 20:16
Message:
Logged In: YES
user_id=27104
I can no longer reproduce this, so I am closing it.
----------------------------------------------------------------------
Comment By: Guenter Geiger (ggeiger)
Date: 2005-02-10 06:38
Message:
Logged In: YES
user_id=430561
Is this still true with the new release ? If not I am going
to close the
bug.
Thanks,
Guenter
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1075044&group_…
Bugs item #1319163, was opened at 2005-10-08 20:04
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1319163&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.39.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Towynlin (towynlin)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: fiddle~ segfault in Hans's OS X Pd.app
Initial Comment:
fiddle~ is causing Pd to segfault with both of these versions of Hans's OS
X apps: Pd-0.38-4-extended-RC1 and Pd-0.39test2-extended-RC0. I'm
on OS 10.4.2. This causes the crash:
[adc~]
|
[fiddle~]
Turn audio computation on.
I also tried adding the default arguments to fiddle~. No difference. I
found it while trying out Help => Tutorials/playnow => voice-fm.pd
Crash log attached.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-07-06 20:10
Message:
Logged In: YES
user_id=27104
don't know how it was fixed, or what was previously causing
the problem, but I can't make it crash anymore.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1319163&group_…