mod-audio / mod-sdk

SDK to implement the MOD gui interface
GNU General Public License v3.0
34 stars 16 forks source link

Configure custom plugin path on macOS #5

Open lazzarello opened 6 years ago

lazzarello commented 6 years ago

I have the SDK running on a macOS system. Viewing the UI in a browser, I see only the plugins I have installed through the Homebrew package manager. I would like to view the GUI for a plugin I am developing. How can I add that path so mod-sdk can read the HTML/CSS?

odurc commented 6 years ago

You have to set the LV2_PATH to your work dir.

lazzarello commented 6 years ago

cool, thanks! that works with some file shuffling. The mod-plugin-builder Docker image requires port 9000 but the mod-sdk does not run in that container. Is this something I could do? It would speed up the dev process since I wouldn't have to copy compiled plugins from the container to the host and launch the mod-sdk.

leogermani commented 5 years ago

Hi @lazzarello

Not sure if I get what you mean. When you use the docker image, there is an option you pass to the docker run command indicating where your LV2 plugins are, so you never need to copy files to the container...