diff options
author | ben <ben> | 2003-12-13 20:26:03 +0000 |
---|---|---|
committer | ben <ben> | 2003-12-13 20:26:03 +0000 |
commit | a6dd5879594f5b68772129b12ad9269c61338a8f (patch) | |
tree | c296549e9cdb57f6c42323f1ba5f8f92acd90f98 /audio/Makefile | |
parent | 8a662d3e24257b90305588d3a5ab6f32e2301552 (diff) | |
download | pkgsrc-a6dd5879594f5b68772129b12ad9269c61338a8f.tar.gz |
Add csound-dev-4.24.1 as a replacement for the unmaintained and out-of-date
csound package.
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.
This version of csound implements localization and realtime audio as
plugins. As a result you need to set the OPCDIR environment variable,
and for realtime audio use "-o devaudio" rather than "-o /dev/audio".
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index 440cbdb4f3d..50e016ca280 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.188 2003/12/03 13:15:52 jmmv Exp $ +# $NetBSD: Makefile,v 1.189 2003/12/13 20:26:03 ben Exp $ # COMMENT= Audio tools @@ -21,8 +21,8 @@ SUBDIR+= cddbd SUBDIR+= cdparanoia SUBDIR+= cmp3 SUBDIR+= cs4235 -SUBDIR+= csound SUBDIR+= csound-bath +SUBDIR+= csound-dev SUBDIR+= csound-manual SUBDIR+= dap SUBDIR+= disc-cover |