Accepting request 1009219 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1009219 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/csound?expand=0&rev=35
This commit is contained in:
commit
730e44ae8f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:073502183b872e68f51a343ac3972a843063737617e5705e69f6125ff121599b
|
|
||||||
size 31855782
|
|
3
csound-6.17.0.tar.gz
Normal file
3
csound-6.17.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:558718b61c80fdf1b6c439f393759b8a1d32c7d9d8b42a8f2365a939825ea26b
|
||||||
|
size 31922083
|
@ -1,3 +1,75 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 12 08:35:32 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
Wed Jan 19 16:38:31 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
%define min 0
|
%define min 0
|
||||||
|
|
||||||
Name: csound
|
Name: csound
|
||||||
Version: 6.16.2
|
Version: 6.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Computer Sound Synthesis and Composition Program
|
Summary: Computer Sound Synthesis and Composition Program
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
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
|
%setup -q
|
||||||
%autopatch -p1
|
%autopatch -p1
|
||||||
# remove __DATE__ from source files, causes unnecessary rebuilds
|
# 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
|
# copy readme
|
||||||
cp %{SOURCE1} %{SOURCE2} .
|
cp %{SOURCE1} %{SOURCE2} .
|
||||||
#These source files are undistributable
|
#These source files are undistributable
|
||||||
|
Loading…
Reference in New Issue
Block a user