James Teh
James Teh
Previously, we only passed specific keys through to the main window. Now, we do the inverse, capturing only specific keys for the Parameters dialog and passing the rest through to...
We can't annotate a real slider in the way we need for UIA. Since we don't really use the slider anyway, use a Static text control instead on Windows and...
This deals with cases where changing a parameter value also changes parameter names; e.g. changing the bad type in ReaEq. Fixes #706. This is a fairly naive solution in that...
Fixes #613. @ptorpey, @Ambro86, could you test a build from here and let me know if this works for you?
I find creating FX envelopes really tedious. I can do it using control+alt+l (show envelope for last touched FX parameter), using the Param button in the FX chain dialog or...
(Filed after a query from @GianlucaApollaro.) Right now, OSARA is English only. It'd be good if it could be translated into other languages. OSARA currently uses C++ iostreams for string...
By default, when you open the Media Explorer, it gets docked and does not get focus. This makes it pretty hard to access. When you're done with it, dismissing it...
### Link to issue number: Fixes #5641. ### Summary of the issue: In Windows 10, it is possible to have different virtual desktops, so as to switch between large groups...
Fixes #456.
This allows control+space to play/pause as usual. Fixes #869.