mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
basic Mac VST Cocoa UI support
This commit is contained in:
parent
8b93fb02f3
commit
80fa696564
10 changed files with 293 additions and 7 deletions
|
|
@ -2484,6 +2484,9 @@ Mixer_UI::refill_favorite_plugins ()
|
|||
#ifdef LXVST_SUPPORT
|
||||
refiller (plugs, mgr.lxvst_plugin_info ());
|
||||
#endif
|
||||
#ifdef MACVST_SUPPORT
|
||||
refiller (plugs, mgr.mac_vst_plugin_info ());
|
||||
#endif
|
||||
#ifdef AUDIOUNIT_SUPPORT
|
||||
refiller (plugs, mgr.au_plugin_info ());
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue