|
|
|
@@ -150,10 +150,6 @@ void render_jack_ports_to_payload(int bitdepth, JSList *playback_ports, JSList * |
|
|
|
// This one waits forever. an is not using ppoll |
|
|
|
int netjack_poll(int sockfd, int timeout); |
|
|
|
|
|
|
|
// TODO: these are deprecated. |
|
|
|
//int netjack_recvfrom(int sockfd, char *packet_buf, int pkt_size, int flags, struct sockaddr *addr, socklen_t *addr_size, int mtu); |
|
|
|
//int netjack_recv(int sockfd, char *packet_buf, int pkt_size, int flags, int mtu); |
|
|
|
|
|
|
|
void decode_midi_buffer (uint32_t *buffer_uint32, unsigned int buffer_size_uint32, jack_default_audio_sample_t* buf); |
|
|
|
void encode_midi_buffer (uint32_t *buffer_uint32, unsigned int buffer_size_uint32, jack_default_audio_sample_t* buf); |
|
|
|
#ifdef __cplusplus |
|
|
|
|