|
arduino-audio-tools
|
#include <stdint.h>#include <string.h>#include "AudioTools/CoreAudio/AudioBasic/Collections/Vector.h"Go to the source code of this file.
Classes | |
| struct | OSCData::Callback |
| struct | OSCBinaryData |
| Simple structure to hold binary data. More... | |
| class | OSCData |
| A simple OSC Data composer and parser. A OSC data starts with an address string followed by a format string. This is followed by the data. You need to call the read and write methods in the sequence defined by the format string. There is no validation for this, so you need to be careful and test your code properly. To compose a message call: More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Enumerations | |
| enum class | OSCCompare { Matches , Equals , StartsWith , EndsWith , Contains } |