enzienaudio / hvcc

The heavy hvcc compiler for Pure Data patches.
GNU General Public License v3.0
361 stars 52 forks source link

how to -p Search Paths #23

Closed reeson46 closed 5 years ago

reeson46 commented 5 years ago

Hello. I don't fully understand how to add -p into the command line. In my patch, I have an [hv.reverb]. My command line looks like this: python hvcc.py C:\Users\Reeson\Desktop\pd_learn\For_Unreal\drone_main.pd -n drone -g wwise -p "[C:\Users\Reeson\AppData\Roaming\Pd\heavylib_master/]"

With this command line, it doesn't want to compile, it says Don't know how to parse object "hv.reverb"

reeson46 commented 5 years ago

I used [declare] object instead.