13
0

new enums for disk i/o positioning

This commit is contained in:
Paul Davis 2017-07-20 17:55:34 -04:00
parent 66c5fe41ee
commit c431b527ec

View 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,