Skip to content
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

Open
aptrn opened this issue Sep 18, 2019 · 9 comments
Open

stocaudio #597

aptrn opened this issue Sep 18, 2019 · 9 comments
Labels

Comments

@aptrn
Copy link

aptrn commented Sep 18, 2019

Hello guys, got some new v1 modules.

Source: https://github.com/aptrn/stocaudio-modules
Version: 1.0.0

@cschol
Copy link
Collaborator

cschol commented Sep 24, 2019

plugin.json issues: aptrn/stocaudio-modules#1

@AndrewBelt
Copy link
Member

AndrewBelt commented Sep 25, 2019

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 = {}; or = {{}};?

@aptrn
Copy link
Author

aptrn commented Sep 25, 2019

Was actually everywhere, I'm sorry.
I changed all of them to = {};

@aptrn
Copy link
Author

aptrn commented Oct 9, 2019

I updated my plugins to 1.0.1

Source: https://github.com/aptrn/stocaudio-modules
Version: 1.0.1
Hash: 63c10b55dbd154e1d41bb035cd71f54fce55fbc5

@aptrn
Copy link
Author

aptrn commented Dec 8, 2021

Hello there!
Updated my modules to v2.

Source: https://github.com/aptrn/stocaudio-modules.git
Version: 2.0.0
Hash: 170366f0bbf9ffc931e4bc27ef35e9fe8d90bb18

@cschol cschol reopened this Dec 8, 2021
@cschol
Copy link
Collaborator

cschol commented Dec 9, 2021

URL issues in plugin.json: aptrn/stocaudio-modules#15

@aptrn
Copy link
Author

aptrn commented Dec 9, 2021

Removed broken url from plugin.json.

New hash: ee61c4728030a2471cf24797cda0945ba1a45ebb

@aptrn
Copy link
Author

aptrn commented Feb 8, 2022

updated some modules

Source: https://github.com/aptrn/stocaudio-modules.git
Branch: Master
Version: 2.0.1
Hash: ed5c85b0d9391c37f4ec4d9de4ef8aa30d94bcd6

@AndrewBelt
Copy link
Member

I'm unable to build this for Mac ARM64 due to aptrn/stocaudio-modules#21, but it seems like an easy fix.

@cschol cschol reopened this Aug 8, 2023
baconpaul added a commit to baconpaul/stocaudio-modules that referenced this issue Mar 21, 2024
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
@cschol cschol moved this to Integration in VCV Rack Open-source Plugins Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Integration
Development

No branches or pull requests

3 participants