|
nframes_t | block_size () const |
|
bool | activate () const |
| Activate JACK client. More...
|
|
bool | deactivate () const |
| Deactivate JACK client. More...
|
|
nframes_t | sample_rate () const |
|
| JackClient (const std::string &name="JackClient", callback_usage_t callback_usage=dont_use_jack_process_callback) |
| Constructor. More...
|
|
bool | activate () const |
| Activate JACK client. More...
|
|
bool | deactivate () const |
| Deactivate JACK client. More...
|
|
port_t * | register_in_port (const std::string &name) const |
| Register JACK input port. More...
|
|
port_t * | register_out_port (const std::string &name) const |
| Register JACK output port. More...
|
|
port_t * | register_port (const std::string &name, unsigned long flags) const |
| Register JACK port (input or output). More...
|
|
bool | unregister_port (port_t *port) const |
| Unregister JACK port. More...
|
|
bool | connect_ports (const std::string &source, const std::string &destination) const |
| Connect two JACK ports. More...
|
|
bool | disconnect_ports (const std::string &source, const std::string &destination) const |
| Disconnect two JACK ports. More...
|
|
bool | connect_pending_connections () const |
| Make connections which are still pending from a previous call to connect_ports(). More...
|
|
void | transport_start () const |
| Start JACK transport. More...
|
|
void | transport_stop () const |
| Stop JACK transport. More...
|
|
bool | transport_locate (nframes_t frame) const |
| Set JACK transport location. More...
|
|
std::pair< bool, nframes_t > | get_transport_state () const |
| Get JACK transport state. More...
|
|
bool | set_freewheel (int onoff) const |
| Set JACK freewheeling mode. More...
|
|
std::string | client_name () const |
|
nframes_t | sample_rate () const |
|
nframes_t | buffer_size () const |
|
bool | is_realtime () const |
| Start JACK transport. More...
|
|
int | get_real_time_priority () const |
| Start JACK transport. More...
|
|
float | get_cpu_load () const |
| Start JACK transport. More...
|
|
jack_native_thread_t | client_thread_id () const |
| Start JACK transport. More...
|
|