summaryrefslogtreecommitdiff
path: root/audio/csound5
AgeCommit message (Collapse)AuthorFilesLines
2006-05-29Add DragonFly support.joerg14-73/+148
XXX The SCons usage sucks.
2006-05-21Initial import of csound5 version 5.01, a software synthesizer andben17-0/+565
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