logo
Main Page | Namespaces | Classes | Compounds | Files | Compound Members | Related

SynthCore::Dummy Class Reference

Benchmarking module. More...

#include <Modules.h>

Inheritance diagram for SynthCore::Dummy:

SynthCore::Module List of all members.

Public Methods

virtual std::string getName ()
 The name is just a virtual placeholder.

 Dummy (SynthVoice *S1)
 ~Dummy ()
void update ()
void dupdate ()

Public Attributes

OutputOutput1
InputInput1
float * In1
float * Ou1
OutputOut

Detailed Description

Benchmarking module.

Dummy module. Used for benchmarking the overhead of the framework.

Definition at line 262 of file Modules.h.


Member Function Documentation

void SynthCore::Dummy::update   [virtual]
 

update() is where the main sound processing in a module takes place. Called every sample-step. It is purely virtual

Implements SynthCore::Module.

Definition at line 101 of file Modules.cpp.

References SynthCore::Input::ConFrom, and SynthCore::Output::value.


The documentation for this class was generated from the following files:
Syntopia Project. Visit the web page, or the SourceForge page.
Docs made by Doxygen. Email: Mikael Christensen