Csound and CsoundAC API 5.13
|
#include <OpcodeBase.hpp>
Public Member Functions | |
int | audio (CSOUND *csound) |
int | init (CSOUND *csound) |
int | kontrol (CSOUND *csound) |
void | log (CSOUND *csound, const char *format,...) |
int | noteoff (CSOUND *csound) |
void | warn (CSOUND *csound, const char *format,...) |
Static Public Member Functions | |
static int | audio_ (CSOUND *csound, void *opcode) |
static int | init_ (CSOUND *csound, void *opcode) |
static int | kontrol_ (CSOUND *csound, void *opcode) |
static int | noteoff_ (CSOUND *csound, void *opcode) |
Data Fields | |
OPDS | h |
int OpcodeNoteoffBase< T >::audio | ( | CSOUND * | csound | ) | [inline] |
References NOTOK.
Referenced by OpcodeNoteoffBase< T >::audio_().
static int OpcodeNoteoffBase< T >::audio_ | ( | CSOUND * | csound, |
void * | opcode | ||
) | [inline, static] |
References OpcodeNoteoffBase< T >::audio().
int OpcodeNoteoffBase< T >::init | ( | CSOUND * | csound | ) | [inline] |
References NOTOK.
Referenced by OpcodeNoteoffBase< T >::init_().
static int OpcodeNoteoffBase< T >::init_ | ( | CSOUND * | csound, |
void * | opcode | ||
) | [inline, static] |
int OpcodeNoteoffBase< T >::kontrol | ( | CSOUND * | csound | ) | [inline] |
References NOTOK.
Referenced by OpcodeNoteoffBase< T >::kontrol_().
static int OpcodeNoteoffBase< T >::kontrol_ | ( | CSOUND * | csound, |
void * | opcode | ||
) | [inline, static] |
References OpcodeNoteoffBase< T >::kontrol().
void OpcodeNoteoffBase< T >::log | ( | CSOUND * | csound, |
const char * | format, | ||
... | |||
) | [inline] |
References CSOUND_::MessageV.
int OpcodeNoteoffBase< T >::noteoff | ( | CSOUND * | csound | ) | [inline] |
References OK.
Referenced by OpcodeNoteoffBase< T >::noteoff_().
static int OpcodeNoteoffBase< T >::noteoff_ | ( | CSOUND * | csound, |
void * | opcode | ||
) | [inline, static] |
References OpcodeNoteoffBase< T >::noteoff().
void OpcodeNoteoffBase< T >::warn | ( | CSOUND * | csound, |
const char * | format, | ||
... | |||
) | [inline] |
References CSOUNDMSG_WARNING, CSOUND_::GetDebug, CSOUND_::GetMessageLevel, CSOUND_::MessageV, and WARNMSG.
OPDS OpcodeNoteoffBase< T >::h |