![]() |
Audacity 3.2.0
|
Models how SoundForge allows the editing of ACID metadata, as far as our interest goes: setting the type to one-shot prevents the setting of BPM. Conversely, loops must have their BPM set (normally by setting the number of beats in the loop, but provided that the file duration is available, this is equivalent). More...
#include <AcidizerTags.h>
Classes | |
struct | Loop |
struct | OneShot |
Public Member Functions | |
AcidizerTags () | |
AcidizerTags (OneShot) | |
AcidizerTags (Loop loop) | |
Public Attributes | |
const std::optional< double > | bpm |
const bool | isOneShot = false |
Models how SoundForge allows the editing of ACID metadata, as far as our interest goes: setting the type to one-shot prevents the setting of BPM. Conversely, loops must have their BPM set (normally by setting the number of beats in the loop, but provided that the file duration is available, this is equivalent).
Definition at line 25 of file AcidizerTags.h.
|
inline |
Definition at line 40 of file AcidizerTags.h.
|
inline |
Definition at line 44 of file AcidizerTags.h.
|
inline |
Definition at line 49 of file AcidizerTags.h.
const std::optional<double> LibFileFormats::AcidizerTags::bpm |
Definition at line 54 of file AcidizerTags.h.
Referenced by LibImportExport::Test::LibsndfileTagger::AddAcidizerTags().
const bool LibFileFormats::AcidizerTags::isOneShot = false |
Definition at line 55 of file AcidizerTags.h.
Referenced by LibImportExport::Test::LibsndfileTagger::AddAcidizerTags().