Bugs item #1601850, was opened at 2006-11-23 17:17
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1601850&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: Pending
Resolution: None
Priority: 3
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: musil (tmusil)
Summary: [vcf_filter~] does not instantiate without arguments
Initial Comment:
Running Pd-0.39.2-extended-2006-11-23 on Mac OS X 10.4, when I instantiate [vcf_filter~] without any arguments, it crashes Pd.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2008-03-05 14:37
Message:
Logged In: YES
user_id=564396
Originator: NO
i think that this should be handled by Pd itself:
Pd knows that there _is_ an objectclass [vcf_filter~]. Pd then calls the
constructor of this objectclass which fails.
So Pd should be aware that this is not an "unfound" class but a class that
could not create for _other_ reasons.
in this case, Pd could expose the possibility to access the help-file even
though the object cannot create.
i have submitted feature-request #1907998 that asks for this.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-12-19 06:37
Message:
Logged In: YES
user_id=27104
Originator: YES
changed to reflect the updated situation
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-11-30 02:55
Message:
Logged In: YES
user_id=27104
Originator: YES
any chance of fixing it by setting a default value instead? Or maybe have
it instatiate but do nothing without an argument. I think it can be quite
confusing and annoying if you need an argument to instantiate. For
example, I often create an object to open the hlep patch. That wouldn't
work here.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-11-29 19:40
Message:
Logged In: YES
user_id=564396
Originator: NO
i have fixed this in CVS by replacing A_DEFSYM by A_SYMBOL in
vcf_filter~:323
this makes [vcf_filter~] refuse to create when no argument is given
instead of crashing pd
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1601850&group_…
Feature Requests item #1907998, was opened at 2008-03-05 14:36
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=1907998&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
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: give clues that object's constructor has failed
Initial Comment:
currently, when an object (that is: non-abstraction external) fails to create, this can be of 2 reasons:
- the objectclass is unknown (and cannot be found on the filesystem)
OR
- the objectclass is there, but the constructor has failed
both look the very same in the patch (a dashed box)
however, it would be nice if these could be distinguished on a patch-level, so the user have a clue what actually happened (without having to read pages of pd-console output)
i would suggest using a different colour for the two cases (e.g. grey out a known object that fails to construct)
additionally it would be nice to be able to access the right-click help of an objectclass if it failed to construct. (so people can get an idea what they did wrong)
it shouldn't be too hard to do, as Pd already has a notion of what happened.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=1907998&group_…
Bugs item #1508221, was opened at 2006-06-18 20:45
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1508221&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.41.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Nobody/Anonymous (nobody)
Summary: dynamic patching locks up Pd and pegs CPU
Initial Comment:
When I work on this patch, it works fine. But when its
embedded in another patch as an object, it causes Pd to
stop responding and peg the CPU.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2008-03-05 13:53
Message:
Logged In: YES
user_id=564396
Originator: NO
btw, Pd hangs in g_editor.c:222 (glist_noselect() deselect-objects-loop)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1508221&group_…
Bugs item #1747117, was opened at 2007-07-03 15:24
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1747117&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
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Miller Puckette (millerpuckette)
Summary: [writesf~]: sr in header is hardcoded to 44100 for aiff
Initial Comment:
the flag '-rate' doesn't have any effect, when writing into aiff-files. a hardcoded value of 44100 is used instead. this value is defined in d_soundfile.c on line 700.
submitted by roman ( reduzierer at yahoo dot de )
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1747117&group_…
Bugs item #1853216, was opened at 2007-12-18 17:06
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1853216&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.2
>Status: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
>Assigned to: Miller Puckette (millerpuckette)
Summary: class_set_extern_dir not exported (breaks loaders)
Initial Comment:
The problem:
Help patches for externals loaded by the loader functionality of Pd are not found.
They can be found if class_set_extern_dir() is used, but this doesn't work on all platforms (unresolved symbol errors when trying to load the loader).
The solution:
Declare class_set_extern_dir() in m_pd.h and export it from pd/src/m_class.c or pd/src/s_loader.c .
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2008-01-14 19:58
Message:
Logged In: YES
user_id=313747
Originator: NO
Did it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1853216&group_…
Bugs item #1899458, was opened at 2008-02-22 11:01
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1899458&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: Pending
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: Chris Willmott [pentascape] (pentascape)
>Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: stereoscopic mode 1 bug in Gem on Windows
Initial Comment:
There is a bug which prevents the Gem window from rendering stereoscopic images correctly. Bug evident on 3 separate Windows machines running Pure Data 0.39.3-extended.
Instead of 2 separate images on either side of the separator, the 2 images are overlayed in the centre of the Gem window and overlap the separator.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2008-03-05 13:04
Message:
Logged In: YES
user_id=564396
Originator: NO
this seems to be a Gem bug (Pd-extended currently uses a prebuilt binary
of Gem on w32).
please report it as a separate bug on the pd-gem bug-tracker:
http://sf.net/projects/pd-gem
this ticket will be automatically closed in 5 seconds.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1899458&group_…
hi all,
would it be possible to implement a repository mirroring in
trunk/abstractions/pdmtl for pdmtl abstractions:
At the bottom of http://subversion.tigris.org/ :
Repository mirroring
Subversion supplies a utility, svnsync for synchronizing (via either
push or pull) a read-only slave repository with a master repository.
pat
Bugs item #1905909, was opened at 2008-03-02 23:00
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1905909&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.41.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Miller Puckette (millerpuckette)
Summary: pd-0.41-2.msw.exe does not include [expr]
Initial Comment:
When I install pd-0.41-2.msw.exe on a machine where pd has not been previously installed, it does not include the [expr] object. So, things like exponential.pd in the Audio Examples portion of the documentation don't work.
If installed over an older version of Pd, it apparently picks up the expr library from the older version. Thus masking the bug.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1905909&group_…
Bugs item #1906246, was opened at 2008-03-03 13:54
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1906246&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: Deleted
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: pd-0.41-2.msw.exe does not include [expr]
Initial Comment:
When I install pd-0.41-2.msw.exe on a machine where pd has not been previously installed, it does not include the [expr] object. So, things like exponential.pd in the Audio Examples portion of the documentation don't work.
If installed over an older version of Pd, it apparently picks up the expr library from the older version. Thus masking the bug.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2008-03-04 21:14
Message:
Logged In: YES
user_id=564396
Originator: NO
this duplicates #1905909
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1906246&group_…