Ardour
9.0-pre0-582-g084a23a80d
|
#include <jack/jack.h>
#include <jack/transport.h>
#include <jack/ringbuffer.h>
#include <jack/midiport.h>
#include <jack/session.h>
#include <jack/thread.h>
#include <jack/statistics.h>
Go to the source code of this file.
Functions | |
int | have_libjack (void) |
int | jack_port_rename (jack_client_t *client, jack_port_t *port, const char *port_name) |
int have_libjack | ( | void | ) |
check if libjack is available
return 0 if libjack is dynamically linked of was successfully dl-opened. Otherwise:
-1: library was not initialized -2: libjack was not found
0 bitwise flags:
1: a required function was not found in libjack 2: jack_client_open was not found in libjack
int jack_port_rename | ( | jack_client_t * | client, |
jack_port_t * | port, | ||
const char * | port_name | ||
) |