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

Review name argument vs meta name overload #205

Open dromer opened 1 month ago

dromer commented 1 month ago

Early on in the meta.json I added a method to be able to set the name via the json file, however this also causes a bit of inconsistencies and possibly confusion.

We should review if this overload really makes sense or just stick to the regular method of supplying the project name (used internally for symbols etc.)

For DPF we may want to add a new optional "prettyname" which is used for presenting in DISTRHO_PLUGIN_NAME and is allowed to have spaces and other "pretty" formatting.