|
| CallbackHandler (AudioDeviceManager &adm) noexcept |
|
virtual | ~AudioIODeviceCallback ()=default |
| Destructor.
|
|
virtual void | audioDeviceIOCallback (const float **inputChannelData, int numInputChannels, float **outputChannelData, int numOutputChannels, int numSamples)=0 |
| Processes a block of incoming and outgoing audio data.
|
|
virtual void | audioDeviceAboutToStart (AudioIODevice *device)=0 |
| Called to indicate that the device is about to start calling back.
|
|
virtual void | audioDeviceStopped ()=0 |
| Called to indicate that the device has stopped.
|
|
virtual void | audioDeviceError (const String &errorMessage) |
| This can be overridden to be told if the device generates an error while operating.
|
|
virtual | ~MidiInputCallback ()=default |
| Destructor.
|
|
virtual void | handleIncomingMidiMessage (MidiInput *source, const MidiMessage &message)=0 |
| Receives an incoming message.
|
|
virtual void | handlePartialSysexMessage (MidiInput *source, const uint8 *messageData, int numBytesSoFar, double timestamp) |
| Notification sent each time a packet of a multi-packet sysex message arrives.
|
|
virtual void | audioDeviceListChanged ()=0 |
| Called when the list of available audio devices changes.
|
|
Definition at line 44 of file juce_AudioDeviceManager.cpp.
◆ CallbackHandler()
The documentation for this class was generated from the following file: