You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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...
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?
The text was updated successfully, but these errors were encountered: