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
Merge branch 'master' into develop
tags/v2.1-alpha1-winvst
falkTX
6 years ago
parent
a8363aaf85
06b5e0bf8c
commit
d06aa3d4f0
10 changed files
with
10 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
data/build-haiku.sh
+1
-1
data/carla
+1
-1
data/carla-control
+1
-1
data/carla-database
+1
-1
data/carla-jack-multi
+1
-1
data/carla-jack-single
+1
-1
data/carla-libdir
+1
-1
data/carla-patchbay
+1
-1
data/carla-rack
+1
-1
data/carla-settings
+ 1
- 1
data/build-haiku.sh
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/
ba
sh
export HAIKU=true
export CC=gcc-x86
+ 1
- 1
data/carla
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/
ba
sh
PYTHON=$(which python3 2>/dev/null)
+ 1
- 1
data/carla-control
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/
ba
sh
PYTHON=$(which python3 2>/dev/null)
+ 1
- 1
data/carla-database
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/
ba
sh
PYTHON=$(which python3 2>/dev/null)
+ 1
- 1
data/carla-jack-multi
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/
ba
sh
PYTHON=$(which python3 2>/dev/null)
+ 1
- 1
data/carla-jack-single
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/
ba
sh
PYTHON=$(which python3 2>/dev/null)
+ 1
- 1
data/carla-libdir
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/
ba
sh
# small script that only prints carla's libdir.
# can be used to detect if carla is installed, and where to find its libcarla_standalone2.so file
+ 1
- 1
data/carla-patchbay
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/
ba
sh
PYTHON=$(which python3 2>/dev/null)
+ 1
- 1
data/carla-rack
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/
ba
sh
PYTHON=$(which python3 2>/dev/null)
+ 1
- 1
data/carla-settings
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/
ba
sh
PYTHON=$(which python3 2>/dev/null)
Write
Preview
Loading…
Cancel
Save