-
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
Cumulative fixes and zoomable ui #92
Cumulative fixes and zoomable ui #92
Conversation
see it try to grab the carbon UI in a printf!
…to start making the bits we need I hope...
crashes Logic on Exit. So not exactly awesome but at least I have plumbed through to an NSView even if I have my ownership wrong
… low in the classes compared to VST. Checkpoint so I can look at params
Moved all References to the bottom of the file
Beautification of premake5 while adding audiounit.framework
Google Translate + Human translate of Swedish into English. Content accuracy is debatable.
google+human translate swedish-english
simultainously -> simultaneously
@baconpaul you might wanna add |
There you go @esaruoho! |
@baconpaul could you point me to the pertinent parts of making zoom work? |
https://github.com/kurasu/surge/issues/81 has the details of how I did it. Basically if you are in a non-AU host you need to implement and register a zoom callback which scales, and you need to make sure the SurgeGUIEditor code which puts in the +/- button inside an #if TARGET_AUDIOUNIT is on for you also. |
Ok, I've read through the code, seems fine.. Will do a quick build/test round before merging it in.. Thanks guys! |
Thank you so much! I’ll pull and close issues and stuff later on today. |
@kzantow should we keep housecleaning by deleting this branch? :) |
@esaruoho yessir (although the branch is just on my fork) |
And yeah I have confirmed the merge is perfect and master runs with all the diffs. Good work folks! |
Mostly your doing @baconpaul , but a combined effort for testing and other small issues. I'm just glad to help move this synth forward, I'd not even used it before getting it running built by myself, pretty amazed at how flexible it is. @kurasu did an amazing job! |
…-and-zoomable-ui Cumulative fixes and zoomable ui Former-commit-id: fa85b05
This may subsume #68 #69 #87 and other fixes/enhancements including a zoomable UI for AU
@baconpaul @esaruoho please have a look