new enums for disk i/o positioning
This commit is contained in:
parent
66c5fe41ee
commit
c431b527ec
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user