From e6f42fd640dcbad6b2e39cc85bdf307d197278b0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Jun 2006 04:53:39 +0000 Subject: Added DataType git-svn-id: http://svn.drobilla.net/lad/grauph@51 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/util/types.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.1