csound 0.1.7

Raw bindings to Csound High level Rust bindings are available in the `csound` crate
Documentation
1
2
3
4
5
6
#!/bin/sh
set -ex
git clone https://github.com/csound/csound.git
cd csound/
cmake . && make && sudo make install
sudo ldconfig