mod-audio / mod-sdk

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

feat(noBundles) add suggestion for user to resolve error #32

Closed danmizziharris closed 1 year ago

danmizziharris commented 1 year ago

Description

If no LV2 plugins are installed, the mod-sdk can't load.

This PR adds a clearer next step to install LV2 plugins to get started with the mod-sdk.

The hope is more folk realise their install is successful, and by giving a clear next step, more folk contribute plugins to the mod platform.

Screenshots

Before After
raspberrypi local_9000__v=1675459194 (1) raspberrypi local_9000__v=1675459194
danmizziharris commented 1 year ago

@falkTX did you have any feedback on this MR?

falkTX commented 1 year ago

I dont think recommending to install guitarix from package manager is the best choice, considering intention is for MOD SDK to be mostly for MOD stuff that has its own plugin builder. But I dont have a better text to recommend, lets go with your proposal as-is, thanks!