Hello !
I have a VST plugin which has sliders on its Editor (3 rotary ones and 3 vertical ones) all with an editable textBox. Now comes the fun part : when I type in the text boxes, only number 1 and 4 (from normal keyboard) and number 5 (from keypad) are accepted. Also, I can type in some other letters/signs. When I press other keys, nothing happens… :shock:
So first question : where do I apply for the “most weird bug”-contest ?
And second question : has anyone seen this before ? Can anyone think of any possible cause ? This has happenend on at least four different computers, and I’m currently typing on one of them, so it’s not just a broken keyboard. I’ve also already tried rebuilding it. This happens both in debug and release build.
Things I’m going to try next (though I doubt this will sort me out…) :
[list]
[]Updating to juce tip.[/]
[]Try different VST hosts (so far, Herman Seib’s vsthost and Merging Pyramix have had the problem…)[/]
[]Try to copy-past the UI code in a standalone juce app, see if I can reproduce.[/]
[]Go back to previous version of my VST, to see if it ever worked (tbh, I may not have checked whether typing in the boxes worked, when I added the feature to the prototype…)[/][/list]
Thanks in advance…
Cheers
Val