@@ -724,7 +724,7 @@ class PluginAU
724
724
DISTRHO_SAFE_ASSERT_UINT_RETURN (inScope == kAudioUnitScope_Global , inScope, kAudioUnitErr_InvalidScope );
725
725
DISTRHO_SAFE_ASSERT_UINT_RETURN (inElement == 0 , inElement, kAudioUnitErr_InvalidElement );
726
726
outDataSize = sizeof (uint16_t );
727
- outWritable = false ;
727
+ outWritable = true ;
728
728
return noErr ;
729
729
730
730
case ' DPFe' :
@@ -755,7 +755,7 @@ class PluginAU
755
755
DISTRHO_SAFE_ASSERT_UINT_RETURN (inScope == kAudioUnitScope_Global , inScope, kAudioUnitErr_InvalidScope );
756
756
DISTRHO_SAFE_ASSERT_UINT_RETURN (inElement == 0 , inElement, kAudioUnitErr_InvalidElement );
757
757
outDataSize = sizeof (uint32_t );
758
- outWritable = false ;
758
+ outWritable = true ;
759
759
return noErr ;
760
760
#endif
761
761
@@ -764,7 +764,7 @@ class PluginAU
764
764
DISTRHO_SAFE_ASSERT_UINT_RETURN (inScope == kAudioUnitScope_Global , inScope, kAudioUnitErr_InvalidScope );
765
765
DISTRHO_SAFE_ASSERT_UINT_RETURN (inElement == 0 , inElement, kAudioUnitErr_InvalidElement );
766
766
outDataSize = sizeof (CFArrayRef );
767
- outWritable = false ;
767
+ outWritable = true ;
768
768
return noErr ;
769
769
770
770
case ' DPFs' :
@@ -780,7 +780,7 @@ class PluginAU
780
780
DISTRHO_SAFE_ASSERT_UINT_RETURN (inScope == kAudioUnitScope_Global , inScope, kAudioUnitErr_InvalidScope );
781
781
DISTRHO_SAFE_ASSERT_UINT_RETURN (inElement == 0 , inElement, kAudioUnitErr_InvalidElement );
782
782
outDataSize = sizeof (void *);
783
- outWritable = false ;
783
+ outWritable = true ;
784
784
return noErr ;
785
785
#endif
786
786
0 commit comments