bus.h File Reference
#include "pstream.h"
Go to the source code of this file.
|
Data Structures |
| struct | FCHAN |
| struct | KSENSE |
| struct | CHNGET |
| struct | CHNCLEAR |
| struct | CHNSEND |
| struct | CHN_OPCODE_K |
| struct | CHN_OPCODE |
| struct | CHNEXPORT_OPCODE |
| struct | CHNPARAMS_OPCODE |
Functions |
| int | chano_opcode_perf_k (CSOUND *, void *) |
| int | chano_opcode_perf_a (CSOUND *, void *) |
| int | chani_opcode_perf_k (CSOUND *, void *) |
| int | chani_opcode_perf_a (CSOUND *, void *) |
| int | pvsin_init (CSOUND *, void *) |
| int | pvsin_perf (CSOUND *, void *) |
| int | pvsout_perf (CSOUND *, void *) |
| int | sensekey_perf (CSOUND *, void *) |
| int | notinit_opcode_stub (CSOUND *, void *) |
| int | chnget_opcode_init_i (CSOUND *, void *) |
| int | chnget_opcode_init_k (CSOUND *, void *) |
| int | chnget_opcode_init_a (CSOUND *, void *) |
| int | chnget_opcode_init_S (CSOUND *, void *) |
| int | chnset_opcode_init_i (CSOUND *, void *) |
| int | chnset_opcode_init_k (CSOUND *, void *) |
| int | chnset_opcode_init_a (CSOUND *, void *) |
| int | chnset_opcode_init_S (CSOUND *, void *) |
| int | chnmix_opcode_init (CSOUND *, void *) |
| int | chnclear_opcode_init (CSOUND *, void *) |
| int | chn_k_opcode_init (CSOUND *, void *) |
| int | chn_a_opcode_init (CSOUND *, void *) |
| int | chn_S_opcode_init (CSOUND *, void *) |
| int | chnexport_opcode_init (CSOUND *, void *) |
| int | chnparams_opcode_init (CSOUND *, void *) |
| int | chnrecv_opcode_init (CSOUND *, void *) |
| int | chnsend_opcode_init (CSOUND *, void *) |
Function Documentation
| int chani_opcode_perf_a |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chani_opcode_perf_k |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chano_opcode_perf_a |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chano_opcode_perf_k |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chn_a_opcode_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chn_k_opcode_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chn_S_opcode_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnclear_opcode_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnexport_opcode_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnget_opcode_init_a |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnget_opcode_init_i |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnget_opcode_init_k |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnget_opcode_init_S |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnmix_opcode_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnparams_opcode_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnrecv_opcode_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnsend_opcode_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnset_opcode_init_a |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnset_opcode_init_i |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnset_opcode_init_k |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int chnset_opcode_init_S |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int notinit_opcode_stub |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int pvsin_init |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int pvsin_perf |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int pvsout_perf |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |
| int sensekey_perf |
( |
CSOUND * |
, |
|
|
void * |
| |
|
) |
| | |