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

« back to all changes in this revision

Viewing changes to Documentation/programmers_guide/eci_doc.latex

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-03-23 21:42:49 UTC
  • mfrom: (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080323214249-evlfv3y1o8q747la
Tags: 2.4.6.1-2
* Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
  Michlmayr (Closes: #454890).
- 13_gcc4: updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
\title{Ecasound Control Interface Guide}
9
9
\author{Kai Vehmanen, Brad Bowman, Tony Leake, Jan Weil, Mario Lang}
10
 
\date{02052004}
 
10
\date{03062006}
11
11
\begin{document}
12
12
 
13
13
\maketitle
32
32
% ----------------------------------------------------------------------
33
33
\section{Document history}
34
34
\begin{itemize}
 
35
\item 04.06.2006 - Added more information to the ``Tips for debugging'' section.
35
36
\item 21.03.2005 - Updated the ``Tips for debugging'' section.
36
37
\item 25.09.2004 - Updated the ``Return values'' section based on feedback
37
38
                   from Adam Linson.
691
692
      ECI for the first time and after important commands
692
693
      like ``cs-connect'', you should always check for errors.
693
694
 
 
695
\item Use the ECASOUND\_LOGFILE environment variable to write all
 
696
      engine output to a separate logfile. See ecasound(1) manpage
 
697
      for details on how to use this mechanism. Requires Ecasound 
 
698
      version 2.4.5 or newer.
 
699
 
 
700
\item Utilize the ``int-log-history'' ECI command added to
 
701
      version 2.4.0 of Ecasound. Recent messages from the
 
702
      engine can help to track down the problem. Before use, you
 
703
      need to first set the history length to a non-zero value with 
 
704
      ``int-set-log-history-length''.
 
705
 
694
706
\item Launch Ecasound in interactive mode (``ecasound -c''), 
695
707
      and issue the commands your ECI application is using, 
696
708
      manually one-by-one and see what happens. If something
697
709
      goes wrong, increase Ecasound's debug level (for instance
698
710
      ``-ddd'') and re-run the test. 
699
711
 
700
 
\item Utilize the ``int-log-history'' ECI command added to
701
 
      version 2.4.0 of Ecasound. Recent messages from the
702
 
      engine can help to track down the problem.
703
 
 
704
712
\end{enumerate}
705
713
 
706
714
\end{document}