Currently plugalyzer rejects loading plugins with more than one output. I have a patch that adds a command line option, --ignoreExtraOutputs, to allow loading such plugins without changing plugalyzer semantics. When this option is given, only the first output is rendered, and the rest of the outputs are silently ignored. Without this option, the behavior of plugalyzer is identical to the current version.
Currently plugalyzer rejects loading plugins with more than one output. I have a patch that adds a command line option,
--ignoreExtraOutputs, to allow loading such plugins without changing plugalyzer semantics. When this option is given, only the first output is rendered, and the rest of the outputs are silently ignored. Without this option, the behavior of plugalyzer is identical to the current version.