What problem does it solve?
This skill addresses the complexity of managing cross-platform audio plugin formats (VST3, AU, CLAP, LV2) by providing a unified interface for loading, testing, and integrating plugins into the Pulp framework.
Core Features & Use Cases
- Unified Plugin Loading: Provides a consistent
PluginSlot interface to handle diverse plugin formats, abstracting away format-specific boilerplate.
- Integration Testing: Enables developers to write robust tests for plugin binaries, including parameter automation, MIDI handling, and state restoration.
- Use Case: When adding a new format backend or wiring a plugin into a SignalGraph, this skill provides the necessary architectural patterns and safety checks to ensure stable plugin execution and editor embedding.
Quick Start
Use the hosting skill to inspect a plugin binary at a specific path and verify its compatibility with the current Pulp environment.