Skip to content

Commit ca0ee20

Browse files
committed
add brief readme for macos
1 parent c3a523f commit ca0ee20

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme-macos.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
to build and use `softcut_jack_osc` on macOS, JACK must be installed and running. also some packages dependencies need to be installed via macports or homebrew:
2+
3+
```
4+
sudo port install jack
5+
sudo port install libsndfile1-dev
6+
sudo port install liblo
7+
```
8+
9+
to use the software, `jackd` must be running:
10+
11+
```
12+
jackd -d coreaudio
13+
```
14+
15+
and the selected audio device must have at least 2 channels of I/O. (i find it easiest to use an aggregate device on mac laptops.)

0 commit comments

Comments
 (0)