-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Feature/add starling via #173
Conversation
This one needs custom work for file dialogs. |
Yes, there are indeed some kind of sequencing patterns and note scales in binary format. |
e3644fb
to
ae04997
Compare
f8e7b03
to
24bed60
Compare
54b0ec1
to
d3b722e
Compare
a30e278
to
f7a919f
Compare
4a8c7ec
to
91d1bd8
Compare
2a9c484
to
4a1e3f8
Compare
503ad65
to
d42d1b5
Compare
This should be ready, but can be finalized post 23.10 release. |
0cba0a1
to
80bda51
Compare
if (spl.ok()) | ||
{ | ||
#define modelScanner modelStarlingViaScanner | ||
#define Scale starlingViaScale |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the scale and wavetable macros are not needed here, not sure about it being needed on this file at all tbh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, pretty sure I had conflicts when not defining these. can try again without
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, commented these out, rebuilt the StarlingVia components and it nearly builds.
Only at ttl generation do I now get what(): Manifest contains module SCANNER but it is not defined in plugin
There are quite some issues regarding unitialized values, as can be seen by the CI test failure Also 2 extra "Mismatched free() / delete / delete []" We need to fix those before merging. |
moar.
Really neat sequencing/logic/trigger modules. with fancy dark panels!
Based on the Via line of eurorack modules