You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking through the code it seems like the code needs a bit of refactoring, for example, creating a function just to get the xml string, then using that function inside load and then we can use that function inside a "patch to clipboard" function. I'd like to make it easy for users to share patches. I tried to implement this myself but there's so many layers to the load/save system it's difficult to add functionality.
The text was updated successfully, but these errors were encountered:
I tried to implement it myself but for some reason #include <juce_gui_basics/juce_gui_basics.h> gives an error in clap-base-class.h, tried a handful of things to solve this, no luck. This is where the needed juce::SystemClipboard functionality comes in.
Looking through the code it seems like the code needs a bit of refactoring, for example, creating a function just to get the xml string, then using that function inside load and then we can use that function inside a "patch to clipboard" function. I'd like to make it easy for users to share patches. I tried to implement this myself but there's so many layers to the load/save system it's difficult to add functionality.
The text was updated successfully, but these errors were encountered: