summaryrefslogtreecommitdiff
path: root/audio/csound-dev/patches/patch-ak
AgeCommit message (Collapse)AuthorFilesLines
2004-11-28Remove csound-dev to make way for csound4.ben1-13/+0
2003-12-13Add csound-dev-4.24.1 as a replacement for the unmaintained and out-of-dateben1-0/+13
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".