electro-smith / pd2dsy

Utility for converting Pure Data (Vanilla) patches to Daisy projects.
GNU General Public License v3.0
77 stars 11 forks source link

Added searchpaths for hvcc #4

Closed grrrr closed 4 years ago

grrrr commented 4 years ago

Added options to pd2dsy.py: -p to include search paths for pd abstractions -c to use alternative hvcc command

-c is (currently) necessary to use the grrrr/hvcc fork of hvcc which fixes the -p options for the hvcc pd generator.

PS. Also fixed the interpreter definition in the first script line

stephenhensley commented 4 years ago

Cool! very helpful!

grrrr commented 4 years ago

In case you want to include the hvcc fix into your own fork, it's here: https://github.com/enzienaudio/hvcc/pull/28

stephenhensley commented 4 years ago

Good to know, I'll want to do that for sure. Thanks!