You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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