|
Blender
V2.59
|
#include "AUD_Mixer.h"#include "AUD_JackDevice.h"#include "AUD_IReader.h"#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Variables | |
| static const char * | clientopen_error = "jack server." |
| static const char * | port_error = "AUD_JackDevice: Couldn't create output port." |
| static const char * | activate_error = "client." |
Definition in file AUD_JackDevice.cpp.
const char* activate_error = "client." [static] |
Definition at line 184 of file AUD_JackDevice.cpp.
const char* clientopen_error = "jack server." [static] |
Definition at line 181 of file AUD_JackDevice.cpp.
const char* port_error = "AUD_JackDevice: Couldn't create output port." [static] |
Definition at line 183 of file AUD_JackDevice.cpp.