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

Feature/add starling via #173

Closed
wants to merge 17 commits into from

Conversation

dromer
Copy link
Collaborator

@dromer dromer commented Feb 24, 2022

moar.

Really neat sequencing/logic/trigger modules. with fancy dark panels!

Based on the Via line of eurorack modules

@falkTX
Copy link
Contributor

falkTX commented Feb 24, 2022

This one needs custom work for file dialogs.
There are some binary files on the resources, need to check what they are for.

@dromer
Copy link
Collaborator Author

dromer commented Feb 24, 2022

Yes, there are indeed some kind of sequencing patterns and note scales in binary format.

@falkTX falkTX changed the title Feature/add starling via [WIP] Feature/add starling via Mar 10, 2022
@falkTX falkTX force-pushed the main branch 5 times, most recently from f8e7b03 to 24bed60 Compare September 15, 2022 14:23
@falkTX falkTX force-pushed the main branch 3 times, most recently from 54b0ec1 to d3b722e Compare November 25, 2022 17:54
@falkTX falkTX force-pushed the main branch 4 times, most recently from a30e278 to f7a919f Compare February 12, 2023 12:40
@dromer dromer force-pushed the feature/add-starling-via branch from 4a8c7ec to 91d1bd8 Compare October 23, 2023 08:26
@dromer dromer force-pushed the feature/add-starling-via branch from 2a9c484 to 4a1e3f8 Compare October 23, 2023 19:46
@dromer dromer force-pushed the feature/add-starling-via branch from 503ad65 to d42d1b5 Compare October 24, 2023 05:58
@dromer dromer changed the title [WIP] Feature/add starling via Feature/add starling via Oct 24, 2023
@dromer
Copy link
Collaborator Author

dromer commented Oct 24, 2023

This should be ready, but can be finalized post 23.10 release.

@falkTX falkTX force-pushed the main branch 8 times, most recently from 0cba0a1 to 80bda51 Compare January 5, 2024 18:44
if (spl.ok())
{
#define modelScanner modelStarlingViaScanner
#define Scale starlingViaScale
Copy link
Contributor

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

Copy link
Collaborator Author

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

Copy link
Collaborator Author

@dromer dromer Jan 6, 2024

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

@falkTX
Copy link
Contributor

falkTX commented Apr 4, 2024

There are quite some issues regarding unitialized values, as can be seen by the CI test failure
https://github.com/DISTRHO/Cardinal/actions/runs/8498350196/job/23277958605?pr=173#step:7:8619

Also 2 extra "Mismatched free() / delete / delete []"

We need to fix those before merging.

@falkTX falkTX mentioned this pull request Apr 4, 2024
@falkTX falkTX closed this in #636 Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants