2015-02-22 00:35:43 by Ryo ONODERA | Files touched by this commit (74) |
Log message:
Recursive revbump from audio/pulseaudio.
|
2014-11-07 20:39:43 by Adam Ciarcinski | Files touched by this commit (264) |
Log message:
Revbump after updating boost
|
2014-08-19 15:47:06 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Replace broken portaudio backend with much more likely to work
pulseaudio. Bump revision.
|
2014-08-13 12:57:38 by Adam Ciarcinski | Files touched by this commit (95) | |
Log message:
Revbump after boost-libs update
|
2014-08-06 08:17:07 by matthew green | Files touched by this commit (7) | |
Log message:
update to csound 6.03.2. changes include:
o printks2: Prints a new value every time a control variable changes using
a printf() style syntax.
o mp3sr mp3bitrate and mp3nchnls to get information on mp3 files
o New score opcode y sets the random seed (for ~) at read time
o A bug in CsOptions; the last argument was missed being read (issue #296)
o For ogg output it is possible to specify a VBR (variable bit rate)
quality.
o Many array operations now available for i-arrays as well as k-arrays.
o fillarray will work for string arrays
o Displays of FFT (via dispfft) improved with scaling/zooming options
o Signal flow graph opcodes are now working with a-rate array signals.
o New command-line option --devices[=in|out] gives a list of available
audio devices and then exit
o fixed the bug when tables were replaced but the size did not change
o A number of bugs in --sample-accurate have been detected and fixed.
This includes opcodes out, outn, and line.
o A number of bugs in grain3 were fixed#
o Bug in str_chanel could cause a crash; fixed
o Error in resize opcode corrected
o A number of bugs/untidiness fixed in GEN23
o Array bound checks fixed
o strings channels were not correctly set for dynamic-size strings
o memory allocation for string formatting in printfsk was fixed
o strcat safe against overflow
o error in compilation of arrays fixed (issue #293)
o GetPvsChannel fixed against a crash
o turnoff opcode now checks that the instrument being affected is active
o lenarray can accept any array type
o there is a new possible section in a csd file called <CsFile...> which
is like csFileB but with unencoded text.
o The whole system has been checked by the Coverity static checker which
identified a number of (mainly minor) problems. These have been
reviewed and checked. In particular better use of printing and string
copying should prevent overflows.
o The type and variable system has been extensively rewritten; this allows
better array and UDO support. This means that UDOs now allow any array
type to be used.
o Alignment of variables got right in all cases
o array copying is now using the type system to copy values; fixes issues
with copying string arrays, f-sigs, etc.
|
2014-08-05 07:12:38 by matthew green | Files touched by this commit (15) |
Log message:
enable portaudio-devel now that it has a supported version.
now csound6 can output directly to the audio card on netbsd.
add comments to all the patches that were missing them.
bump pkg version.
|
2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-03-12 20:00:36 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add bison to tools. Not enough to fix the build for me, but a step.
|
2014-03-06 11:16:53 by matthew green | Files touched by this commit (21) |
Log message:
add packages for csound6 and its manual.
|