Mercurial > hg > svcore
diff data/osc/OSCQueue.h @ 1664:f66ad018b729 osc-script
Toward running an OSC script in batch
author | Chris Cannam |
---|---|
date | Mon, 25 Mar 2019 15:48:16 +0000 |
parents | ad5f892c0c4d |
children | 1078f0ef3012 |
line wrap: on
line diff
--- a/data/osc/OSCQueue.h Fri Mar 22 17:49:10 2019 +0000 +++ b/data/osc/OSCQueue.h Mon Mar 25 15:48:16 2019 +0000 @@ -43,6 +43,7 @@ bool isEmpty() const { return getMessagesAvailable() == 0; } int getMessagesAvailable() const; + void postMessage(OSCMessage); OSCMessage readMessage(); QString getOSCURL() const; @@ -59,7 +60,6 @@ int, lo_message, void *); #endif - void postMessage(OSCMessage); bool parseOSCPath(QString path, int &target, int &targetData, QString &method); RingBuffer<OSCMessage *> m_buffer;