You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AudioUnit (and AAX/RTAS maybe?) won't pass in a "maximumStringLength" value when stringFromValue() is called, resulting in the function returning an empty string.
The solution I have used at the moment is to just delete the .substring() call from the return statement, and to not use the maximumStringLength variable at all.
The text was updated successfully, but these errors were encountered:
AudioUnit (and AAX/RTAS maybe?) won't pass in a "maximumStringLength" value when stringFromValue() is called, resulting in the function returning an empty string.
The solution I have used at the moment is to just delete the .substring() call from the return statement, and to not use the maximumStringLength variable at all.
The text was updated successfully, but these errors were encountered: