Wasted-Audio / hvcc

The heavy hvcc compiler for Pure Data patches. Updated to python3 and additional generators
https://wasted-audio.github.io/hvcc/
GNU General Public License v3.0
260 stars 30 forks source link

wrapper for openFrameworks? #30

Open diemildefreude opened 3 years ago

diemildefreude commented 3 years ago

Just started learning oF and eager to use it with Heavy. oF uses C++ so the hvcc c plugin generator should work, but if anyone here works with oF, it'd be nice to have a wrapper to facilitate implementation . Otherwise, I'll see if I can't make one once I've learned a bit more.

https://openframeworks.cc/

dromer commented 3 years ago

Never used oF myself, but would be neat if someone can make an oF generator for hvcc.

diemildefreude commented 2 years ago

Hey, sorry for the late reply. Been busy using oF. For performing things on your own machine, just running PD with OSC messages of course works fine. heavy would be good for having a standalone build, but there's apparently already an oF addon for that called ofxPd. Haven't tried it yet though.

dromer commented 2 years ago

Ok, this of course uses libpd so is an entirely different situation. Does allow you to use more Pd features of course.

Anyway I don't know anything about oF so if anyone wants to work on this to make heavy-based modules for oF we'll have to wait it out ;)