summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/types.h6
1 files changed, 6 insertions, 0 deletions
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,