JUCE
juce::MidiOutput Member List

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

addListener(Listener *)juce::Threadprivate
clearAllPendingMessages()juce::MidiOutput
createNewDevice(const String &deviceName)juce::MidiOutputstatic
currentThreadShouldExit()juce::Threadprivatestatic
getCurrentThread()juce::Threadprivatestatic
getCurrentThreadId()juce::Threadprivatestatic
getDefaultDeviceIndex()juce::MidiOutputstatic
getDevices()juce::MidiOutputstatic
getName() const noexceptjuce::MidiOutput
getThreadId() const noexceptjuce::Threadprivate
getThreadName() const noexceptjuce::Threadprivate
isThreadRunning() constjuce::Threadprivate
launch(std::function< void()> functionToRun)juce::Threadprivatestatic
notify() constjuce::Threadprivate
openDevice(int deviceIndex)juce::MidiOutputstatic
realtimeAudioPriority enum valuejuce::Threadprivate
removeListener(Listener *)juce::Threadprivate
sendBlockOfMessages(const MidiBuffer &buffer, double millisecondCounterToStartAt, double samplesPerSecondForBuffer)juce::MidiOutput
sendBlockOfMessagesNow(const MidiBuffer &buffer)juce::MidiOutput
sendMessageNow(const MidiMessage &message)juce::MidiOutput
setAffinityMask(uint32 affinityMask)juce::Threadprivate
setCurrentThreadAffinityMask(uint32 affinityMask)juce::Threadprivatestatic
setCurrentThreadName(const String &newThreadName)juce::Threadprivatestatic
setCurrentThreadPriority(int priority)juce::Threadprivatestatic
setPriority(int priority)juce::Threadprivate
signalThreadShouldExit()juce::Threadprivate
sleep(int milliseconds)juce::Threadprivatestatic
startBackgroundThread()juce::MidiOutput
startThread()juce::Threadprivate
startThread(int priority)juce::Threadprivate
stopBackgroundThread()juce::MidiOutput
stopThread(int timeOutMilliseconds)juce::Threadprivate
Thread(const String &threadName, size_t threadStackSize=0)juce::Threadexplicitprivate
ThreadID typedefjuce::Threadprivate
threadShouldExit() constjuce::Threadprivate
wait(int timeOutMilliseconds) constjuce::Threadprivate
waitForThreadToExit(int timeOutMilliseconds) constjuce::Threadprivate
yield()juce::Threadprivatestatic
~MidiOutput()juce::MidiOutput
~Thread()juce::Threadprivatevirtual