#include <cs_glue.hpp>
CsoundCallbackWrapper::CsoundCallbackWrapper | ( | Csound * | csound | ) |
CsoundCallbackWrapper::CsoundCallbackWrapper | ( | CSOUND * | csound | ) |
virtual CsoundCallbackWrapper::~CsoundCallbackWrapper | ( | ) | [inline, virtual] |
static const char* CsoundCallbackWrapper::CharPtrToString | ( | const char * | s | ) | [inline, static] |
virtual double CsoundCallbackWrapper::ControlChannelInputCallback | ( | const char * | chnName | ) | [inline, virtual] |
virtual void CsoundCallbackWrapper::ControlChannelOutputCallback | ( | const char * | chnName, | |
double | value | |||
) | [inline, virtual] |
CSOUND* CsoundCallbackWrapper::GetCsound | ( | ) | [inline] |
virtual double CsoundCallbackWrapper::InputValueCallback | ( | const char * | chnName | ) | [inline, virtual] |
virtual void CsoundCallbackWrapper::MessageCallback | ( | int | attr, | |
char * | msg | |||
) | [inline, virtual] |
static int CsoundCallbackWrapper::midiInCloseCallback | ( | CSOUND * | , | |
void * | ||||
) | [static, private] |
static int CsoundCallbackWrapper::midiInOpenCallback | ( | CSOUND * | , | |
void ** | , | |||
const char * | ||||
) | [static, private] |
virtual void CsoundCallbackWrapper::MidiInputCallback | ( | CsoundMidiInputBuffer * | p | ) | [inline, virtual] |
static int CsoundCallbackWrapper::midiInReadCallback | ( | CSOUND * | , | |
void * | , | |||
unsigned char * | , | |||
int | ||||
) | [static, private] |
static int CsoundCallbackWrapper::midiOutCloseCallback | ( | CSOUND * | , | |
void * | ||||
) | [static, private] |
static int CsoundCallbackWrapper::midiOutOpenCallback | ( | CSOUND * | , | |
void ** | , | |||
const char * | ||||
) | [static, private] |
virtual void CsoundCallbackWrapper::MidiOutputCallback | ( | CsoundMidiOutputBuffer * | p | ) | [inline, virtual] |
static int CsoundCallbackWrapper::midiOutWriteCallback | ( | CSOUND * | , | |
void * | , | |||
const unsigned char * | , | |||
int | ||||
) | [static, private] |
virtual void CsoundCallbackWrapper::OutputValueCallback | ( | const char * | chnName, | |
double | value | |||
) | [inline, virtual] |
void CsoundCallbackWrapper::SetChannelIOCallbacks | ( | ) |
void CsoundCallbackWrapper::SetInputValueCallback | ( | ) |
void CsoundCallbackWrapper::SetMessageCallback | ( | ) |
void CsoundCallbackWrapper::SetMidiInputCallback | ( | CsoundArgVList * | argv | ) |
void CsoundCallbackWrapper::SetMidiOutputCallback | ( | CsoundArgVList * | argv | ) |
void CsoundCallbackWrapper::SetOutputValueCallback | ( | ) |
void CsoundCallbackWrapper::SetYieldCallback | ( | ) |
virtual const char* CsoundCallbackWrapper::StringChannelInputCallback | ( | const char * | chnName | ) | [inline, virtual] |
virtual void CsoundCallbackWrapper::StringChannelOutputCallback | ( | const char * | chnName, | |
const char * | value | |||
) | [inline, virtual] |
virtual int CsoundCallbackWrapper::YieldCallback | ( | ) | [inline, virtual] |
CSOUND* CsoundCallbackWrapper::csound_ [private] |