-
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
Wavetable right click menu doesn't work #29
Comments
@really-need-an-api-key hi, could ya take a screenshot showing where you click where it should load up a "loader / file browser" screen, please? |
This is literally a one line change. Looks like the rewrite of the context menu just forgot to call popup I have fixed it in but I can't send a pull request for that until #69 is merged |
sorry because std::filesystem implements the iterator wrong so I have a new issue for that in #77 |
@baconpaul can this one-line fix be added into #69 ? |
Oh sure I guess it could! But since this may also impact VST I sort of left it aside. Also, my local dev area is a bit of a mess right now because I'm working on a zoomable UI so let me keep my brain there for now. |
@baconpaul well, i'm trying to work through the scraps out there re: macOS VST2 - found this one by @asimilon ( https://github.com/asimilon/surge/tree/macOS_VST2_build ) and am hoping that it'll somehow tide me over into an actual VST2 version. not entirely sure, of course! |
Yeah I really don’t use vst at all - I’m 100% Logic Pro, lilypond, and hand rolled software. What’s the best Mac free vst host to try on? |
Not sure if it's the best, but it fits the "free" criteria : https://www.tracktion.com/products/t7-daw |
Yeah best is definitely an opinion! Also we all know emacs is the best. We just need M-x daw-mode to get finished. Thanks! |
@baconpaul i added your fix to this into my larger PR #68 . hope that's fine |
Sure! |
👍 |
Former-commit-id: d404bdd
ripped from @baconpaul fix from 14a6001 [formerly d404bdd] (fixes surge-synthesizer#29) Former-commit-id: b865d8e
Describe the bug
No context menu (containing all the wavetables for easy selection) is shown when right-clicking the wavetable name.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Right clicking the wavetable name should open a context menu with all the wavetables.
Desktop (please complete the following information):
Additional context
Context menu doesn't work in VSTHost either. Switching via the tiny arrows works though.
The text was updated successfully, but these errors were encountered: