JUCE
MidiOutput Member List

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

clearAllPendingMessages()MidiOutput
createNewDevice(const String &deviceName)MidiOutputstatic
currentThreadShouldExit()Threadprivatestatic
getCurrentThread()Threadprivatestatic
getCurrentThreadId()Threadprivatestatic
getDefaultDeviceIndex()MidiOutputstatic
getDevices()MidiOutputstatic
getName() const noexceptMidiOutput
getThreadId() const noexceptThreadprivate
getThreadName() const Threadprivate
isThreadRunning() const Threadprivate
notify() const Threadprivate
openDevice(int deviceIndex)MidiOutputstatic
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
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() const Threadprivate
wait(int timeOutMilliseconds) const Threadprivate
waitForThreadToExit(int timeOutMilliseconds) const Threadprivate
yield()Threadprivatestatic
~MidiOutput()MidiOutput
~Thread()Threadprivatevirtual