Skip to content

Publishing

With the instrument fully built and working, the last step is to package it into a product that the plugin can load. Publishing bundles everything — the patch, all assets, the scripts, and the UI — into a single distributable file.

Click the Publish icon in the editor’s top toolbar.

Publish icon in the top toolbar

A dialog opens asking for the product’s metadata. Fill in the required fields — name, version, and any other details the dialog requests.

Publish dialog with metadata fields filled in

Click Publish. A folder picker appears. Choose a dedicated staging folder — somewhere outside the plugin’s library folders, such as a Published folder on your desktop or in the project directory. This keeps the freshly built product separate until you are ready to install it.

Publishing to a staging folder first is the recommended approach: it lets you inspect the output, move it deliberately, and keep your plugin library clean during iteration.

The editor writes the packaged product into the folder you selected and reports when it is done.

Before the plugin can load the product, it needs to know where to look for installed products. Out of the box no library folders are configured — this is a one-time setup step.

Open the plugin in your DAW, then click the Settings icon.

Settings icon in the plugin

In the settings panel, add one or more library folders — these are the directories the plugin will scan for installed products. Choose a permanent location that makes sense for your workflow, such as a dedicated Instruments folder on a fast drive.

Library folder configuration in the plugin settings

Once a library folder is configured, close the settings panel.

The output of the publishing step is a folder with an .oxl extension. This bundle contains exactly three files that describe the entire product — patch, assets, and metadata. Copy the .oxl folder from your staging location into one of the library folders you just configured.

Back in the plugin, open Settings again and click Rescan Libraries at the bottom of the panel.

Rescan Libraries button in plugin settings

Close the settings panel. The newly installed instrument should now appear in the plugin’s product browser. Double-click it to load it.

Finished instrument loaded and ready in the plugin

Congratulations — the 303-style bass sequencer is complete and installed.