|
Csound and CsoundAC API
5.17
|
#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] |
Referenced by OpcodeNoteoffBase< T >::audio_().
| static int OpcodeNoteoffBase< T >::audio_ | ( | CSOUND * | csound, |
| void * | opcode | ||
| ) | [inline, static] |
References OpcodeNoteoffBase< T >::audio(), and csound::T().
| int OpcodeNoteoffBase< T >::init | ( | CSOUND * | csound | ) | [inline] |
Referenced by OpcodeNoteoffBase< T >::init_().
| static int OpcodeNoteoffBase< T >::init_ | ( | CSOUND * | csound, |
| void * | opcode | ||
| ) | [inline, static] |
References OpcodeNoteoffBase< T >::init(), and csound::T().
| int OpcodeNoteoffBase< T >::kontrol | ( | CSOUND * | csound | ) | [inline] |
Referenced by OpcodeNoteoffBase< T >::kontrol_().
| static int OpcodeNoteoffBase< T >::kontrol_ | ( | CSOUND * | csound, |
| void * | opcode | ||
| ) | [inline, static] |
References OpcodeNoteoffBase< T >::kontrol(), and csound::T().
| void OpcodeNoteoffBase< T >::log | ( | CSOUND * | csound, |
| const char * | format, | ||
| ... | |||
| ) | [inline] |
| int OpcodeNoteoffBase< T >::noteoff | ( | CSOUND * | csound | ) | [inline] |
Referenced by OpcodeNoteoffBase< T >::noteoff_().
| static int OpcodeNoteoffBase< T >::noteoff_ | ( | CSOUND * | csound, |
| void * | opcode | ||
| ) | [inline, static] |
References OpcodeNoteoffBase< T >::noteoff(), and csound::T().
| void OpcodeNoteoffBase< T >::warn | ( | CSOUND * | csound, |
| const char * | format, | ||
| ... | |||
| ) | [inline] |
References CSOUNDMSG_WARNING.
| OPDS OpcodeNoteoffBase< T >::h |
1.7.6.1