comparison data/osc/OSCQueue.h @ 1599:ce185d4dd408 bqaudiostream

Merge from default branch
author Chris Cannam
date Wed, 23 Jan 2019 14:43:43 +0000
parents ad5f892c0c4d
children f66ad018b729
comparison
equal deleted inserted replaced
1598:d2555df635ec 1599:ce185d4dd408
16 This is a modified version of a source file from the 16 This is a modified version of a source file from the
17 Rosegarden MIDI and audio sequencer and notation editor. 17 Rosegarden MIDI and audio sequencer and notation editor.
18 This file copyright 2000-2006 Chris Cannam and QMUL. 18 This file copyright 2000-2006 Chris Cannam and QMUL.
19 */ 19 */
20 20
21 #ifndef _OSC_QUEUE_H_ 21 #ifndef SV_OSC_QUEUE_H
22 #define _OSC_QUEUE_H_ 22 #define SV_OSC_QUEUE_H
23 23
24 #include "OSCMessage.h" 24 #include "OSCMessage.h"
25 25
26 #include "base/RingBuffer.h" 26 #include "base/RingBuffer.h"
27 27