13
0
livetrax/libs/backends/portaudio
Robin Gareus ba78359129 prepare for update to waf 1.8
uselib is no longer implicit (inherited by .use). This is still incomplete,
some uselibs for non-linux variants may be missing.

bld.is_defined("HAVE_XXX") also no longer works and will have to be
changed (I think to bld.env["HAVE_XXX"]) in countless places.
2016-02-28 21:16:44 +01:00
..
audio_utils.h
cycle_timer.h
debug.h
midi_device_info.h Implement MIDI device enumeration and latency offset/calibration in portaudio backend 2016-02-11 12:15:07 +10:00
midi_util.cc
midi_util.h
portaudio_backend.cc fix hang at exit (after freewheeling) with PA-nonblocking backend 2016-02-27 00:50:02 +01:00
portaudio_backend.h Implement new AudioBackend API in PA backend to choose between callback and blocking API 2016-02-11 12:15:07 +10:00
portaudio_io.cc Use a range of values for ASIO buffer sizes if provided by driver 2015-11-19 10:23:26 +10:00
portaudio_io.h Use a range of values for ASIO buffer sizes if provided by driver 2015-11-19 10:23:26 +10:00
rt_thread.h
winmmemidi_input_device.cc
winmmemidi_input_device.h
winmmemidi_io.cc Add debugging output for WinMME midi device names 2016-02-11 12:15:07 +10:00
winmmemidi_io.h Implement MIDI device enumeration and latency offset/calibration in portaudio backend 2016-02-11 12:15:07 +10:00
winmmemidi_output_device.cc
winmmemidi_output_device.h
wscript prepare for update to waf 1.8 2016-02-28 21:16:44 +01:00