mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
AudioUnitPluginFormat fix.
This commit is contained in:
parent
510df9fcdf
commit
5354dac0b5
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ public:
|
|||
{
|
||||
AUPreset current;
|
||||
current.presetNumber = newIndex;
|
||||
current.presetName = 0;
|
||||
current.presetName = CFSTR("");
|
||||
|
||||
AudioUnitSetProperty (audioUnit, kAudioUnitProperty_PresentPreset,
|
||||
kAudioUnitScope_Global, 0, ¤t, sizeof (AUPreset));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue