-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Current issues in Cardinal #79
Comments
No idea about the first 2, and do not have much experience yet with the Rack lights API to help at the moment.
does this involve osdialog stuff?
I was not sure which modules needed to be removed, thanks for specifying.
Correct, I just quickly build the stuff that was possible, will enable the Q stuff later. |
Same text field code as direct numeric input present by default on right-clicking a knob. It sort of works in Windows Reason (only uppercase without spaces) and seems to behave as if the Shift key were stuck pressed. Doesn't work in Renoise. In VSTHost, keys are received twice (on key up and on key down). Same behavior for all text fields, seems to be related to Cardinal, just listing here for completeness since it can appear to be a bug my modules are causing - will document in greater detail on the project's issue tracker if not already documented. I forgot the details but the corresponding code is here: https://github.com/AriaSalvatrice/AriaModules/blob/master/src/Psychopump.cpp#L982 |
ah ok, then a cardinal-side issue yes. I supposed this is under Windows, correct? |
Yup, Win 10, grabbed a build off the CI system, used in VST2 mode (I think VST3 doesn't work yet). |
VST3 is still unfinished yes. Might work, might not, cant make any guarantees on that. PS: Arcane and related modules now removed from the build DISTRHO/Cardinal@5bd0543 |
UnDuLaR zooming was always broken in the first place, in VCV 1.x zooming in a busy rack had a way to totally break the graphics of everything. the slow speed of rendering on my rather beefy system in 2.0 makes me thing it still is a problem. The docs of UnDuLaR make it very clear it's for people who know what's up and have good reasons to use this https://aria.dog/modules/undular/ Lemme know how you wanna proceed about this, but I want to say that UnDuLaR can be super valuable in for some specific use scenarios, like when you have a mega-rack you use for live performance. For example I use a beta version of it in this song so I can perform with a MIDI controller while using pen tablet input (which can't scroll easily): https://www.youtube.com/watch?v=518mAPjFWsw It's meant for a small audience of people who go deep in automating their tools. (edit: better example) |
Alright, good to know, we can keep it as-is then. I have not really used Rack at all because of the lack of a plugin version, so I am not aware of how things used to be. |
The following widgets are still a bit broken:
I want to eventually redo the widgets properly, so there is no reason to put in more effort than simply getting it to work at all, right now. |
I am getting stuck on the broken widget stuff, tried a couple of things but issue seems to go deep... |
I also figured it had something to do with knob/parameter labels, and couldn't find the root cause either. Another issue, that I reported in Cardinal, but is better suited in this thread (that I just found) is that the LCD screens render on the top layer, right through the library background: DISTRHO/Cardinal#123 |
that one is simple, seems like a Rack/nanovg bug. |
Everything should be set with #82 I had to disable the layer-1 drawing for the LCD display, as it was drawing things on top of menus and other overlays. Not sure if Rack bug, or something in nanovg or what is going on. But not critical in any way, we just dont get fancy lights-out for the LCD, oh well |
Can confirm no more segfaults and no more drawing issues :) |
The plugin was included today in Cardinal by @falkTX, with just the necessary compatibility patches to get it to work at all. Obviously there's a lot of issues and isn't ready for end users. I have not tested them in depth yet.
Here's the issues I noticed:
The text was updated successfully, but these errors were encountered: