comparison audioio/AudioPortAudioTarget.h @ 115:5dcbda490794

* Permit holding Shift while dragging an instant or other edited thing, to override the initial drag resistance (for #1928943 sticky time instants) * better handling of updates during progressive decode load * ready() signal from model (used by vect)
author Chris Cannam
date Mon, 19 May 2008 17:23:11 +0000
parents ccdc5b30e54c
children 58b64dbb49c6
comparison
equal deleted inserted replaced
114:ccdc5b30e54c 115:5dcbda490794
19 #ifdef HAVE_PORTAUDIO_2_0 19 #ifdef HAVE_PORTAUDIO_2_0
20 20
21 // This code requires PortAudio v19 -- it won't work with v18. 21 // This code requires PortAudio v19 -- it won't work with v18.
22 22
23 #include <portaudio.h> 23 #include <portaudio.h>
24 #include <vector>
25 24
26 #include <QObject> 25 #include <QObject>
27 26
28 #include "AudioCallbackPlayTarget.h" 27 #include "AudioCallbackPlayTarget.h"
29 28