Menu

#132 Gripd example patches wrong location

v0.39.2
closed-wont-fix
nobody
5
2009-04-14
2007-04-17
Anonymous
No

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

Discussion

  • Hans-Christoph Steiner

    • milestone: --> v0.39.2
    • assigned_to: eighthave --> nobody
    • status: open --> open-wont-fix
     
  • Hans-Christoph Steiner

    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.

     
  • Hans-Christoph Steiner

    • status: open-wont-fix --> closed-wont-fix
     
  • Hans-Christoph Steiner

    this is ancient, time to close it. Reopen it if you think it is important.

     

Anonymous
Anonymous

Add attachments
Cancel