From 02725276a44793ba1df1f3341a1837a4771a0922c94912d6811146f178cd7d45 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Mon, 10 Oct 2022 05:30:27 +0000 Subject: [PATCH] Accepting request 1009086 from multimedia:proaudio OBS-URL: https://build.opensuse.org/request/show/1009086 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/csound?expand=0&rev=50 --- csound-6.16.2.tar.gz | 3 -- csound-6.17.0.tar.gz | 3 ++ csound.changes | 72 ++++++++++++++++++++++++++++++++++++++++++++ csound.spec | 4 +-- 4 files changed, 77 insertions(+), 5 deletions(-) delete mode 100644 csound-6.16.2.tar.gz create mode 100644 csound-6.17.0.tar.gz diff --git a/csound-6.16.2.tar.gz b/csound-6.16.2.tar.gz deleted file mode 100644 index 0c674a7..0000000 --- a/csound-6.16.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:073502183b872e68f51a343ac3972a843063737617e5705e69f6125ff121599b -size 31855782 diff --git a/csound-6.17.0.tar.gz b/csound-6.17.0.tar.gz new file mode 100644 index 0000000..a640d73 --- /dev/null +++ b/csound-6.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558718b61c80fdf1b6c439f393759b8a1d32c7d9d8b42a8f2365a939825ea26b +size 31922083 diff --git a/csound.changes b/csound.changes index 931a254..1909bfa 100644 --- a/csound.changes +++ b/csound.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Fri Aug 12 08:35:32 UTC 2022 - Konstantin Voinov + +- Update to version 6.17.0 + +USER-LEVEL CHANGES + New opcodes + + * scanmap and scansmap are like the xscanmap/xscansmap opcodes but + work with the mainstream scan opcodes. + * trigexpseg, triglinseg are aliases for trigExpseg, trigLinseg. + * xscan opcodes are deprecated as they add nothing to the scan opcodes. + * bformdec2 provides more ambisonic decoding of bformat audio. + * metrobpm is like metro but the timing is in beats per minute and the + signal can be offset by a proportion of the cycle. + * sequ is a csound version of a hardware sequencer. It has many modes and options. + * gtadsr implements a gated ADSR envelope + + Orchestra + + * Message printing has been revised so -m16 suppresses all + messages. + * add channel count to list_audio_devices (called when the flag + --devices is used so that it can be parsed by frontends). + + Modified Opcodes and Gens + + * event opcode does not bail out if the instrument called does not exist. + * Added an optional prefix to soundfont instruments printed via sfilist. + * lpslots reworked with better control. + + Utilities + + * cvanal now uses the SADIR environment to look for analysis files. + + Bugs Fixed + + * fareylen called a non-existent function leading to a crash. Removed typo. + * turnoff could cause clicks in some cases; fixed. + * turnoff3 improved. + * cntReset fixed; had a false initialisation code. + * binary search in bpf fixed. + * pvscfs frame counting issue fixed. + * --sample-accurate fixed in a-rate form of tabsum. + * Problem in atssinnoi fixed; did read outside allocated memory. + * hrtfmove fixed; it could use the wrong value for sr. + * Named instruments could use wrong structure in redefinition. + * fixes in the jack backend relating to --get-system-sr. + * pvcross frequency warp mode fixed. + * lpcfilter/lpcanal bug where processing could not be restarted after + a freeze fixed. + * the emugens collection of opcode, a large group incorporation mainly + array operations, were not made available due to a small editing + error. + * If using a float build (rather than a double) array access could be + wrong. + * In some cases instr0 code could ignore loops after an incorrect + warning. Now fixed. + * Bugs in mp3len and similar fixed. + * Crash in syncgrain issue #1773 fixed + * UDO output of fsigs fixed. + +SYSTEM LEVEL CHANGES + System Changes + + * winsound has been removed. + + API + + * CreateThread2 is a new API function that allows threads to be given a + user-defined stack size. + ------------------------------------------------------------------- Wed Jan 19 16:38:31 UTC 2022 - Bjørn Lie diff --git a/csound.spec b/csound.spec index cb8f686..b82cf96 100644 --- a/csound.spec +++ b/csound.spec @@ -30,7 +30,7 @@ %define min 0 Name: csound -Version: 6.16.2 +Version: 6.17.0 Release: 0 Summary: Computer Sound Synthesis and Composition Program License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -153,7 +153,7 @@ Development files for Csound, a sound synthesis program. %setup -q %autopatch -p1 # remove __DATE__ from source files, causes unnecessary rebuilds -sed -i 's:__DATE__:"":' Engine/musmon.c include/version.h Top/main.c +#sed -i 's:__DATE__:"":' Engine/musmon.c include/version.h Top/main.c # copy readme cp %{SOURCE1} %{SOURCE2} . #These source files are undistributable