From 7113f02ae87482211aec5046f9ac46c3cc9ad017 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Wed, 29 Dec 2010 16:55:25 +0100 Subject: Initial commit --- synth/jack.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 synth/jack.h (limited to 'synth/jack.h') diff --git a/synth/jack.h b/synth/jack.h new file mode 100644 index 0000000..c0b4baa --- /dev/null +++ b/synth/jack.h @@ -0,0 +1,12 @@ +#ifndef __JACK_H__FLO +#define __JACK_H__FLO + +#include + +int process_callback(jack_nframes_t nframes, void *notused); +int xrun_callback(void *notused); +void init_jack(); +void start_jack(bool connect_audio_out=true, bool connect_midi_in=true); +void exit_jack(); + +#endif -- cgit v1.2.3