Age | Commit message (Collapse) | Author | Files | Lines |
|
as scons want to add the header on the command line, which clang doesn't
like.
|
|
|
|
- many new opcodes
- many opcodes have fixes
- a few new API functions (now at 2.1)
- general bug fixes
- support for MusicXML v2 files
- new parser
port-forward most of the netbsd/dfbsd changes. some are obsolete now.
|
|
|
|
|
|
'getPlatform()'.
Now libcontrol.so should be built and install on NetBSD and Dragonfly.
(PR#45940 shows that its missing)
|
|
* use install.py instead os SCons for staged installation support.
* drop to build python binding.
Bump PKGREVISION.
|
|
|
|
|
|
The SConsignFile() function creates a temporary file whose name is based
on the given argument. Since unprivileged processes cannot create files
in /dev, the argument cannot be /dev/null for them.
|
|
|
|
XXX The SCons usage sucks.
|
|
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
|