Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect in-place pair IDs for the audio ports #2

Open
robbert-vdh opened this issue Jun 28, 2022 · 1 comment
Open

Incorrect in-place pair IDs for the audio ports #2

robbert-vdh opened this issue Jun 28, 2022 · 1 comment

Comments

@robbert-vdh
Copy link

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.

@baconpaul
Copy link
Owner

strncpy(info->name, "main", sizeof(info->name));

Just do the opposite of this line below it for the in place flag,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants