Update to Rack 2.1.1
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5eba049074
commit
ed0a04a11c
9 changed files with 67 additions and 31 deletions
|
|
@ -35,6 +35,9 @@ namespace rack {
|
|||
namespace plugin {
|
||||
|
||||
|
||||
void settingsMergeJson(json_t*) {}
|
||||
|
||||
|
||||
/** Given slug => fallback slug.
|
||||
Correctly handles bidirectional fallbacks.
|
||||
To request fallback slugs to be added to this list, open a GitHub issue.
|
||||
|
|
@ -43,6 +46,7 @@ static const std::map<std::string, std::string> pluginSlugFallbacks = {
|
|||
{"VultModulesFree", "VultModules"},
|
||||
{"VultModules", "VultModulesFree"},
|
||||
{"AudibleInstrumentsPreview", "AudibleInstruments"},
|
||||
{"SequelSequencers", "DanielDavies"},
|
||||
// {"", ""},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue