mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Added libappleutility from /Developer/Examples/CoreAudio/PublicUtility
More PluginManager refactoring Rearranged AUPluginInfo for better maintainability git-svn-id: svn://localhost/ardour2/trunk@748 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c3a00bf1e9
commit
58b71b15d8
31 changed files with 5586 additions and 39 deletions
|
|
@ -305,7 +305,7 @@ void
|
|||
PluginSelector::au_refiller ()
|
||||
{
|
||||
guint row;
|
||||
PluginInfoList &plugs = manager->au_plugin_info ();
|
||||
PluginInfoList plugs (AUPluginInfo::discover ());
|
||||
PluginInfoList::iterator i;
|
||||
char ibuf[16], obuf[16];
|
||||
aumodel->clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue