Initial commit.
commit9763831fa0f5ade2ce74d237bd0fdcb9f02b4fd7
authorEvanR <evanrinehart@gmail.com>
Fri, 5 Jun 2009 20:24:16 +0000 (5 16:24 -0400)
committerEvanR <evanrinehart@gmail.com>
Fri, 5 Jun 2009 20:24:16 +0000 (5 16:24 -0400)
treedd1dfed9543c675980bed15a86156402641ceeaf
Initial commit.

The initial state of the repo is this:
core.c has functions to initialize a synth, control the synth
state, schedule changes to the state, and generate stereo sound
to be used by whatever.

jackclient.c sets a synth as a jack client.

instruments.h has the configuration for the non sampled instruments.
README [new file with mode: 0644]
build.sh [new file with mode: 0644]
core.c [new file with mode: 0644]
instruments.h [new file with mode: 0644]
jackclient.c [new file with mode: 0644]
orgux.h [new file with mode: 0644]