|
Csound and CsoundAC API
5.17
|
Data Structures | |
| class | CsoundArgVList |
| A simple class for creating argv[] lists for use with functions like csoundCompile(). More... | |
| class | CsoundCallbackWrapper |
| class | CsoundChannelList |
| CsoundChannelList(CSOUND *) CsoundChannelList(Csound *) More... | |
| class | CsoundMidiInputBuffer |
| class | CsoundMidiInputStream |
| The following class allows sending MIDI input messages to a Csound instance. More... | |
| class | CsoundMidiOutputBuffer |
| class | CsoundMidiOutputStream |
| The following class allows receiving MIDI output messages from a Csound instance. More... | |
| class | CsoundMYFLTArray |
| CsoundMYFLTArray() More... | |
| class | CsoundOpcodeList |
| class | CsoundUtilityList |
| CsoundUtilityList(CSOUND *) CsoundUtilityList(Csound *) More... | |
Functions | |
| void PUBLIC | sigcpy (MYFLT *dest, MYFLT *src, int size) |
| CsoundOpcodeList(CSOUND *) CsoundOpcodeList(Csound *) | |
CsoundOpcodeList(CSOUND *) CsoundOpcodeList(Csound *)
Creates an alphabetically sorted opcode list for a Csound instance. Should be called after csoundCompile() or Csound::Compile().
1.7.6.1