aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2145e49f6691442a72eaa930738c23c143046b4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

   

csound-guttersynth : Port of Tom Mudd's Gutter Synthesis

Overview

Description here

Requirements

  • Cmake >= 2.8.12
  • Csound with development headers >= 6.14.0

Installation

Create a build directory at the top of the source tree, execute cmake .., make and optionally make install as root. If the latter is not used/possible then the resulting library can be used with the --opcode-lib flag in Csound. eg:

mkdir build && cd build
cmake ..
make && sudo make install

Cmake should find Csound and any other required libraries using the modules in the cmake/Modules directory and installation should be as simple as above.

Examples

Some examples are provided in the examples directory.

Opcode reference