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

support [else/knob] as if it's a floatatom #171

Closed dromer closed 4 months ago

dromer commented 8 months ago

So we can create more convenient UI rather than only sliders :)

Current limitation is that just [knob] wouldn't work. Can easily be solved by just creating a copy in the lib/pd/ folder. Although then we get duplicate results in the hvutil pdobjects output.

In plugdata ELSE is in the path so plain [knob] is used. Ideally we support both.