Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Error pd2hv with correct path set #18

Open
CarloCattano opened this issue Aug 25, 2018 · 9 comments
Open

Error pd2hv with correct path set #18

CarloCattano opened this issue Aug 25, 2018 · 9 comments

Comments

@CarloCattano
Copy link

When using a patch with a heavylibrary abstraction in it :

c:\Python27\python.exe hvcc.py main.pd -o /revNOIZ/ -n REVnoiZ -p [C:/Users/x/Documents/Pd/externals/heavylib/]

  1. Error pd2hv: main.pd in "main.pd" @ (x:0, y:0): Don't know how to parse object "hv.reverb". Is it an object supported by Heavy? Is it an abstraction? Have the search paths been correctly configured?
  2. Error pd2hv: main.pd in "main.pd" @ (x:0, y:0): Don't know how to parse object "Hv.vline". Is it an object supported by Heavy? Is it an abstraction? Have the search paths been correctly configured?
  3. Error pd2hv: main.pd in "main.pd" @ (x:0, y:0): There was an error while connecting two objects. Have all objects been correctly instantiated? Have all inlets and outlets been declared?
  4. Error pd2hv: main.pd in "main.pd" @ (x:0, y:0): There was an error while connecting two objects. Have all objects been correctly instantiated? Have all inlets and outlets been declared?
  5. Error pd2hv: main.pd in "main.pd" @ (x:0, y:0): There was an error while connecting two objects. Have all objects been correctly instantiated? Have all inlets and outlets been declared?
  6. Error pd2hv: [comment text] in "main.pd" @ (x:0, y:0): Connection made to non-existent inlet at [comment {u'text': 'null object placeholder (hv.reverb)'}]:0.
  7. Error pd2hv: [comment text] in "main.pd" @ (x:0, y:0): Connection made to non-existent inlet at [comment {u'text': 'null object placeholder (Hv.vline)'}]:0.
@giuliomoro
Copy link

This is a hvcc issue and should be raised on that repo. You could try to generalise a bit: do the paths work for .pd files other than heavylib ?

@CarloCattano
Copy link
Author

Just tested with a custom abstraction and it works
c:\Python27\python.exe C:\Users\x\Documents\Pd\hvcc\hvcc.py C:\Users\x\Documents\Pd\myTest2.pd -o C:/myTest/ -n myTest -p [C:\Users\x\Documents\Pd] -g unity

@warpcut
Copy link

warpcut commented Sep 8, 2018

Hey, get the same error but i'm not able to solve the problem as you did.

python2.7 hvcc.py ~/Desktop/tesipd/ag.pd -n ag1 -p [/Users/x/Desktop/tesipd/Heavy/heavylib-master/] -g unity

Any suggestion?

@giuliomoro
Copy link

giuliomoro commented Sep 8, 2018

check out my fix here: enzienaudio/hvcc#6

that is: giuliomoro/hvcc@50329d8

@warpcut
Copy link

warpcut commented Sep 8, 2018

I will try later, thanks!
So i just have to change this 2 files and then it should work using -p?

@giuliomoro
Copy link

giuliomoro commented Sep 8, 2018

it should, yes. Otherwise the -p path is ignored.

@warpcut
Copy link

warpcut commented Sep 8, 2018

Can I have your mail to contact you privately?

@warpcut
Copy link

warpcut commented Sep 8, 2018

BTW works perfectly! Think the issue can be close.
Now it's crashing on play ahahah, neverending!

@giuliomoro
Copy link

giuliomoro commented Sep 8, 2018

Can I have your mail to contact you privately?

it's in the "author" field of my commit messages. Something like the below should give it to you :) :

git clone https://github.com/giuliomoro/hvcc.git /tmp/hvcc && cd /tmp/hvcc && git log --author="Giulio Moro" -1 | grep -o "<.*@.*\..*>"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants