11 #include <jack/jack.h>
25 JackIO(
unsigned s_rate,
unsigned b_size,
26 int in_device = 0,
int out_device = 0,
27 unsigned in_chans = 0,
unsigned out_chans = 2);
AdditiveInstrument.h – Sum-of-sines synthesis instrument class.
jack_port_t * mInput_port
void close()
open/close start/stop methods
JackIO is an IO that uses a thread and a timer to call its graph's nextBuffer(); it doesn't do anythi...
jack_port_t * mOutput_port
IO – the abstract I/O scheduling class; subclasses interface to specific I/O APIs.
void stop()
stop the timer thread
void start()
start my timer thread
Base class of CSL exceptions (written upper-case). Has a string message.
void open()
open/close start/stop methods