Bugs item #1702052, was opened at 2007-04-17 01:51 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=1702052&group_id=55736
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: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Hans-Christoph Steiner (eighthave) Summary: Gripd example patches wrong location Initial Comment: In the new PD extended 0.39 RC1, when trying to access the "gripd" examples via the browser, the example patches point to /gripd/examples directory Example (gripdExamples.pd): #X msg 21 6 open ../gripd/examples/gripd.gpd; which is a path relative to the pd executable. At the moment the example patches are in the doc/examples/gripd. Two easy solutions are: 1) move the example patches directory to ../gripd/examples/ 2) leave the grips example patches where they are now (../doc/examples/gripd) and edit the patches such that they point to /doc/examples/gripd, like: gripdExamples.pd: #X msg 21 6 open ../doc/examples/gripd.gpd; for all the examples in gripd. Alberto Zin ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1702052&group_id=55736 _______________________________________________ PD-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
