Browse Source

Add ardour7 binary to the whitelist and futureproof

master
Nils 1 year ago
parent
commit
0a8df07281
  1. 1
      engine/findprograms.py

1
engine/findprograms.py

@ -53,6 +53,7 @@ class SupportedProgramsDatabase(object):
"OPNplug", "qmidiarp", "qtractor", "zynaddsubfx", "jack_mixer",
"hydrogen", "mfp", "shuriken", "guitarix", "radium",
"ray-proxy", "ray-jackpatch", "amsynth", "mamba", "qseq66", "synthpod", "tap192",
"ardour7", "ardour8", "ardour9",
)) #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 by api.systemProgramsSetWhitelist add to morePrograms. highest priority
self.userBlacklist = () #added dynamically by api.systemProgramsSetBlacklist as blacklist. highest priority

Loading…
Cancel
Save