#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
Functions |
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) |
int | insGlobevt (CSOUND *p, EVTBLK *evt) |
int | insSendevt (CSOUND *p, EVTBLK *evt, int rfd) |
void | m_chanmsg (CSOUND *csound, MEVENT *mep) |
int | MIDIGlob_msg (CSOUND *p, MEVENT *evt) |
int | MIDIGlobevt (CSOUND *p, MEVENT *evt) |
int | MIDIsend_msg (CSOUND *p, MEVENT *evt, int rfd) |
int | MIDIsendevt (CSOUND *p, MEVENT *evt, int rfd) |
char | remoteID (CSOUND *csound) |
int | SVrecv (CSOUND *csound, int conn, void *data, int length) |
Macro Definition Documentation
#define MAXSEND (sizeof(EVTBLK) + 2*sizeof(int)) |
Function Documentation
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 |
|
) |
| |