Andrew Belt

Results 247 comments of Andrew Belt

>~40 bands in 10bit color Okay, 10-bit color works then.

Is comparing the area by Boguslaw Jackowski the most straightfoward way to determine the whether `nvgPathWinding(vg, NVG_SOLID)` vs `nvgPathWinding(vg, NVG_HOLE)` should be used after drawing the path? I wouldn't be...

@kpeeters I don't remember if I added full support or not and I'm on my mobile device so I didn't look too deeply, but if I did, it would be...

Perhaps you could edit the GitHub description of this project with "Looking for a maintainer, see ..." to advertise this thread, like this project. https://github.com/diiq/atomatigit

Waiting on #26 before starting on this

It's recommended to use the `CompanyName-PluginName` pattern for slugs. https://vcvrack.com/manual/PluginDevelopmentTutorial.html under Naming. I don't know if I'd call more plugins "clutter", it's just what happens with a popular platform, along...

1. You only have one entry "AS". What do you mean? 2. So you want to have a plugin "AS", as well as a plugin "AS-testing" or something in Rack...

I have a deadline to meet, so any changes will need to be wrapped up in ~4 hours of effort. But you're welcome to send some ideas. Keep in mind...

Okay, going with the following schema. ```json "modules": { "MyModule": { "name": "MyModule", "description": "A simple sine oscillator for demonstrating the Rack API", "tags": ["vco"] } } ``` This will...

Here's a full example from the Template plugin. https://github.com/VCVRack/Template/blob/7c28f8d276e51d9d2c8e8de639e6823648c97e8c/plugin.json