mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix build error with newest AAX SDK
This commit is contained in:
parent
2246cd50fb
commit
52825b180b
1 changed files with 3 additions and 1 deletions
|
|
@ -918,9 +918,11 @@ struct AAXClasses
|
|||
|
||||
for (int parameterIndex = 0; parameterIndex < numParameters; ++parameterIndex)
|
||||
{
|
||||
AAX_CString paramName (audioProcessor.getParameterName (parameterIndex, 31).toRawUTF8());
|
||||
|
||||
AAX_IParameter* parameter
|
||||
= new AAX_CParameter<float> (IndexAsParamID (parameterIndex),
|
||||
audioProcessor.getParameterName (parameterIndex, 31).toRawUTF8(),
|
||||
paramName,
|
||||
audioProcessor.getParameterDefaultValue (parameterIndex),
|
||||
AAX_CLinearTaperDelegate<float, 0>(),
|
||||
AAX_CNumberDisplayDelegate<float, 3>(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue