Alex Harker
Alex Harker
Looks like iplug::IKeyPress translateKeyMessage and effEditKeyDown / effEditKeyUp in the VST2 dispatched need some attention as they assume that a minus would be coming in as a string (it isn't)....
Need to make sure we are dealing with all of these: https://steinbergmedia.github.io/vst3_doc/base/namespaceSteinberg.html#a9380117707cebcb5a3cd9fa8b960e22b
Oli also reports that this might be host dependent and might only happen in Reaper (it doesn't appear to be an issue in Live according to a quick test here).
Thanks for confirming - I think we have it located to VST2/3 key handling and in this case it is to do with what reaper is handing us for key...
That's a shame - are you using it to get the most similar text rendering to other text?
@olilarkin - as this is now completing tests are you happy to merge?
I'm pretty sure that the tree model is preferable, although I'd prefer it *not* to be breaking and I'm not convinced that it needs to be. For me the issue...
Sounds good.
FWIW - I think they are called SetDisabled and Hide because controls default to enabled and shown. So it is an active choice to do the opposite. I see how...
Can we close #41 now as this seems more up to date and references #41 should anyone wish to check it?