new enums for disk i/o positioning
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 20 Jul 2017 21:55:34 +0000 (17:55 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 18 Sep 2017 15:40:53 +0000 (11:40 -0400)
libs/ardour/ardour/types.h

index 1f523bc8fef00bb16de016429e9676cc3cb1f7e0..bf32e85cd0a425c26b1f0e53156e4320b49bb398 100644 (file)
@@ -192,6 +192,12 @@ namespace ARDOUR {
                MeterCustom
        };
 
+       enum DiskIOPoint {
+               DiskIOPreFader,  /* after the trim control, but before other processors */
+               DiskIOPostFader, /* before the main outs, after other processors */
+               DiskIOCaustom,   /* up to the user. Caveat Emptor! */
+       };
+
        enum MeterType {
                MeterMaxSignal = 0x0001,
                MeterMaxPeak   = 0x0002,