This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix last commit
tags/1.9.4
falkTX
11 years ago
parent
9c27f10a7c
commit
fa9cf08cb0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
appName = os.path.basename(__file__) if os.path.dirname(__file__) in
os.environ["
PATH
"]
else sys.argv[0]
appName = os.path.basename(__file__) if os.path.dirname(__file__) in PATH else sys.argv[0]
libPrefix = None
projectFilename = None
Write
Preview
Loading…
Cancel
Save