Bugs item #1702052, was opened at 2007-04-17 04:51 Message generated for change (Comment added) made by eighthave 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: v0.39.2 Status: Open >Resolution: Wont Fix Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Nobody/Anonymous (nobody) 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 ---------------------------------------------------------------------- >Comment By: Hans-Christoph Steiner (eighthave) Date: 2007-04-19 22:35 Message: Logged In: YES user_id=27104 Originator: NO gripd is currently not maintained by anyone and so it doesn't work so well in newer version. I don't think it would be difficult to get it to work properly in Pd-extended, but I have never used it, so I wouldn't know where to start. I can help anyone with the Pd-extended side of the question. ---------------------------------------------------------------------- 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
