mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-13 17:06:31 +01:00
remove some AU debugging output
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4876 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ead58e22ff
commit
cc83b57dc2
1 changed files with 0 additions and 3 deletions
|
|
@ -1515,9 +1515,6 @@ AUPluginInfo::discover_by_description (PluginInfoList& plugs, CAComponentDescrip
|
|||
/* no panners, format converters or i/o AU's for our purposes
|
||||
*/
|
||||
|
||||
AUPluginInfo::get_names (temp, info->name, info->creator);
|
||||
cerr << "Discovered effect " << info->name << " by " << info->creator << " type = " << info->descriptor->Type() << " sub = " << info->descriptor->SubType() << endl;
|
||||
|
||||
switch (info->descriptor->Type()) {
|
||||
case kAudioUnitType_Panner:
|
||||
case kAudioUnitType_OfflineEffect:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue