JUCE
|
This is the complete list of members for MidiOutput, including all inherited members.
addListener(Listener *) | Thread | private |
clearAllPendingMessages() | MidiOutput | |
createNewDevice(const String &deviceName) | MidiOutput | static |
currentThreadShouldExit() | Thread | privatestatic |
getAvailableDevices() | MidiOutput | static |
getCurrentThread() | Thread | privatestatic |
getCurrentThreadId() | Thread | privatestatic |
getDefaultDevice() | MidiOutput | static |
getDefaultDeviceIndex() | MidiOutput | static |
getDeviceInfo() const noexcept | MidiOutput | |
getDevices() | MidiOutput | static |
getIdentifier() const noexcept | MidiOutput | |
getName() const noexcept | MidiOutput | |
getThreadId() const noexcept | Thread | private |
getThreadName() const noexcept | Thread | private |
initialiseJUCE(void *jniEnv, void *jContext) | Thread | privatestatic |
isThreadRunning() const | Thread | private |
launch(std::function< void()> functionToRun) | Thread | privatestatic |
notify() const | Thread | private |
openDevice(const String &deviceIdentifier) | MidiOutput | static |
openDevice(int) | MidiOutput | static |
realtimeAudioPriority enum value | Thread | private |
removeListener(Listener *) | Thread | private |
sendBlockOfMessages(const MidiBuffer &buffer, double millisecondCounterToStartAt, double samplesPerSecondForBuffer) | MidiOutput | |
sendBlockOfMessagesNow(const MidiBuffer &buffer) | MidiOutput | |
sendMessageNow(const MidiMessage &message) | MidiOutput | |
setAffinityMask(uint32 affinityMask) | Thread | private |
setCurrentThreadAffinityMask(uint32 affinityMask) | Thread | privatestatic |
setCurrentThreadName(const String &newThreadName) | Thread | privatestatic |
setCurrentThreadPriority(int priority) | Thread | privatestatic |
setName(const String &newName) noexcept | MidiOutput | |
setPriority(int priority) | Thread | private |
signalThreadShouldExit() | Thread | private |
sleep(int milliseconds) | Thread | privatestatic |
startBackgroundThread() | MidiOutput | |
startThread() | Thread | private |
startThread(int priority) | Thread | private |
stopBackgroundThread() | MidiOutput | |
stopThread(int timeOutMilliseconds) | Thread | private |
Thread(const String &threadName, size_t threadStackSize=0) | Thread | explicitprivate |
ThreadID typedef | Thread | private |
threadShouldExit() const | Thread | private |
wait(int timeOutMilliseconds) const | Thread | private |
waitForThreadToExit(int timeOutMilliseconds) const | Thread | private |
yield() | Thread | privatestatic |
~MidiOutput() override | MidiOutput | |
~Thread() | Thread | privatevirtual |