Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

syn::DummyOutputModule Class Reference

a synth module that streams the given input into nowhere (eats it). More...

#include <DummyOutputModule.h>

Inheritance diagram for syn::DummyOutputModule:

Inheritance graph
[legend]
Collaboration diagram for syn::DummyOutputModule:

Collaboration graph
[legend]
List of all members.

Public Methods

 DummyOutputModule ()
virtual ~DummyOutputModule ()
virtual void update ()
virtual bool open ()
 open the stream and set the audio format of this module read from the stream(s) by getting the right output terminal. More...

virtual bool isOpen ()
void close ()
virtual Moduleclone () const
 get an exact copy of me. More...

parameter access
virtual void getParam (const std::string &key, MultivariateType &value)
 a way to get module params without knowing the real funcs. More...

virtual void setParam (const std::string &key, const MultivariateType &value)
 a way to set module params without knowing the real funcs. More...


Detailed Description

a synth module that streams the given input into nowhere (eats it).

Definition at line 45 of file DummyOutputModule.h.


Constructor & Destructor Documentation

syn::DummyOutputModule::DummyOutputModule ( )
 

Definition at line 37 of file DummyOutputModule.cpp.

syn::DummyOutputModule::~DummyOutputModule ( ) [inline, virtual]
 

Definition at line 49 of file DummyOutputModule.h.


Member Function Documentation

void syn::DummyOutputModule::update ( ) [virtual]
 

Reimplemented from syn::Module.

Definition at line 56 of file DummyOutputModule.cpp.

bool syn::DummyOutputModule::open ( ) [virtual]
 

open the stream and set the audio format of this module read from the stream(s) by getting the right output terminal.

Reimplemented from syn::Module.

Definition at line 45 of file DummyOutputModule.cpp.

bool syn::DummyOutputModule::isOpen ( ) [inline, virtual]
 

Definition at line 53 of file DummyOutputModule.h.

void syn::DummyOutputModule::close ( ) [virtual]
 

Reimplemented from syn::Module.

Definition at line 51 of file DummyOutputModule.cpp.

Module * syn::DummyOutputModule::clone ( ) const [inline, virtual]
 

get an exact copy of me.

Reimplemented from syn::Module.

Definition at line 57 of file DummyOutputModule.h.

void syn::DummyOutputModule::getParam ( const std::string & key,
MultivariateType & value ) [inline, virtual]
 

a way to get module params without knowing the real funcs.

Reimplemented from syn::Module.

Definition at line 66 of file DummyOutputModule.h.

void syn::DummyOutputModule::setParam ( const std::string & key,
const MultivariateType & value ) [inline, virtual]
 

a way to set module params without knowing the real funcs.

Reimplemented from syn::Module.

Definition at line 71 of file DummyOutputModule.h.


The documentation for this class was generated from the following files:
Generated at Mon Apr 15 09:27:54 2002 for subsynth by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001