forked from surge-synthesizer/surge
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Surge UserInteractions stubbed with Zenity (surge-synthesizer#918)
Surge UserInteractions on Linux should really use the vst event loop and vstgui and be hand written because otherwise you have to popen zenity which can cause audio pauses and pops. But audio pauses and pops on anciliary actions are better than nothing, so stick in a crudy zenity implementation which is a start, and someone inspired to remove it at least has a spec in the future. Addresses surge-synthesizer#562 Closes surge-synthesizer#637 and surge-synthesizer#917
- Loading branch information
Showing
3 changed files
with
57 additions
and
5 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