cschol

Results 119 comments of cschol

Your plugin has been integrated and will be available for all supported platforms with the next Plugin Manager update. Please let us know in **this** issue when a new version...

The labels still don't show up when inserting the module (on Ubuntu): ![image](https://github.com/VCVRack/library/assets/624427/4d43da99-9091-49e3-8758-8ac31831c8dd)

Aha! Got it. :)

Build failure on macOS platform: https://github.com/flarn2006/SparketteVCV/issues/3

@gbrandt1 Thank you for updating to the latest API. Some more updates are required to fit into the new community plugin ecosystem: - Each plugin must be buildable with a...

Crash with Cornrows confirmed on Linux. Here is a backtrace, if that helps: ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f6831c00887 in braids::Envelope::Render (this=0x1d276d0) at ./eurorack/braids/envelope.h:68 68 uint32_t...

I think you have an initialization problem. I updated the code in the constructor, and it works now: ``` memset(&quantizer, 0, sizeof(quantizer)); quantizer.Init(); memset(&envelope, 0, sizeof(envelope)); envelope.Init(); ``` All other...

Awesome. Thank you!

@gbrandt1 `0.6-parasites` on Linux: ``` [warning] Failed to load library ./plugins/southpole-vcvrack/plugin.so: ./plugins/southpole-vcvrack/plugin.so: undefined symbol: modelAnnuli ``` **Annuli is missing from the `Makefile`.**

Let me know when you think `southpole` (main branch) is ready to go. I played with it for a while and it is working for me.