mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
new enums required for RF64 => RIFF and MBWF support
This commit is contained in:
parent
5f6d8aded3
commit
f1c0f587ca
3 changed files with 7 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ class LIBARDOUR_API Source : public SessionObject
|
|||
NoPeakFile = 0x40,
|
||||
Destructive = 0x80,
|
||||
Empty = 0x100, /* used for MIDI only */
|
||||
RF64_RIFF = 0x200,
|
||||
};
|
||||
|
||||
typedef Glib::Threads::Mutex::Lock Lock;
|
||||
|
|
|
|||
|
|
@ -484,7 +484,9 @@ namespace ARDOUR {
|
|||
CAF,
|
||||
AIFF,
|
||||
iXML,
|
||||
RF64
|
||||
RF64,
|
||||
RF64_WAV,
|
||||
MBWF,
|
||||
};
|
||||
|
||||
struct PeakData {
|
||||
|
|
|
|||
|
|
@ -343,6 +343,9 @@ setup_enum_writer ()
|
|||
REGISTER_ENUM (AIFF);
|
||||
REGISTER_ENUM (iXML);
|
||||
REGISTER_ENUM (RF64);
|
||||
REGISTER_ENUM (RF64);
|
||||
REGISTER_ENUM (RF64_WAV);
|
||||
REGISTER_ENUM (MBWF);
|
||||
REGISTER (_HeaderFormat);
|
||||
|
||||
REGISTER_ENUM (AudioUnit);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue