#include <stdlib.h>#include <stdio.h>#include <string.h>#include <errno.h>| #define GLOBAL_REMOT -99 |
| #define MAXSEND (sizeof(EVTBLK) + 2*sizeof(int)) |
| #define MIDI_EVT 2 |
| #define MIDI_MSG 3 |
| #define REMOT_PORT 40002 |
| #define SCOR_EVT 1 |
| int CLsend | ( | CSOUND * | csound, | |
| int | conn, | |||
| void * | data, | |||
| int | length | |||
| ) |
| int getRemoteChnRfd | ( | CSOUND * | csound, | |
| int | chan | |||
| ) |
| int getRemoteInsRfd | ( | CSOUND * | csound, | |
| int | insno | |||
| ) |
| int getRemoteInsRfdCount | ( | CSOUND * | csound | ) |
| int* getRemoteSocksIn | ( | CSOUND * | csound | ) |
| char remoteID | ( | CSOUND * | csound | ) |
| int SVrecv | ( | CSOUND * | csound, | |
| int | conn, | |||
| void * | data, | |||
| int | length | |||
| ) |
1.6.2