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
Running any of the plugins through clapval results in errors like this:
{
"unofficial.com.airwindows.HardVacuum": [
{
"name": "process-combined-basic",
"description": "Sends random audio and/or MIDI through the plugin with its default parameter values and tests whether the output does not contain any non-finite or subnormal values.",
"result": {
"status": "failed",
"reason": "Error while querying 'audio_ports' IO configuration: Input port 0 with stable ID 2112 claims to be connected to an output port with stable ID 0 through an in-place pair, but this port does not exist."
}
}
]
}
These pair IDs need to be set to the corresponding input/output port, or to CLAP_INVALID_ID if the port should not be connected to another port for in-place processing.
The text was updated successfully, but these errors were encountered:
Running any of the plugins through clapval results in errors like this:
These pair IDs need to be set to the corresponding input/output port, or to
CLAP_INVALID_ID
if the port should not be connected to another port for in-place processing.The text was updated successfully, but these errors were encountered: