kuriborosu icon indicating copy to clipboard operation
kuriborosu copied to clipboard

Dockerfile request

Open rhelsing opened this issue 4 years ago • 3 comments

Hey there, I'd love to help with this project. I'd like to build a dockerfile that can consistently compile the project and optionally include a VST or two to for demonstration. What are your thoughts on this approach?

rhelsing avatar Dec 09 '21 16:12 rhelsing

Along with this, some clear usage documentation would be helpful, and make this project more approachable.

rhelsing avatar Dec 09 '21 16:12 rhelsing

Can the library currently do what is claimed on the readme?

rhelsing avatar Dec 09 '21 16:12 rhelsing

Can the library currently do what is claimed on the readme?

Yes, except it cant specify parameter values from within the plugins loaded.

For the docker part you probably want to build a custom carla instead of the one in the ubuntu repos, so it is more recent. So building carla can be a first step. Should be ok following https://github.com/falkTX/Carla/blob/main/.github/workflows/build.yml

falkTX avatar Dec 09 '21 16:12 falkTX