diff options
author | Michele Calgaro <[email protected]> | 2022-08-10 21:16:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-08-11 08:52:29 +0900 |
commit | 946d4e1eb567d7601e5ea3d647d6f24a86229cd4 (patch) | |
tree | 1c0f47a4ecbe30efd6fbf3c78f2a418379865063 /doc/NEWS | |
parent | c5f9bde2d38d78196f05bfcbfc52d04f089a928a (diff) | |
download | arts-r14.0.13.tar.gz arts-r14.0.13.zip |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 10a05109432154e8392294d2aeb2605b3fc6dda3)
Diffstat (limited to 'doc/NEWS')
-rw-r--r-- | doc/NEWS | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/doc/NEWS b/doc/NEWS deleted file mode 100644 index 081bca6..0000000 --- a/doc/NEWS +++ /dev/null @@ -1,58 +0,0 @@ -aRts-1.2.0: -- added EsounD support -- fixed autosuspend in conjunction with full duplex - -aRts-1.1.0: -- added functions to StdSynthModule to find if/how many other modules are - connected to the inputs and outputs of yourself - -aRts-1.0.0: -- full duplex fixed - -aRts-0.7.0: -- recording in the C API -- new interface for video embedding (Arts::VideoPlayObject) via X11 embedding -- threaded oss audio i/o (-a toss) which works better with some kernel drivers -- irix audio i/o method (-a sgi) -- ALSA-0.9.0 support -- Preference=N lines in .mcopclass files make it possible to to choose one - implementation over another if they both implement the same interface - -aRts-0.6.1: -- new artsdsp -s (single threaded) option for compatibility to more programs - (for instance netscape) -- ALSA-0.9.0 support -- bugfixes: artsdsp/artsc rpath fix, alsa crash without soundcard fixed, md5 - cookie loading, oss driver endianess issue, compile fixes - -aRts-0.6.0: -- new interfaces (Arts::InputStream, Arts::StreamPlayObject) for decoding - streams of data with PlayObjects (rather than just files) -- new Arts::PitchablePlayObject for changing playing speed/pitch -- support for streaming of data from tdeioslaves into PlayObjects -- dynamic implementation of classes/attributes (Arts::DynamicSkeleton) - -(some of the items that are listed in aRts-0.6.0 have been done somewhere - between 0.4 and 0.6 and only now found its way into this) - -aRts-0.5.4: -- fix random segfaults on solaris - -aRts-0.5.3: -- performance improvement for aRts midi instruments (bus code rewritten) -- structures designed by artsbuilder can be used modules in structures again - (and elsewhere), via generic Arts::Loader's - -aRts-0.5.2: -- threading support (libmcop_mt) -- glib-2.0 mainloop integration (libgmcop) -- KArtsWidget makes it easy to use Arts::Widget implementations in conjunction - with qt widgets (i.e. no extra window), this also removes the annoying extra - window in artscontrol -- generic gui factory used by noatun and artscontrol to create effect guis - -================================================================================ -This file starts in the middle of nowhere, because it hasn't always been -here. But please update this if you do bigger changes (fixing a spelling -error in a comment probably doesn't count, doing one of the TODO items -most certainly does). |