Bugs item #3023463, was opened at 2010-06-30 19:48
Message generated for change (Tracker Item Submitted) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3023463&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-devel
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: Help patches don't open in pd-devel on Ubuntu
Initial Comment:
Right click/help fails to open ANY help patch:
sorry, couldn't find help patch for "whatever.pd"
This is today's nightly autobuild for karmic, installed on Ubuntu 10.04
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3023463&group_…
Bugs item #3023461, was opened at 2010-06-30 19:45
Message generated for change (Tracker Item Submitted) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3023461&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-devel
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: "test audio and midi" doesn't open test patch in Ubuntu
Initial Comment:
I installed today's karmic autobuild of pd-devel-0.43 (I'm actually on lucid but can't see any lucid autobuild for 0.43), and when I go to Media/Test audio and midi, it doesn't open the usual test patch (it doesn't open anything).
It doesn't print any error message to the console either.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3023461&group_…
Bugs item #3023091, was opened at 2010-06-29 23:45
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3023091&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: iemguts/canvasargs treats "bang" different from "list"
Initial Comment:
I suppose I could have titled this bug, "most of the rest of Pd implies that the user doesn't need to differentiate between a bang and an empty list."
If you send "bang" to [canvasargs], it outputs the current list of args that it's planning to write once the parent patch is saved.
If you send it "list", [canvasargs] resets so that no arguments will be saved with the abstraction in the parent patch.
[canvasargs] uses messages that are anything other than the built-in Pd message types to change the name of the abstraction in the parent patch. It might be better if there were a "clear" message to clear the args, and a "new" message to change the name of the abstraction.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3023091&group_…
Bugs item #3019026, was opened at 2010-06-21 11:47
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3019026&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.42
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: pd -batch does not compute audio if "; pd dsp 1" is [delay]d
Initial Comment:
pd -batch -open "test.pd" -send "RENDER 50 test.wav"
[r RENDER]--[delay 1000]--"; pd dsp 1"
makes audio not work in batch mode; removing the [delay] is a workaround...
See this thread for more info:
http://lists.puredata.info/pipermail/pd-list/2010-06/080278.html
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3019026&group_…
Patches item #3011815, was opened at 2010-06-05 15:15
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3011815&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: None
>Status: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Dan Wilcox (danomatika)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Path editor cannot edit bad paths
Initial Comment:
Running Pd-Extended 0.42.5 rc1 on Mac OSX 10.6.3
I moved some local lib folders and tried to update them in the Path editor. Selecting one of these paths and hitting Edit... results in a TK error dialog with the following message: Error: Bad directory "/Users/path/to/old/folder...". I cannot edit the path within PD, which is annoying.
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2010-06-21 02:20
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-06-06 23:28
Message:
Oops, sorry about the typo...
I think parsing to the nearest good location could be nice, but too many
error messages gets confusing. I don't think this particular error message
would change the user's behavior, so it seems to fall on the "too much"
side.
----------------------------------------------------------------------
Comment By: Dan Wilcox (danomatika)
Date: 2010-06-06 22:44
Message:
Looks good, although you spelled my name wrong :D
Also, I added the console print for feedback as to why you'd be looking at
a dialog box in the home dir instead of the given path. Ideally, the bad
path should be parsed to find the nearest good location. For instance, if
the end folder name has been changed, the dialog box *should* start one
level down.
The current version is a quick fix so at least the editor is useable in
this case.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-06-06 22:29
Message:
Accepted in an edited form, the error message seemed too much for such a
little thing. I also added it to 0.43 while I was at it. Here's the
commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=136…
----------------------------------------------------------------------
Comment By: Dan Wilcox (danomatika)
Date: 2010-06-05 16:06
Message:
I added PathEditor.patch for pd-tk which adds a check on existing paths
before editing them. If they don't exist, an error message is printed to
::pdwindow::error and the dialog path is set to the home dir.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3011815&group_…
Hi,
I was hoping that pd-extended would be split into a core package
(containing the Extended pd) and modular external packages, but it
seems[1] that this has been postponed yet again until the next+1 release.
In case this becomes "jam tomorrow" forever, what can I do to guarantee
that the next+1 release does indeed contain modular packages, so that
users have the choice between Miller pd and Extended pd without having
to worry about whether externals are available?
[1] http://puredata.info/dev/NextRelease
Thanks,
Claude
Bugs item #3018175, was opened at 2010-06-18 21:15
Message generated for change (Tracker Item Submitted) made by domxh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3018175&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.42
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Domien Holthof (domxh)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: 0.42.5 extended rc4 asio problem
Initial Comment:
I've cleanly installed pd 0.42.5 extended rc4 (build from 17/6) on winxp32 sp2. Now when I choose my motu896 asio drivers in the asio dialog there's no sound anymore (using the test audio/midi patch). There's sound when i select the motu in the standard MMIO dialog. There were no warnings or error messages in the console when selecting the asio drivers.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3018175&group_…
Bugs item #3018041, was opened at 2010-06-18 09:59
Message generated for change (Tracker Item Submitted) made by oscarsantis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3018041&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.42
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Óscar Santis (oscarsantis)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Pd version 0.42.5-extended-rc3Ubuntu 10.04
Initial Comment:
Pd extended crash when i load this patch. I have problems with objects labels font size that looks bigger than object names.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3018041&group_…