diff options
Diffstat (limited to 'src/common/util')
-rw-r--r-- | src/common/util/types.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/util/types.h b/src/common/util/types.h index 4c138292..d0ca5a0b 100644 --- a/src/common/util/types.h +++ b/src/common/util/types.h @@ -29,4 +29,8 @@ typedef jack_default_audio_sample_t sample; typedef jack_nframes_t samplecount; typedef jack_nframes_t samplerate; +/** A type that Om can patch (eg can be stored in a port) */ +enum DataType { FLOAT, MIDI, UNKNOWN }; + + #endif // TYPES_H |