Browse Source

Final tweaks for osx menu roles

tags/v2.1-rc1
falkTX 4 years ago
parent
commit
ed9ecac943
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      data/macos/README
  2. +1
    -1
      source/frontend/carla_host.py

+ 1
- 1
data/macos/README View File

@@ -24,7 +24,7 @@ In experimental phase / work in progress:

Carla is also available as an LV2 and VST2 plugin for macOS.
For the LV2 plugin, create the /Library/Audio/Plug-Ins/LV2 folder (if it does not exist yet), then copy carla.lv2 into it and restart your LV2 host.
For the VST2 plugin, create the /Library/Audio/Plug-Ins/VST folder (if it does not exist yet), then copy carla.vst into it and restart your VST2 host.
For the VST2 plugin, create the /Library/Audio/Plug-Ins/VST folder (if it does not exist yet), then copy carla.vst and carlafx.vst into it and restart your VST2 host.

For a complete and updated description of Carla, please check:
https://kx.studio/carla

+ 1
- 1
source/frontend/carla_host.py View File

@@ -394,9 +394,9 @@ class HostWindow(QMainWindow):
self.ui.act_file_quit.setMenuRole(QAction.QuitRole)
self.ui.act_settings_configure.setMenuRole(QAction.PreferencesRole)
self.ui.act_help_about.setMenuRole(QAction.AboutRole)
self.ui.act_help_about_juce.setMenuRole(QAction.ApplicationSpecificRole)
self.ui.act_help_about_qt.setMenuRole(QAction.AboutQtRole)
self.ui.menu_Settings.setTitle("Panels")
self.ui.menu_Help.menuAction().setVisible(False)

# ----------------------------------------------------------------------------------------------------
# Load Settings


Loading…
Cancel
Save