* Add SysEx Support to MidiModel / SMF
[ardour.git] / libs / ardour / ardour / types.h
index 125c8569a82d2407cff08d5fbb7ffeabb000f71f..7532c63312e762215bfae821516ecafe981898c4 100644 (file)
@@ -91,6 +91,7 @@ namespace ARDOUR {
                MidiPgmChangeAutomation = 0x21,
                MidiPitchBenderAutomation = 0x22,
                MidiChannelPressureAutomation = 0x23,
+               MidiSystemExclusiveAutomation = 0x24,
                FadeInAutomation = 0x40,
                FadeOutAutomation = 0x80,
                EnvelopeAutomation = 0x100
@@ -378,6 +379,12 @@ namespace ARDOUR {
                LV2,
                VST
        };
+       
+       enum RunContext {
+               ButlerContext = 0,
+               TransportContext,
+               ExportContext
+       };
 
        enum SlaveSource {
                None = 0,