diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 58 |
1 files changed, 58 insertions, 0 deletions
@@ -0,0 +1,58 @@ +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). |