mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
new enums for disk i/o positioning
This commit is contained in:
parent
bce14cd9f4
commit
55a855de49
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue