1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Platform: Remove references to unsupported platforms in docs and strings

This commit is contained in:
reuk 2024-07-02 18:07:32 +01:00
parent b89553ae2c
commit ba9b6581b7
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
8 changed files with 18 additions and 27 deletions

View file

@ -106,9 +106,8 @@ public:
/** Override this method to indicate if your editor supports the presence or
absence of a host-provided MIDI controller.
Currently only AUv3 plug-ins compiled for MacOS 10.13 or iOS 11.0 (or later)
support this functionality, and even then the host may choose to ignore this
information.
Currently only AUv3 plug-ins support this functionality, and even then the
host may choose to ignore this information.
The default behaviour is to report support for both cases.
*/
@ -120,8 +119,7 @@ public:
Use this as an opportunity to hide or display your own onscreen keyboard or
other input component.
Currently only AUv3 plug-ins compiled for MacOS 10.13 or iOS 11.0 (or later)
support this functionality.
Currently only AUv3 plug-ins support this functionality.
*/
virtual void hostMIDIControllerIsAvailable (bool controllerIsAvailable);