Oli Larkin
Oli Larkin
nice, i'll take a look
@AlexHarker what are your thoughts on this?
fix on https://github.com/iPlug2/iPlug2/tree/VST3/screen-scaled see also https://github.com/iPlug2/iPlug2OOS/issues/10
@AlexHarker would like to chat about this soon, since IIRC you weren't convinced there was a problem with the VST3 view size reporting
This should be fixed by https://github.com/iPlug2/iPlug2/pull/1158 If problems emerge will revert it
Hello, Unfortunately the standalone app wrapper needs some TLC, especially now most macs have a mono mic input, which fails to work. #348 sort of covers it, except that we...
@svantana would you be able to help me test this PR?
I don't think adding a method to IControl is how I will do it, since it's a global thing. I'll think about it.
It's a global thing for now, and I think I will add a callback like the IGraphicsKeyHandler. Adding the concept of focus for IControls is something bigger we can look...