summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/midi_util.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-15 20:31:05 +0000
committerDavid Robillard <d@drobilla.net>2009-02-15 20:31:05 +0000
commit59972b5550b0dbfb738a1acfd46c5764f96a3da5 (patch)
treea33e3212899947c83b5f59d6c5e549e923d0f914 /libs/evoral/evoral/midi_util.h
parent9c89a93e4f96826bec6ed519f8f435e4fc73bfa5 (diff)
Factor out region layering.
Correctly layer automation regions to match the stacking of their 'real' counterparts. git-svn-id: svn://localhost/ardour2/branches/3.0@4585 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral/evoral/midi_util.h')
-rw-r--r--libs/evoral/evoral/midi_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/evoral/evoral/midi_util.h b/libs/evoral/evoral/midi_util.h
index 3d6ac095bb..5dfc3c70fd 100644
--- a/libs/evoral/evoral/midi_util.h
+++ b/libs/evoral/evoral/midi_util.h
@@ -26,7 +26,7 @@
namespace Evoral {
/** Return the size of the given event including the status byte,
- * or -1 if unknown (eg sysex)
+ * or -1 if unknown (e.g. sysex)
*/
static inline int
midi_event_size(unsigned char status)