summaryrefslogtreecommitdiff
path: root/RELNOTES
blob: 707463d1cb6fc90d375fc903a855a02a8b023105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
subject: Ecasound 2.9.3 released

1. Summary of changes in this release
-------------------------------------

Update pyecasound and ecamonitor to work with Python3. Python2.7 or
newer is now required. The old C based implementation of ECI for
Python is dropped completely. It has been deprecated since 2.9.0
(2012). A few minor fixes to compiler warnings, LADSPA plugin
capability parsing and rubyecasound.

2. What is Ecasound?
--------------------

Ecasound is a software package designed for multitrack audio processing.
It can be used for simple tasks like audio playback, recording and format
conversions, as well as for multitrack effect processing, mixing,
recording and signal recycling. Ecasound supports a wide range of audio
inputs, outputs and effect algorithms. Effects and audio objects can be
combined in various ways, and their parameters can be controlled by
operator objects like oscillators and MIDI-CCs. A versatile console mode
user-interface is included in the package.

Primary platform for running Ecasound is GNU/Linux. Ecasound can also be
run on many UNIX-derived systems such as FreeBSD, Mac OS X and Solaris.
Limited support for Windows is available through Cygwin. Ecasound is
licensed under the GPL. The Ecasound Control Interface (ECI) is licensed
under the LGPL.

3. Changes in this release
---------------------------

Full list of changes is available at:
 - http://nosignal.fi/ecasound/history.php

4. Interface and configuration file changes in this release
-----------------------------------------------------------

- build: '--enable-python=iwantc' removed

5. Contributors to this release
-------------------------------

Patches - Accepted code, documentation and build system changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<replace with 'git-shortlog' output in emailed release notes>

Bug Hunting - Reports that led to bugfixes (items closed)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

v2.10
   * David O'Toole (1)
      compile error on Cygwin
   
Feature suggestions - Ideas that led to new features (items)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

No new features implemented.

6. Links and files
------------------
   
Web site (and mirrors):
        http://nosignal.fi/ecasound (fi)
        http://ecasound.seul.org (us)
        http://ecasound.sourceforge.net (us)

Source package:
        http://nosignal.fi/ecasound/download.php     
        ecasound-2.10.0.tar.gz, sha256sum:
        (PLACEHOLDER, digest in published release notes at:
         http://nosignal.fi/ecasound/relnotes/)

List of distributions with maintained Ecasound support:
        See http://nosignal.fi/ecasound/download.php

--