JUCE
MidiOutput Member List

This is the complete list of members for MidiOutput, including all inherited members.

addListener(Listener *)Threadprivate
clearAllPendingMessages()MidiOutput
createNewDevice(const String &deviceName)MidiOutputstatic
currentThreadShouldExit()Threadprivatestatic
getAvailableDevices()MidiOutputstatic
getCurrentThread()Threadprivatestatic
getCurrentThreadId()Threadprivatestatic
getDefaultDevice()MidiOutputstatic
getDefaultDeviceIndex()MidiOutputstatic
getDeviceInfo() const noexceptMidiOutput
getDevices()MidiOutputstatic
getIdentifier() const noexceptMidiOutput
getName() const noexceptMidiOutput
getThreadId() const noexceptThreadprivate
getThreadName() const noexceptThreadprivate
initialiseJUCE(void *jniEnv, void *jContext)Threadprivatestatic
isThreadRunning() constThreadprivate
launch(std::function< void()> functionToRun)Threadprivatestatic
notify() constThreadprivate
openDevice(const String &deviceIdentifier)MidiOutputstatic
openDevice(int)MidiOutputstatic
realtimeAudioPriority enum valueThreadprivate
removeListener(Listener *)Threadprivate
sendBlockOfMessages(const MidiBuffer &buffer, double millisecondCounterToStartAt, double samplesPerSecondForBuffer)MidiOutput
sendBlockOfMessagesNow(const MidiBuffer &buffer)MidiOutput
sendMessageNow(const MidiMessage &message)MidiOutput
setAffinityMask(uint32 affinityMask)Threadprivate
setCurrentThreadAffinityMask(uint32 affinityMask)Threadprivatestatic
setCurrentThreadName(const String &newThreadName)Threadprivatestatic
setCurrentThreadPriority(int priority)Threadprivatestatic
setName(const String &newName) noexceptMidiOutput
setPriority(int priority)Threadprivate
signalThreadShouldExit()Threadprivate
sleep(int milliseconds)Threadprivatestatic
startBackgroundThread()MidiOutput
startThread()Threadprivate
startThread(int priority)Threadprivate
stopBackgroundThread()MidiOutput
stopThread(int timeOutMilliseconds)Threadprivate
Thread(const String &threadName, size_t threadStackSize=0)Threadexplicitprivate
ThreadID typedefThreadprivate
threadShouldExit() constThreadprivate
wait(int timeOutMilliseconds) constThreadprivate
waitForThreadToExit(int timeOutMilliseconds) constThreadprivate
yield()Threadprivatestatic
~MidiOutput() overrideMidiOutput
~Thread()Threadprivatevirtual