diff --git a/README.md b/README.md index a292c5b79456d715629aa847486c6e9dbc2926e3..8d55e2fa409fc625d865964cb0c609924ebc7a38 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# hexmixer +# hexmatrix -Hexmixer is a OSC-controlled 16x16 matrix mixer for the JACK audio system. +Hexmatrix is a OSC-controlled 16x16 matrix mixer for the JACK audio system. + + A matrix mixer allows you to send any input to any number of outputs. Internal computations are done at 32 bits. @@ -8,7 +10,7 @@ A matrix mixer allows you to send any input to any number of outputs. Internal c ## Usage -1. Start up hexmixer and patch the jack connections to taste (e.g. using Catia) +1. Start up hexmatrix and patch the jack connections to taste (e.g. using Catia) 2. Send OSC messages to `127.0.0.1:7011` (as for now hardcoded) @@ -28,5 +30,5 @@ $$ 1. Clone this repository with git 2. Make sure you have rust installed then within the project directory run `cargo build --release` -3. Grab the resulting hexmixer binary from the `./target` directory +3. Grab the resulting hexmatrix binary from the `./target` directory 4. Run it \ No newline at end of file diff --git a/images/catia.jpg b/images/catia.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07183d941a216afe912722b1dec085ab0ce1e50f Binary files /dev/null and b/images/catia.jpg differ