Browse Source

Make carla work in NSM via symlinks

tags/1.9.4
falkTX 11 years ago
parent
commit
9c27f10a7c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/carla.py

+ 1
- 1
source/carla.py View File

@@ -86,7 +86,7 @@ SAMPLE_RATES = (22050, 32000, 44100, 48000, 88200, 96000, 176400, 192000)
# ------------------------------------------------------------------------------------------------------------ # ------------------------------------------------------------------------------------------------------------
# Global Variables # Global Variables


appName = sys.argv[0]
appName = os.path.basename(__file__) if os.path.dirname(__file__) in os.environ["PATH"] else sys.argv[0]
libPrefix = None libPrefix = None
projectFilename = None projectFilename = None




Loading…
Cancel
Save