Fixed a printf-related warning.
Renamed DEBUG to JACK_MIDI_DEBUG in all places.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1056 0c269be4-1314-0410-8aa9-9f06e86f4224
* Frame offsets were calculated with jack_nframes_t which is uint32_t.
In case of xruns this led to HUGE offset values and output queue overflow.
Changed it to use int64_t.
* Added xrun detection and recovery.
* Renamed DEBUG macro to JACK_MIDI_DEBUG to resolve clash with jack/internal.h
* Removed odd '#include <stdio.h>'
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1048 0c269be4-1314-0410-8aa9-9f06e86f4224
It is used by both alsa and freebob drivers.
Patch written by Pieter Palmers.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1036 0c269be4-1314-0410-8aa9-9f06e86f4224