mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 00:47:43 +01:00
fix some layering/display problems with AU GUIs (requires new patches for GDK/Quartz)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3107 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0c1ee94d5d
commit
eeaee1ff41
5 changed files with 8 additions and 8 deletions
|
|
@ -130,8 +130,6 @@ AUPlugin::discover_parameters ()
|
|||
{
|
||||
/* discover writable parameters */
|
||||
|
||||
cerr << "get param info, there are " << global_elements << " global elements\n";
|
||||
|
||||
AudioUnitScope scopes[] = {
|
||||
kAudioUnitScope_Global,
|
||||
kAudioUnitScope_Output,
|
||||
|
|
@ -144,8 +142,6 @@ AUPlugin::discover_parameters ()
|
|||
|
||||
AUParamInfo param_info (unit->AU(), false, false, scopes[i]);
|
||||
|
||||
cerr << "discovered " << param_info.NumParams() << " parameters in scope " << i << endl;
|
||||
|
||||
for (uint32_t i = 0; i < param_info.NumParams(); ++i) {
|
||||
|
||||
AUParameterDescriptor d;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue