aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/types.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-10 07:30:56 +0000
committerDavid Robillard <d@drobilla.net>2007-02-10 07:30:56 +0000
commitcee33ba4c0859b117be94df6ccbf3eb756a850af (patch)
treee7e69de57c531538b2ded16bac31c2c705bc0fa6 /src/engine/machina/types.hpp
parent87c0a475bd76ca33883eeafc2a86bc89a84eec2f (diff)
downloadmachina-cee33ba4c0859b117be94df6ccbf3eb756a850af.tar.gz
machina-cee33ba4c0859b117be94df6ccbf3eb756a850af.tar.bz2
machina-cee33ba4c0859b117be94df6ccbf3eb756a850af.zip
Finished MIDI genericification.
Work on MIDI learn. git-svn-id: http://svn.drobilla.net/lad/machina@299 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/machina/types.hpp')
-rw-r--r--src/engine/machina/types.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/machina/types.hpp b/src/engine/machina/types.hpp
index db36901..1236f65 100644
--- a/src/engine/machina/types.hpp
+++ b/src/engine/machina/types.hpp
@@ -26,6 +26,7 @@ namespace Machina {
typedef jack_nframes_t FrameCount;
typedef jack_nframes_t Timestamp;
+typedef unsigned char byte;
} // namespace Machina