Browse Source

rename mixikeyboard to mamba

master
Nils 4 years ago
parent
commit
d2e466f243
  1. 2
      engine/findprograms.py

2
engine/findprograms.py

@ -76,7 +76,7 @@ class SupportedProgramsDatabase(object):
"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",
"ray-proxy", "ray-jackpatch", "amsynth", "midikeyboard",
"ray-proxy", "ray-jackpatch", "amsynth", "mamba",
) #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

Loading…
Cancel
Save