Added DataType

git-svn-id: http://svn.drobilla.net/lad@51 a436a847-0d15-0410-975c-d299462d15a1
This commit is contained in:
dave 2006-06-18 04:53:39 +00:00
parent 132647a493
commit fb8d4c6ce8
1 changed files with 4 additions and 0 deletions

View File

@ -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