Skip to content

Commit

Permalink
Add Version attr to ADM Doc for 2076-2
Browse files Browse the repository at this point in the history
  • Loading branch information
firthm01 committed Dec 4, 2023
1 parent 58fe8f9 commit af9c14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ ProgrammeStoreAdmSerializer::serialize(std::pair<proto::ProgrammeStore, ItemMap>
programmes_ = std::move(stores.first);
items_ = std::move(stores.second);
doc = adm::Document::create();
doc->set(adm::Version("ITU-R_BS.2076-2"));
addCommonDefinitionsTo(doc);
pluginMap.clear();
for (auto& programme : programmes_.programme()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ std::vector<adm::TypeDescriptor> getAdmTypeDefinitionsExcluding(adm::TypeDescrip
AdmVstExportSources::AdmVstExportSources(ReaperAPI const& api) : IExportSources(api)
{
admDocument = adm::Document::create();
admDocument->set(adm::Version("ITU-R_BS.2076-2"));
admProgramme = adm::AudioProgramme::create(adm::AudioProgrammeName("Programme"));
admContent = adm::AudioContent::create(adm::AudioContentName("Content"));

Expand Down

0 comments on commit af9c14b

Please sign in to comment.