Browse Source

Small changes to ladspa_rdf

tags/v0.9.0
falkTX 13 years ago
parent
commit
0891acf96e
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/ladspa_rdf.py

+ 3
- 3
src/ladspa_rdf.py View File

@@ -322,8 +322,6 @@ def get_c_unit_type(value):
# -------------------------------------------------------------------------------
# Global objects

import os

global LADSPA_RDF_PATH, LADSPA_Plugins
LADSPA_RDF_PATH = ("/usr/share/ladspa/rdf", "/usr/local/share/ladspa/rdf")
LADSPA_Plugins = []
@@ -678,7 +676,9 @@ def parse_rdf_file(filename):
# -------------------------------------------------------------------------------
# LADSPA_RDF main methods

# Main function - check all bundles for information about lv2 plugins
import os

# Main function - check all rdfs for information about ladspa plugins
def recheck_all_plugins(qobject=None):
global LADSPA_RDF_PATH, LADSPA_Plugins



Loading…
Cancel
Save