Public Member Functions | |
| int | process (jack_nframes_t nframes) |
| Jack Process. | |
| int | execute (const char *) |
| Jack Execute. | |
| int | activate () |
| Jack Activate. | |
| int | connectPorts () |
| Jack Connect Ports. | |
| void | freePorts () |
| Jack Free Ports. | |
| int | kill () |
| Jack Kill. | |
| int Jack::connectPorts | ( | ) |
Jack Connect Ports.
Check if there are availible physical and virtual ports, connects the ports to each other
| int Jack::execute | ( | const char * | titleString | ) |
Jack Execute.
Creates the required audio sample pointers and ports, sets the process callback
| void Jack::freePorts | ( | ) |
Jack Free Ports.
Frees up the ports
| int Jack::process | ( | jack_nframes_t | nframes | ) |
Jack Process.
This function gets called when there is data to process. Uses the anonymous member function Jack_Process_Callback()
1.7.3