@ -52,7 +52,7 @@ class SupportedProgramsDatabase(object):
"""
def__init__(self):
self.blacklist=("nsmd","non-daw","carla")
self.blacklist=("nsmd","non-daw","carla")#only programs that have to do with audio and music. There is another general blacklist that speeds up discovery
self.morePrograms=("thisdoesnotexisttest","carla-rack","carla-patchbay","carla-jack-multi","ardour5","ardour6","nsm-data","nsm-jack")#only programs not found by buildCache_grepExecutablePaths because they are just shellscripts and do not contain /nsm/server/announce.
self.userWhitelist=()#added dynamically to morePrograms
self.userBlacklist=()#added dynamically to blacklist
@ -111,7 +111,10 @@ class SupportedProgramsDatabase(object):