mod-audio / mod-live-usb

MOD platform as bootable Live-USB image
GNU Affero General Public License v3.0
71 stars 12 forks source link

Is it posssible to build a certain plugin under mod-live-usb? #21

Closed Inqb8tr-jp closed 1 year ago

Inqb8tr-jp commented 1 year ago

Hi.

Can I build a lv2 plugin with commands below under mod-live-usb like mod-plugin-builder?

./build x86_64 lsp-plugins-impulsantworten

I tried but it made $HOME/mod-workdir...

And regarding lsp-plugins, there's no lsp related plugins avaliable on mod-live-usb, though there are files under mod-pluguin-builder/plugins/packages.

falkTX commented 1 year ago

those are defined in the plugins subdir, within the Makefile

but in any case the plugins being shipped are meant to match what is being used on MOD units.

Inqb8tr-jp commented 1 year ago

OK. Thank you for your information. I'll check the Makefile.