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

« back to all changes in this revision

Viewing changes to Documentation/archived/edi-34.txt

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2009-05-06 15:18:46 UTC
  • mfrom: (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506151846-dvp8mirqmxwhve66
Tags: 2.6.0-1
* New upstream release
- 08_fix_header_install: remove
- 07_configure_in_maintainer_mode: update
- do not install manpage copies, and just install symlinks for
  ecatools.1
* Build-Depend on texlive-latex-recommended too for ecrm1000 font.
  (closes: #526535)

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
         - migrated to sf.net -> sffeat:2134179
 
7
 
 
8
------------------------------------------------------------------------
 
9
Details:
 
10
 
 
11
- ecasound has detailed information about all operators 
 
12
    - audio objects
 
13
    - chain operators
 
14
    - LADSPA plugins
 
15
    - effect presets
 
16
    - controller sources
 
17
- much of this information could be used to implement more 
 
18
  intelligent parameter argument parsing
 
19
    - correct number of parameters
 
20
    - defaults values for those paramaters that are not 
 
21
      given
 
22
    - the type of parameter (boolean, integer, an output
 
23
      or read-only parameter, etc)
 
24
    - a warning if the given value is out of recommended
 
25
      parameter values bounds (lower and upper bounds)
 
26
- implementation location
 
27
    - ecasound/libecasound/eca-object-factory.cpp
 
28
 
 
29
------------------------------------------------------------------------