|
TracktionEngine
|
#include <tracktion_WaveOutputDevice.h>
Public Member Functions | |
| WaveOutputDeviceInstance (WaveOutputDevice &, EditPlaybackContext &) | |
| void | prepareToPlay (double sampleRate, int blockSizeSamples) |
Public Member Functions inherited from engine::OutputDeviceInstance | |
| OutputDeviceInstance (OutputDevice &, EditPlaybackContext &) | |
| virtual | ~OutputDeviceInstance () |
Protected Member Functions | |
| WaveOutputDevice & | getWaveOutput () const |
Protected Attributes | |
| std::vector< Ditherer > | ditherers |
| MidiMessageArray | midiBuffer |
| juce::AudioBuffer< float > | outputBuffer |
Additional Inherited Members | |
Public Attributes inherited from engine::OutputDeviceInstance | |
| OutputDevice & | owner |
| EditPlaybackContext & | context |
| Edit & | edit |
| engine::WaveOutputDeviceInstance::WaveOutputDeviceInstance | ( | WaveOutputDevice & | , |
| EditPlaybackContext & | |||
| ) |
| void engine::WaveOutputDeviceInstance::prepareToPlay | ( | double | sampleRate, |
| int | blockSizeSamples | ||
| ) |
|
protected |
|
protected |
|
protected |
|
protected |