This is the complete list of members for AudioProcessorPlayer, including all inherited members.
| actualProcessorChannels | AudioProcessorPlayer | protected |
| audioDeviceAboutToStart(juce::AudioIODevice *) override | AudioProcessorPlayer | |
| audioDeviceIOCallbackWithContext(const float *const *, int, float *const *, int, int, const juce::AudioIODeviceCallbackContext &) override | AudioProcessorPlayer | |
| audioDeviceStopped() override | AudioProcessorPlayer | |
| AudioProcessorPlayer(bool doDoublePrecisionProcessing=false) | AudioProcessorPlayer | |
| blockSize | AudioProcessorPlayer | protected |
| channels | AudioProcessorPlayer | protected |
| conversionBuffer | AudioProcessorPlayer | protected |
| currentDevice | AudioProcessorPlayer | protected |
| currentWorkgroup | AudioProcessorPlayer | protected |
| defaultProcessorChannels | AudioProcessorPlayer | protected |
| deviceChannels | AudioProcessorPlayer | protected |
| findMostSuitableLayout(const juce::AudioProcessor &) const | AudioProcessorPlayer | protected |
| getCurrentProcessor() const noexcept | AudioProcessorPlayer | |
| getDoublePrecisionProcessing() | AudioProcessorPlayer | |
| getMidiMessageCollector() noexcept | AudioProcessorPlayer | |
| handleIncomingMidiMessage(juce::MidiInput *, const juce::MidiMessage &) override | AudioProcessorPlayer | |
| incomingMidi | AudioProcessorPlayer | protected |
| isDoublePrecision | AudioProcessorPlayer | protected |
| isPrepared | AudioProcessorPlayer | protected |
| lock | AudioProcessorPlayer | protected |
| messageCollector | AudioProcessorPlayer | protected |
| midiOutput | AudioProcessorPlayer | protected |
| postProcessBlock(juce::AudioBuffer< float > &, juce::MidiBuffer &) | AudioProcessorPlayer | virtual |
| postProcessBlock(juce::AudioBuffer< double > &, juce::MidiBuffer &) | AudioProcessorPlayer | virtual |
| preProcessBlock(juce::AudioBuffer< float > &, juce::MidiBuffer &) | AudioProcessorPlayer | virtual |
| preProcessBlock(juce::AudioBuffer< double > &, juce::MidiBuffer &) | AudioProcessorPlayer | virtual |
| processor | AudioProcessorPlayer | protected |
| resizeChannels() | AudioProcessorPlayer | protected |
| sampleCount | AudioProcessorPlayer | protected |
| sampleRate | AudioProcessorPlayer | protected |
| setDoublePrecisionProcessing(bool doublePrecision) | AudioProcessorPlayer | |
| setMidiOutput(juce::MidiOutput *midiOutputToUse) | AudioProcessorPlayer | |
| setProcessor(juce::AudioProcessor *processorToPlay) | AudioProcessorPlayer | virtual |
| tempBuffer | AudioProcessorPlayer | protected |
| ~AudioProcessorPlayer() override | AudioProcessorPlayer | |