#include <jack/jack.h>#include <cshellsynth/atomic-types.h>#include <cshellsynth/jclient.h>Go to the source code of this file.
Data Structures | |
| struct | cs_ctlr_t |
Defines | |
| #define | cs_ctlr_destroy(cs_ctlr) jclient_destroy((jclient_t *) (cs_ctlr)) |
Functions | |
| int | cs_ctlr_init (cs_ctlr_t *self, const char *client_name, jack_options_t flags, char *server_name) |
Controller
Ruby version: Controllers::Controller
| #define cs_ctlr_destroy | ( | cs_ctlr | ) | jclient_destroy((jclient_t *) (cs_ctlr)) |
Destroy controller
See jclient_destroy
| int cs_ctlr_init | ( | cs_ctlr_t * | self, | |
| const char * | client_name, | |||
| jack_options_t | flags, | |||
| char * | server_name | |||
| ) |
Initialize controller
See jclient_init
1.6.3