-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stocaudio #597
Comments
|
Build error on Linux (and possibly others, didn't check) src/manseq.cpp: At global scope:
src/manseq.cpp:97:26: error: array must be initialized with a brace-enclosed initializer
bool buffer[16][32] = {0};
^ Probably just use |
Was actually everywhere, I'm sorry. |
I updated my plugins to 1.0.1 Source: https://github.com/aptrn/stocaudio-modules |
Hello there! Source: https://github.com/aptrn/stocaudio-modules.git |
URL issues in |
Removed broken url from New hash: ee61c4728030a2471cf24797cda0945ba1a45ebb |
updated some modules Source: https://github.com/aptrn/stocaudio-modules.git |
I'm unable to build this for Mac ARM64 due to aptrn/stocaudio-modules#21, but it seems like an easy fix. |
This fixes the stocaudio-module package to build for Mac ARM. To update for Mac ARM in the VCV Rack library, if you would like to 1. Merge this change into your rack 2 branch 2. Go to VCVRack/library#597 and post the new version number (2.0.2) and git hash (whatever the hash is post merge) Hope this is helpful! Thanks
Hello guys, got some new v1 modules.
Source: https://github.com/aptrn/stocaudio-modules
Version: 1.0.0
The text was updated successfully, but these errors were encountered: