-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continue Issue #, building on Luna's PR.
Using Vec!ubyte allows to reuse popLE/popBE and writeLE/writeBE functions, for better and worse. Avoid any problem with who owns what and realloc. Renamed the callback after identifier shoutout. Distort now uses futureBinState to act as "showcase" of feature. It just stores its major plugin version. The finding was that: - not all VST2 host call effSetChunk, not sure why. This is unrelated bug. - the UI vs client sync for will be as complicated as it is for Parameter... unlike Parameter, it may be a good idea to encourage people to have a duplicated local state in the UI. Now I understand better why JUCE unified all that under "APVTS". This sync problem is just dumped unto users with the callback... it's not clear yet which threads will call loadState and saveState, probably any from the host can.
- Loading branch information
Guillaume Piolat
committed
Aug 13, 2023
1 parent
243e914
commit 845b770
Showing
4 changed files
with
111 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters