From 7ee72b8a9f09877d53dd81cf34e9ffb1865df33e Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Tue, 19 Nov 2024 18:50:28 -0600 Subject: Extracted Sequences --- src/Companion.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Companion.cpp') diff --git a/src/Companion.cpp b/src/Companion.cpp index 19c4f1a..e16c670 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -76,6 +76,7 @@ #include "factories/naudio/v1/EnvelopeFactory.h" #include "factories/naudio/v1/LoopFactory.h" #include "factories/naudio/v1/BookFactory.h" +#include "factories/naudio/v1/SequenceFactory.h" using namespace std::chrono; namespace fs = std::filesystem; @@ -159,6 +160,7 @@ void Companion::Init(const ExportType type) { this->RegisterFactory("NAUDIO:V1:ENVELOPE", std::make_shared()); this->RegisterFactory("NAUDIO:V1:ADPCM_LOOP", std::make_shared()); this->RegisterFactory("NAUDIO:V1:ADPCM_BOOK", std::make_shared()); + this->RegisterFactory("NAUDIO:V1:SEQUENCE", std::make_shared()); this->Process(); } -- cgit v1.2.3