Trying to get started with pedalboard.
OSX: 26.4.1
Python: 3.12.12
pedalboard: 0.9.22
I am unable to load any of my plug-ins. They all have the same error.
CODE
from pedalboard import load_plugin
au_plugin = load_plugin("/Library/Audio/Plug-Ins/Components/Pianoteq 9.component")
ERROR
ImportError: Failed to load plugin as VST3Plugin or AudioUnitPlugin. Errors were:
VST3Plugin: Unable to scan plugin /Library/Audio/Plug-Ins/Components/Pianoteq 9.component: unsupported plugin format or scan failure.
AudioUnitPlugin: Unable to scan plugin /Library/Audio/Plug-Ins/Components/Pianoteq 9.component: unsupported plugin format or scan failure.
What are next steps for debugging?
Trying to get started with pedalboard.
OSX: 26.4.1
Python: 3.12.12
pedalboard: 0.9.22
I am unable to load any of my plug-ins. They all have the same error.
CODE
ERROR
What are next steps for debugging?