forked from pool/csound
Accepting request 1042858 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1042858 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/csound?expand=0&rev=36
This commit is contained in:
commit
17c10870cf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:558718b61c80fdf1b6c439f393759b8a1d32c7d9d8b42a8f2365a939825ea26b
|
||||
size 31922083
|
3
csound-6.18.1.tar.gz
Normal file
3
csound-6.18.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b84be8237fa9258ef60fdddf36fae27b20c11665811bf5ed12540da9a9a4414e
|
||||
size 31925161
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 21:39:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 6.18.1:
|
||||
* This is a patchfix release mainly dealing with issues arisen in Linux
|
||||
package management. This contains the same code as 6.18.0, except for:
|
||||
* A long-standing big-endian test failure with score strings has been
|
||||
fixed.
|
||||
* The symbol spillage caused by a build misconfiguration has been
|
||||
resolved.
|
||||
* Plugin ABI compatibility with earlier versions (affecting the FLTK
|
||||
plugin) has been restored
|
||||
* Some left-over tracing in the mod function has been removed.
|
||||
- update to 6.18.0:
|
||||
* Mainly a bug-fixing release. Major new facility is MP3 (MPEG) audio
|
||||
* files are supported both for input and output in platforms where this is
|
||||
* supported by libsndfile.
|
||||
* fix midi list printing to stdout part of the list.
|
||||
* Fixed bug where fixed-point phase computation (in oscil family) was
|
||||
* incorrect resulting in slight freq deviations in very low freq cases.
|
||||
* Fixed bug where freeing instr 0 caused memory issues in new
|
||||
* compilations. Instr 0 is not freed until reset now.
|
||||
* Fixed a bug where opcode directory search was crashing Csound if HOME
|
||||
* variable not set.
|
||||
* Fixed pol2rect array size setting.
|
||||
* OSCsend, OSCsend_lo and OSClisten can now work with OSC messages
|
||||
* carrying no payload (as per spec and manual).
|
||||
* bug in sum fixed
|
||||
* elapsedcycles, elapsedtime, eventcycles, and eventtime introducd as
|
||||
* fixed versions of timek, times, timeinstk and timeinsts but return
|
||||
* the correct values instead of being one cycle late. This prserves
|
||||
* backward compatability
|
||||
* Csound now supports MP3 files for input and output through libsndfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 12 08:35:32 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%define min 0
|
||||
|
||||
Name: csound
|
||||
Version: 6.17.0
|
||||
Version: 6.18.1
|
||||
Release: 0
|
||||
Summary: Computer Sound Synthesis and Composition Program
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user