diff options
author | ben <ben> | 2006-05-21 22:46:22 +0000 |
---|---|---|
committer | ben <ben> | 2006-05-21 22:46:22 +0000 |
commit | 77ea8f1299faa1c406605a6dab89c4ae688f7b09 (patch) | |
tree | 8ffa95e498386fc7bdcb77bd49bd66ca8715faf3 /audio/csound5/DESCR | |
parent | dd7003098fac4b494ef312499e4a8f3703334ba7 (diff) | |
download | pkgsrc-77ea8f1299faa1c406605a6dab89c4ae688f7b09.tar.gz |
Initial import of csound5 version 5.01, a software synthesizer and
sequencer.
Csound is a software synthesis package in the tradition of so-called
music-N languages, among which the best-known is Music V. It consists
of an orchestra- and score-driven executable, written in C for
portability. Since Csound is a computational language, it is highly
flexible and efficient; complexity is gained only at the expense of
computation time.
To do:
- fix pthread issues in csound5 (is breaking realtime audio)
- use options.mk framework for various modules
- enable portaudio module (requires audio/portaudio-devel)
- port portmidi to netbsd
Diffstat (limited to 'audio/csound5/DESCR')
-rw-r--r-- | audio/csound5/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/csound5/DESCR b/audio/csound5/DESCR new file mode 100644 index 00000000000..909beaee389 --- /dev/null +++ b/audio/csound5/DESCR @@ -0,0 +1,8 @@ +Csound is a software synthesis package in the tradition of so-called +music-N languages, among which the best-known is Music V. It consists +of an orchestra- and score-driven executable, written in C for +portability. Since Csound is a computational language, it is highly +flexible and efficient; complexity is gained only at the expense of +computation time. Basically Csound reads some files and creates the +result as a file on disk or, on faster machines, through a DAC in real +time. |