Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-17 | Make csound-dev build and run in Linux. | ben | 3 | -5/+18 | |
2004-04-14 | Add USE_LANGUAGES=c c++ to note that this package uses C and C++. | ben | 1 | -1/+2 | |
2004-04-13 | Bump PKGREVISION due to x11/fltk update (s/USE_X11BASE/USE_X11/). | xtraeme | 1 | -1/+2 | |
2004-03-15 | Make csound-dev build with GCC 2.95.3, remove GCC 3.0 build-time dependency. | ben | 4 | -7/+69 | |
2004-03-12 | Use bl3 and USE_X11. The latter is needed to make this build for me. | snj | 1 | -5/+6 | |
2004-03-08 | This needs gcc3 to build. | wiz | 3 | -5/+15 | |
Also, add LDFLAGS to a link call so this builds on non-native-threads systems. | |||||
2004-02-19 | Enable FLTK widget support for csound scores. | ben | 5 | -57/+51 | |
2004-01-23 | Convert one useage of a C99 feature to plain old C. | kristerw | 2 | -1/+19 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-12-24 | s/@netbsd.org/@NetBSD.org/ in MAINTAINER. | jmmv | 1 | -2/+2 | |
2003-12-13 | Clarify installation MESSAGE. | ben | 1 | -3/+3 | |
2003-12-13 | Add csound-dev-4.24.1 as a replacement for the unmaintained and out-of-date | ben | 26 | -0/+770 | |
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". |