From c431b527ecbcb73af0691cc6601fe132209efc0e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 20 Jul 2017 17:55:34 -0400 Subject: [PATCH] new enums for disk i/o positioning --- libs/ardour/ardour/types.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h index 1f523bc8fe..bf32e85cd0 100644 --- a/libs/ardour/ardour/types.h +++ b/libs/ardour/ardour/types.h @@ -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, -- 2.30.2