~ubuntu-branches/ubuntu/utopic/ecasound2.2/utopic

« back to all changes in this revision

Viewing changes to Documentation/edi-34.txt

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-09-26 09:58:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080926095852-k3v9ewhmxpaltusw
Tags: 2.5.2-3
yodl 2.13.1 removed --unique-output option. Remove --unique-output
accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
------------------------------------------------------------------------
 
2
Status: OPEN
 
3
 
 
4
(edi-34): Better checks for parsing operator arguments.
 
5
         - submitted: jhalttun, 28.10.2002
 
6
 
 
7
------------------------------------------------------------------------
 
8
Details:
 
9
 
 
10
- ecasound has detailed information about all operators 
 
11
    - audio objects
 
12
    - chain operators
 
13
    - LADSPA plugins
 
14
    - effect presets
 
15
    - controller sources
 
16
- much of this information could be used to implement more 
 
17
  intelligent parameter argument parsing
 
18
    - correct number of parameters
 
19
    - defaults values for those paramaters that are not 
 
20
      given
 
21
    - the type of parameter (boolean, integer, an output
 
22
      or read-only parameter, etc)
 
23
    - a warning if the given value is out of recommended
 
24
      parameter values bounds (lower and upper bounds)
 
25
- implementation location
 
26
    - ecasound/libecasound/eca-object-factory.cpp
 
27
 
 
28
------------------------------------------------------------------------