Csound and CsoundAC API  5.17
Public Member Functions | Static Public Member Functions | Data Fields
OpcodeNoteoffBase< T > Class Template Reference

#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

Member Function Documentation

template<typename T >
int OpcodeNoteoffBase< T >::audio ( CSOUND csound)
inline

References NOTOK.

Referenced by OpcodeNoteoffBase< T >::audio_().

template<typename T >
static int OpcodeNoteoffBase< T >::audio_ ( CSOUND csound,
void *  opcode 
)
inlinestatic
template<typename T >
int OpcodeNoteoffBase< T >::init ( CSOUND csound)
inline

References NOTOK.

Referenced by OpcodeNoteoffBase< T >::init_().

template<typename T >
static int OpcodeNoteoffBase< T >::init_ ( CSOUND csound,
void *  opcode 
)
inlinestatic
template<typename T >
int OpcodeNoteoffBase< T >::kontrol ( CSOUND csound)
inline

References NOTOK.

Referenced by OpcodeNoteoffBase< T >::kontrol_().

template<typename T >
static int OpcodeNoteoffBase< T >::kontrol_ ( CSOUND csound,
void *  opcode 
)
inlinestatic
template<typename T >
void OpcodeNoteoffBase< T >::log ( CSOUND csound,
const char *  format,
  ... 
)
inline

References CSOUND_::MessageV.

template<typename T >
int OpcodeNoteoffBase< T >::noteoff ( CSOUND csound)
inline

References OK.

Referenced by OpcodeNoteoffBase< T >::noteoff_().

template<typename T >
static int OpcodeNoteoffBase< T >::noteoff_ ( CSOUND csound,
void *  opcode 
)
inlinestatic
template<typename T >
void OpcodeNoteoffBase< T >::warn ( CSOUND csound,
const char *  format,
  ... 
)
inline

Field Documentation

template<typename T >
OPDS OpcodeNoteoffBase< T >::h