-
Notifications
You must be signed in to change notification settings - Fork 2
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
update hvcc and add dpf-widgets #27
Conversation
Still not sure to what extend we can start building UI with dpf-widgets, but at least we can start trying stuff (and code export works). |
Needs a bit more testing before merge. |
Heuhm, trying to update to latest hvcc release and somehow the pyinstaller build exploded o.O The only dependency I added was pydantic, but that shouldn't add a whopping +100MB to the size .. |
Looking at moving hvcc to |
Test going on here: Wasted-Audio/hvcc#199 Creates a single binary that does everything. |
Hmm, Windows builds fail due to number of files: https://github.com/Wasted-Audio/plugdata-heavy-toolchain/actions/runs/11065615856
|
Feature/poetry
So other than Windows archive upload this all should work. Any suggestion on how to fix this? Recommendation is to first zip the target dir, but then we need another step to unpack it on the plugdata side. |
Looks like this is now fixed by Github: actions/upload-artifact#485 |
Nice though, upload-artifact@v4 should really speed it up |
Perhaps we could find a way to speed up the Windows build still... It spends half of the time downloading and extracting minGW. Feels like that could be faster |
yeah it takes quite a long time! |
No description provided.