From 022f88bf538fc474044b225466d8f991c26f747b Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sun, 28 Jun 2020 18:48:50 +0200 Subject: [PATCH] add more programs to DB --- engine/findprograms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engine/findprograms.py b/engine/findprograms.py index 1614638..8b6f946 100644 --- a/engine/findprograms.py +++ b/engine/findprograms.py @@ -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