|
LMMS
|
Namespaces | |
| namespace | juce |
| namespace | juce::ASIODebugging |
Macros | |
| #define | JUCE_ASIOCALLBACK __cdecl |
| #define | JUCE_ASIO_LOG(msg) |
| #define | JUCE_ASIO_LOG_ERROR(msg, errNum) |
Functions | |
| static void | juce::ASIODebugging::dummyLog () |
| static void | juce::sendASIODeviceChangeToListeners (ASIOAudioIODeviceType *) |
Variables | |
| constexpr int | juce::maxNumASIODevices = 16 |
| static ASIOAudioIODevice * | juce::currentASIODev [maxNumASIODevices] = {} |
| HWND | juce::juce_messageWindowHandle = nullptr |
| #define JUCE_ASIO_LOG | ( | msg | ) |
| #define JUCE_ASIO_LOG_ERROR | ( | msg, | |
| errNum ) |
| #define JUCE_ASIOCALLBACK __cdecl |