Main Page |
Namespaces |
Classes |
Compounds |
Files |
Compound Members |
Related
SynthCore::Input Class ReferenceInput is a generic input, used in almost every module.
More...
#include <Input.h>
List of all members.
|
Public Methods |
| Input (Module *host) |
| Constructor with pointer to host module.
|
| ~Input () |
| Destructor.
|
float | read () |
| Should be used to read from input.
|
void | ConnectFrom (Output *O) |
| Always use this to connect the input to a output.
|
float | updateRead () |
| This just updates host, and reads from the host output.
|
void | loadXML (string tagName, XMLNode *n) |
| Load values from XMLNode.
|
std::string | getXML (std::string tag, int indent=0) |
| Save state to XML string.
|
Public Attributes |
Output * | ConFrom |
| Connected from this output.
|
Module * | HostModule |
| We live here (set by constructor, but can be changed public):.
|
bool | manualUpdate |
Detailed Description
Input is a generic input, used in almost every module.
Definition at line 23 of file Input.h. 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
|