#include <ActiveAudio.h>
◆ ActiveAudio()
◆ getAmplitude()
float ActiveAudio::getAmplitude |
( |
float |
ap | ) |
const |
Get the amplitude at a given amplitude position between 0 and 1.
- Parameters
-
- Returns
- amplitude
◆ getAudio()
◆ getFromVolume()
float ActiveAudio::getFromVolume |
( |
| ) |
const |
◆ getId()
UUID ActiveAudio::getId |
( |
| ) |
const |
◆ getInstrument()
const Instrument * ActiveAudio::getInstrument |
( |
| ) |
const |
◆ getPick()
◆ getReleaseMillis()
int ActiveAudio::getReleaseMillis |
( |
| ) |
const |
◆ getStartAtChainMicros()
unsigned long long ActiveAudio::getStartAtChainMicros |
( |
| ) |
const |
◆ getStopAtChainMicros()
unsigned long long ActiveAudio::getStopAtChainMicros |
( |
| ) |
const |
◆ getToVolume()
float ActiveAudio::getToVolume |
( |
| ) |
const |
◆ operator!=
Compare two Active Audio for equality
- Parameters
-
lhs | Active Audio |
rhs | Active Audio |
- Returns
- true if lhs == rhs
◆ operator<
Compare two Active Audio by startAtChainMicros
- Parameters
-
lhs | Active Audio |
rhs | Active Audio |
- Returns
- true if lhs < rhs
◆ operator==
Compare two Active Audio for equality
- Parameters
-
lhs | Active Audio |
rhs | Active Audio |
- Returns
- true if lhs == rhs
◆ operator>
Compare two Active Audio by startAtChainMicros
- Parameters
-
lhs | Active Audio |
rhs | Active Audio |
- Returns
- true if lhs >rhs
◆ audio
◆ fromVolume
float XJ::ActiveAudio::fromVolume |
|
protected |
◆ instrument
◆ pick
◆ startAtChainMicros
unsigned long long XJ::ActiveAudio::startAtChainMicros |
|
protected |
◆ stopAtChainMicros
unsigned long long XJ::ActiveAudio::stopAtChainMicros |
|
protected |
◆ toVolume
float XJ::ActiveAudio::toVolume |
|
protected |
The documentation for this class was generated from the following files:
- /home/runner/work/xjmusic/xjmusic/engine/include/xjmusic/audio/ActiveAudio.h
- /home/runner/work/xjmusic/xjmusic/engine/src/audio/ActiveAudio.cpp