We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6430d15 commit f9575f6Copy full SHA for f9575f6
README.md
@@ -0,0 +1,18 @@
1
+# VoxRes
2
+
3
+A resonance-finder for SuperCollider. Modify the relevant line in CMakeLists.txt
4
+to point to your personal VoxBox.dylib file.
5
6
+## What?
7
8
+This baby finds resonances in whatever input it's given (downsampled 4x for
9
+voice purposes) and spits them out as a 4-channel control rate.
10
11
+## Why does it crash my computer?
12
13
+VoxRes calls the dynamic library VoxBox.dylib, written in Rust. You have to have
14
+the VoxBox library compiled for this to work.
15
16
+### But it's still crashing...
17
18
+Open an issue!
0 commit comments