Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-06 | update csound to 6.15.0. | mrg | 1 | -111/+123 | |
changes from 6.14.0 include: - new opcodes: randc, mp3out, metro2, ftexists, schedulek, lastcycle, and strstrip - new array based channel opcodes: chngeti, chngetk, chngeta, chngets, chnseti, chnsetk, chnseta, and chnsets - terniary expressions only evaluate the chosen path now - orchestra macros persist in more places - modified opcodes: squinewave, pindex, sflooper, event_i, fluidControl, bpf, stsend, stecv, pvstrace, lpfreson, syncloop, bpfcs, zacl, outvalue, chnget, chnset, copya2ftab, syncloop, lowresx, and outch - // style comments allowed changes from 6.15.0 include: - new opcodes: ftset, lufs, bob (Moog analog based filter), sterrain, wterrain2, count, count_i, cntCreate, cntRead, cntReset, cntCycles, cntState, println, rndseed, arduinoStart, arduinoRead, arduinoStop, lpcfilter, lpcanal, allpole, pvslpc, pvscfs, apoleparams, resonbnk, gauss, pvsbandwidth, and vps - many orchestra fixes - modified opcodes: cent, semitone, taninv2, ftslice, ptable, GEN20, fprint(k)s, lastcycle, chn_k, trim, GEN16, scale, schedule, schedulek, GEN11, partials, ctrlinit, fin, and fink. - many bugs fixed this also fixes the build which broke recently for reasons i can't quite figure out. also PR#55696. | |||||
2019-12-08 | csound6: Support more audio backends. | nia | 1 | -1/+6 | |
Default to PortAudio since it's supported natively on most pkgsrc platforms. Fix building with PKG_DEVELOPER and hdf5 installed. Bump PKGREVISION | |||||
2019-12-07 | add options.mk to csound6 and use it to (optionally, non default) | mrg | 1 | -2/+2 | |
disable including pulseaudio support. | |||||
2019-11-02 | update csound6 to 6.13. changes since 6.03.02 include: | mrg | 1 | -5/+27 | |
- new opcodes and generators: pinker, exciter, vactrol, hdf5 family, many new array-operations, lenarray, getseed, tabifd, websocket, framebuffer, olabuffer, compress2, directory, ftsamplebank, mvclpf1, mvclpf2, mvclpf3, mvclpf4, mvchpf, cepsinv, moogladder2, paulstretch, mp3scal, filescal, dct, getftargs, mfb, quadbezier, select, midiarp, hilbert2, ableton link, pvstrace, ceil, floor, round, int, frac, powoftwo, abs, log2, log10, log, exp, sqrt, cos, sin, tan, acos, asin, atan, sinh, cosh, tanh, cbrt, limit1, atan2, pow,hypot, fmod, fmax, fmin, limit, tvconv, liveconv, bpf, xyscale, ntom, mton, OSCsend, OSCraw, sorta, sortd, dot, zdf_1pole_mode, zdf_2pole_mode, zdf_ladder, zdf_1pole and zdf_2pole.xml, diode_ladder, z35_hpf, K35_lpf, product, sc_phasor, sc_lag, sc_lagud, sc_trig, midiout_i, chngetks, chnsetks, squinewave, gen53, loscilphs, loscil3phs, balance2, fluidinfo, ftaudio, OSCcount, faustplay, faustdsp, OSCbundle, beosc, beadsyn, printarray, reshapearray, trim, trim_i, string2array, nstrstr, ntof, ampmidicurve - deprecated opcodes: stackops, sndload - fixes and feature extensions to many opcodes - new while loop construct - ?: now does strings as well as numbers - better mp3 support - many, many bugs fixed - many internal artificial limits removed - better debugging and instrumentation - src_conv utility improved - floating point tempo - higher precision p2 and p3 - html5 frontend removed - better server support | |||||
2019-10-29 | fix build and prepare for the future: | mrg | 1 | -2/+1 | |
- switch to fltk 1.3 from 1.1 - turn off fluidsynth for now (API hiding changes needed, likely fixed upstream already -- we are out of date.) | |||||
2014-08-19 | Replace broken portaudio backend with much more likely to work | joerg | 1 | -2/+2 | |
pulseaudio. Bump revision. | |||||
2014-08-06 | update to csound 6.03.2. changes include: | mrg | 1 | -2/+3 | |
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 | enable portaudio-devel now that it has a supported version. | mrg | 1 | -1/+2 | |
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-03-06 | add packages for csound6 and its manual. | mrg | 1 | -0/+92 | |