The DejaVU Framework -- hush 3.1
[.] Papers Tutorials Examples Manuals Interfaces Sources Packages Resources ?

Manual: HYMNE 4 1995


[.] [man] man1 man2 man3 man4 man5 man6 man7 man8 man9 manl mann ?

NAME

audio - a hush handler class implementing the audio(l) Tcl command

SYNOPSIS


  
  interface audio: public handler, public Audio {
    public:
      audio();                    // Constructor (opens audioctl)
      virtual ~audio();           // Destructor  (closes audioctl)
      virtual int operator()();
  };
  

slide: SYNOPSIS

DESCRIPTION


This class implements the Tcl audio(l) command by inheriting it's functionality from the Audio(4) class and the hush handler class.


slide: DESCRIPTION

USAGE


To make the functionality of audio available from Tcl scripts, add something like:

          #include <hush/kit.h>
          #include <hymne/audio.h>
          ...
          ...
          tk->action("audio", new audio());
  
To your version of the hush interpreter. This is done, for instance, by the init_hymne() operator defined in
<extern/hymne.h>.
slide: USAGE

LIBRARY


hymne -- file


slide: LIBRARY

KEYWORDS

Audio, audio, hush, hymne, Tcl

FILES


/dev/audioctl


slide: FILES

SEE ALSO

Audio(4), audio(l), audio(7), hush(1), hymne(1), Tcl(1)
[.] Papers Tutorials Examples Manuals Interfaces Sources Packages Resources ?
Hush Online Technology
hush@cs.vu.nl
09/24/99