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
257 stars 30 forks source link

Feature: support remote/send messages #168

Closed dromer closed 8 months ago

dromer commented 8 months ago

Some code for detecting these is here already: https://github.com/Wasted-Audio/hvcc/blob/develop/hvcc/interpreters/pd2hv/PdMessageObject.py#L66-L78

Would be nice to enhance pd2hv to convert these into send objects.

dromer commented 8 months ago

Two issues with this:

The first can be documented as a known limitation, but the second .. not sure how to deal with this yet.

dromer commented 8 months ago

Second issue has been solved! Seems to work alright although would like some better test-cases.