|
|
@ -71,7 +71,8 @@ class SupportedProgramsDatabase(object): |
|
|
|
"drumkv1_jack", "synthv1_jack", "samplv1_jack", "padthv1_jack", |
|
|
|
"luppp", "non-mixer", "non-timeline", "non-sequencer", "non-midi-mapper", "non-mixer-noui", |
|
|
|
"OPNplug", "qmidiarp", "qtractor", "zynaddsubfx", "jack_mixer", |
|
|
|
"hydrogen", "mfp", "shuriken", "laborejo", "guitarix", "radium" |
|
|
|
"hydrogen", "mfp", "shuriken", "laborejo", "guitarix", "radium", |
|
|
|
"ray-proxy", "ray-jackpatch", |
|
|
|
) #shortcut list and programs not found by buildCache_grepExecutablePaths because they are just shellscripts and do not contain /nsm/server/announce. |
|
|
|
self.userWhitelist = () #added dynamically to morePrograms. highest priority |
|
|
|
self.userBlacklist = () #added dynamically to blacklist. highest priority |
|
|
|