Nsound
0.9.4
|
This class holds the nodes for use with the Mixer class. More...
#include <Nsound/MixerNode.h>
Public Member Functions | |
MixerNode (float64 first_beat_time, float64 bpm, const AudioStream &as) | |
Constructor. More... | |
boolean | operator== (const MixerNode &) const |
boolean | operator< (const MixerNode &) const |
std::string | printNode () |
This method returns a string that represents the node. More... | |
Public Attributes | |
const AudioStream * | audio_stream_ |
The pointer to the AudioStream. More... | |
float64 | bpm_ |
The number of beats per minute. More... | |
float64 | first_beat_time_ |
The time the AudioStream first occurs in the list. More... | |
uint32 | id_ |
Static Public Attributes | |
static uint32 | id_count_ = 0 |
This class holds the nodes for use with the Mixer class.
This class holds the nodes for use with the Mixer class.
Definition at line 55 of file MixerNode.h.
Nsound::MixerNode::MixerNode | ( | float64 | first_beat_time, |
float64 | bpm, | ||
const AudioStream & | as | ||
) |
Constructor.
Constructor
Definition at line 46 of file MixerNode.cc.
Definition at line 55 of file MixerNode.cc.
References bpm_, first_beat_time_, and id_.
Definition at line 69 of file MixerNode.cc.
References first_beat_time_, and id_.
std::string Nsound::MixerNode::printNode | ( | ) |
This method returns a string that represents the node.
This method returns a string that represents the node.
Definition at line 88 of file MixerNode.cc.
const AudioStream* Nsound::MixerNode::audio_stream_ |
The pointer to the AudioStream.
Definition at line 84 of file MixerNode.h.
float64 Nsound::MixerNode::bpm_ |
The number of beats per minute.
Definition at line 87 of file MixerNode.h.
Referenced by operator==().
float64 Nsound::MixerNode::first_beat_time_ |
The time the AudioStream first occurs in the list.
Definition at line 90 of file MixerNode.h.
Referenced by operator<(), and operator==().
uint32 Nsound::MixerNode::id_ |
Definition at line 92 of file MixerNode.h.
Referenced by operator<(), and operator==().
|
static |
Definition at line 94 of file MixerNode.h.