-
Notifications
You must be signed in to change notification settings - Fork 404
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
Code Units we can Remove/Rewrite now we have JUCE #4337
Labels
Rebuild With JUCE
Issues pertaining to porting Surge from VSTGUI to JUCE
Milestone
Comments
baconpaul
added
the
Rebuild With JUCE
Issues pertaining to porting Surge from VSTGUI to JUCE
label
Apr 21, 2021
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Apr 21, 2021
Also remove all the non-JUCE CScalableBitmap code Addresses surge-synthesizer#4337
baconpaul
added a commit
that referenced
this issue
Apr 21, 2021
Also remove all the non-JUCE CScalableBitmap code Addresses #4337
mkruselj
changed the title
Code Units we can Remove/Rewrite now we have Juce
Code Units we can Remove/Rewrite now we have JUCE
Apr 21, 2021
An important test for UserInteractinos being factored properly if you
and build the LV2 it never starts a UI; so we should not open a dialog box. But now it does because I initialize user stuff at the wrong point in the process. |
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Apr 23, 2021
Addresses surge-synthesizer#4337 Closes surge-synthesizer#2671 surge-synthesizer#3435 Refactor/Remove the UserInteractions in favor of JUCE equivalents and appropirate wrappers - openURL -> juce::URL.lauch - showHTML -> surgeguieditor builtin - Remove openFileInFinder or whatnot for juce::URL(juce::File()).laucnh - promptInfo removed; single use replaced with an Alert box - Remove UserInteractions::promptError to be data driven - promptOKCancel moved to a gui free function which can be replaced and is replaced in SGE - promptFileOpen replaced with juce::FileChooser - Finally, remove the old files which were no longer used
baconpaul
added a commit
that referenced
this issue
Apr 23, 2021
Addresses #4337 Closes #2671 #3435 Refactor/Remove the UserInteractions in favor of JUCE equivalents and appropirate wrappers - openURL -> juce::URL.lauch - showHTML -> surgeguieditor builtin - Remove openFileInFinder or whatnot for juce::URL(juce::File()).laucnh - promptInfo removed; single use replaced with an Alert box - Remove UserInteractions::promptError to be data driven - promptOKCancel moved to a gui free function which can be replaced and is replaced in SGE - promptFileOpen replaced with juce::FileChooser - Finally, remove the old files which were no longer used
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Apr 23, 2021
No longer needed in XT. Closes surge-synthesizer#4337
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Apr 23, 2021
No longer needed in XT. Closes surge-synthesizer#4337
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Apr 23, 2021
No longer needed in XT. Closes surge-synthesizer#4337
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Apr 23, 2021
No longer needed in XT. Closes surge-synthesizer#4337
mkruselj
pushed a commit
that referenced
this issue
Apr 23, 2021
No longer needed in XT. Closes #4337
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: