summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-07-20 17:55:34 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:40:53 -0400
commitc431b527ecbcb73af0691cc6601fe132209efc0e (patch)
treefdf3c079d4a0d09f862d7f7587b63a665f994ee4 /libs/ardour/ardour/types.h
parent66c5fe41ee937f2e8b85a4a655aa4d3e6e6fee5b (diff)
new enums for disk i/o positioning
Diffstat (limited to 'libs/ardour/ardour/types.h')
-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,