Test of my .au by pluginval falling

I wrote simple plugin using old good juce 7.0.5 (afraid of missing depricated constructors).

Plugin has the random button, and it’s become a problem.

auvaltool tests are failing untill i fixed random parameters as metaParameters by wrapper class.

But now i have problems with pluginval which is used in most DAWs.

Problem part of logs is:

“Completed tests in pluginval / Automatable Parameters

Starting tests in: pluginval / auval…

AU Validation Tool
Version: 1.10.0 
Copyright 2003-2019, Apple Inc. All Rights Reserved.
Specify -h (-help) for command options

Invalid component specifiers
Invalid Arguments: auval

!!! Test 2 failed
auval exited with code: 1“

manual running auval is reporting no errors.
pluginval , if i slow down test Strictness Level below 5, tests are passing too.

What can I do in this situation? How to pass the pluginval tests?

Plugin is ok itself, tested vst3 on w10, mac and linux, only .au having problems to pass the tests

My fault.

By mistake .au was set to kAudioUnitType_FormatConverter instead of kAudioUnitType_Effetct in juce config.

Now all fine, thanks!

1 Like