-rw-r--r-- | .clang-format | 25L |
-rw-r--r-- | .gitattributes | 1L |
-rw-r--r-- | .gitignore | 4L |
-rw-r--r-- | .gitmodules | 15L |
m--------- | 3rd/Catch2 @ 47d56f2 | |
m--------- | 3rd/JUCE @ 2f98020 | |
m--------- | 3rd/WDL @ 60a3c3d | |
m--------- | 3rd/rapidjson @ fd3dc29 | |
-rw-r--r-- | 3rd/reaper-sdk/README | 18L |
-rw-r--r-- | 3rd/reaper-sdk/sdk/LICENSE | 15L |
-rw-r--r-- | 3rd/reaper-sdk/sdk/reaper_plugin.h | 1395L |
-rw-r--r-- | 3rd/reaper-sdk/sdk/reaper_plugin_functions.h | 9675L |
m--------- | 3rd/trompeloeil @ 682a727 | |
-rw-r--r-- | CMakeLists.txt | 49L |
-rw-r--r-- | License.txt | 122L |
-rw-r--r-- | Package.distribute | 41L |
-rw-r--r-- | Package.instrument | 130L |
-rw-r--r-- | Readme.md | 88L |
-rw-r--r-- | bundle_template.json | 14L |
-rw-r--r-- | cmake/FindAkAutobahn.cmake | 31L |
-rw-r--r-- | cmake/FindRapidJSON.cmake | 3L |
-rw-r--r-- | cmake/FindReaper.cmake | 3L |
-rw-r--r-- | cmake/FindSwell.cmake | 20L |
-rw-r--r-- | cmake/FindWwise.cmake | 3L |
-rw-r--r-- | cmake/Helpers.cmake | 10L |
-rw-r--r-- | src/extension/CMakeLists.txt | 103L |
-rw-r--r-- | src/extension/Extension.cpp | 897L |
-rw-r--r-- | src/extension/IReaperPlugin.h | 42L |
-rw-r--r-- | src/extension/ReaperContext.cpp | 388L |
-rw-r--r-- | src/extension/ReaperContext.h | 74L |
-rw-r--r-- | src/extension/ReaperPlugin.cpp | 136L |
-rw-r--r-- | src/extension/ReaperPlugin.h | 64L |
-rw-r--r-- | src/shared/CMakeLists.txt | 89L |
-rw-r--r-- | src/shared/Core/AssertHook.cpp | 34L |
-rw-r--r-- | src/shared/Core/DawContext.h | 38L |
-rw-r--r-- | src/shared/Core/DawWatcher.cpp | 271L |
-rw-r--r-- | src/shared/Core/DawWatcher.h | 67L |
-rw-r--r-- | src/shared/Core/ImportTask.h | 292L |
-rw-r--r-- | src/shared/Core/Logger.cpp | 56L |
-rw-r--r-- | src/shared/Core/Logger.h | 44L |
-rw-r--r-- | src/shared/Core/WaapiClient.cpp | 1049L |
-rw-r--r-- | src/shared/Core/WaapiClient.h | 266L |
-rw-r--r-- | src/shared/Helpers/FileHelper.h | 38L |
-rw-r--r-- | src/shared/Helpers/ImportHelper.h | 288L |
-rw-r--r-- | src/shared/Helpers/PersistanceHelper.h | 74L |
-rw-r--r-- | src/shared/Helpers/StringHelper.h | 86L |
-rw-r--r-- | src/shared/Helpers/WaapiHelper.h | 46L |
-rw-r--r-- | src/shared/Helpers/WwiseHelper.h | 292L |
-rw-r--r-- | src/shared/Model/IDs.h | 96L |
-rw-r--r-- | src/shared/Model/Import.h | 272L |
-rw-r--r-- | src/shared/Model/Waapi.h | 111L |
-rw-r--r-- | src/shared/Model/Wwise.h | 113L |
-rw-r--r-- | src/shared/Persistance/ApplicationProperties.cpp | 177L |
-rw-r--r-- | src/shared/Persistance/ApplicationProperties.h | 45L |
-rw-r--r-- | src/shared/Persistance/ApplicationState.h | 93L |
-rw-r--r-- | src/shared/Persistance/ApplicationStateValidator.cpp | 234L |
-rw-r--r-- | src/shared/Persistance/ApplicationStateValidator.h | 48L |
-rw-r--r-- | src/shared/Persistance/FeatureSupport.cpp | 66L |
-rw-r--r-- | src/shared/Persistance/FeatureSupport.h | 57L |
-rw-r--r-- | src/shared/Persistance/PersistanceSupport.cpp | 159L |
-rw-r--r-- | src/shared/Persistance/PersistanceSupport.h | 44L |
-rw-r--r-- | src/shared/Persistance/WwiseProjectSupport.cpp | 231L |
-rw-r--r-- | src/shared/Persistance/WwiseProjectSupport.h | 61L |
-rw-r--r-- | src/shared/Theme/CustomLookAndFeel.cpp | 362L |
-rw-r--r-- | src/shared/Theme/CustomLookAndFeel.h | 89L |
-rw-r--r-- | src/shared/Theme/Fonts/noto_universal.ttf | 3L |
-rw-r--r-- | src/shared/Theme/Icons/Dialog_Help_Active.png | 985B |
-rw-r--r-- | src/shared/Theme/Icons/Dialog_Settings_Active.png | 1022B |
-rw-r--r-- | src/shared/Theme/Icons/General_Browse_Normal.svg | 15L |
-rw-r--r-- | src/shared/Theme/Icons/General_FolderWithTriangle_Normal.svg | 22L |
-rw-r--r-- | src/shared/Theme/Icons/General_GetFromWwise_Normal.svg | 24L |
-rw-r--r-- | src/shared/Theme/Icons/General_ListMoveDown_Normal.svg | 41L |
-rw-r--r-- | src/shared/Theme/Icons/General_ListMoveUp_Normal.svg | 41L |
-rw-r--r-- | src/shared/Theme/Icons/General_SmallAdd_Normal.svg | 21L |
-rw-r--r-- | src/shared/Theme/Icons/General_SmallDelete_Normal.svg | 15L |
-rw-r--r-- | src/shared/Theme/Icons/ObjectIcons_ActorMixer_nor.svg | 63L |
-rw-r--r-- | src/shared/Theme/Icons/ObjectIcons_AudioObjectSound_nor.svg | 1L |
-rw-r--r-- | src/shared/Theme/Icons/ObjectIcons_AudioObjectUnknown_nor.svg | 1L |
-rw-r--r-- | src/shared/Theme/Icons/ObjectIcons_BlendContainer_nor.svg | 29L |
-rw-r--r-- | src/shared/Theme/Icons/ObjectIcons_Folder_nor.svg | 23L |
-rw-r--r-- | src/shared/Theme/Icons/ObjectIcons_PhysicalFolder_nor.svg | 21L |
-rw-r--r-- | src/shared/Theme/Icons/ObjectIcons_RandomContainer_nor.svg | 41L |
-rw-r--r-- | src/shared/Theme/Icons/ObjectIcons_SequenceContainer_nor.svg | 27L |
-rw-r--r-- | src/shared/Theme/Icons/ObjectIcons_SoundFX_nor.svg | 20L |
-rw-r--r-- | src/shared/Theme/Icons/ObjectIcons_SoundVoice_nor.svg | 38L |
-rw-r--r-- | src/shared/Theme/Icons/ObjectIcons_SwitchContainer_nor.svg | 34L |
-rw-r--r-- | src/shared/Theme/Icons/ObjectIcons_Workunit_nor.svg | 18L |
-rw-r--r-- | src/shared/Theme/Icons/wwise_icon.svg | 10L |
-rw-r--r-- | src/shared/UI/AboutComponent.cpp | 132L |
-rw-r--r-- | src/shared/UI/AboutComponent.h | 52L |
-rw-r--r-- | src/shared/UI/CustomDrawableButton.cpp | 36L |
-rw-r--r-- | src/shared/UI/CustomDrawableButton.h | 35L |
-rw-r--r-- | src/shared/UI/HierarchyMappingControls.cpp | 136L |
-rw-r--r-- | src/shared/UI/HierarchyMappingControls.h | 58L |
-rw-r--r-- | src/shared/UI/HierarchyMappingTable.cpp | 246L |
-rw-r--r-- | src/shared/UI/HierarchyMappingTable.h | 72L |
-rw-r--r-- | src/shared/UI/ImportComponent.cpp | 67L |
-rw-r--r-- | src/shared/UI/ImportComponent.h | 48L |
-rw-r--r-- | src/shared/UI/ImportConflictsComponent.cpp | 161L |
-rw-r--r-- | src/shared/UI/ImportConflictsComponent.h | 57L |
-rw-r--r-- | src/shared/UI/ImportControlsComponent.cpp | 425L |
-rw-r--r-- | src/shared/UI/ImportControlsComponent.h | 93L |
-rw-r--r-- | src/shared/UI/ImportDestinationComponent.cpp | 135L |
-rw-r--r-- | src/shared/UI/ImportDestinationComponent.h | 59L |
-rw-r--r-- | src/shared/UI/ImportPreviewComponent.cpp | 465L |
-rw-r--r-- | src/shared/UI/ImportPreviewComponent.h | 118L |
-rw-r--r-- | src/shared/UI/LoadingComponent.cpp | 62L |
-rw-r--r-- | src/shared/UI/LoadingComponent.h | 38L |
-rw-r--r-- | src/shared/UI/MainComponent.cpp | 170L |
-rw-r--r-- | src/shared/UI/MainComponent.h | 89L |
-rw-r--r-- | src/shared/UI/MainWindow.cpp | 81L |
-rw-r--r-- | src/shared/UI/MainWindow.h | 40L |
-rw-r--r-- | src/shared/UI/OriginalsSubfolderComponent.cpp | 212L |
-rw-r--r-- | src/shared/UI/OriginalsSubfolderComponent.h | 73L |
-rw-r--r-- | src/shared/UI/OutputLogComponent.cpp | 40L |
-rw-r--r-- | src/shared/UI/OutputLogComponent.h | 37L |
-rw-r--r-- | src/shared/UI/PresetMenuComponent.cpp | 148L |
-rw-r--r-- | src/shared/UI/PresetMenuComponent.h | 44L |
-rw-r--r-- | src/shared/UI/SelectedRowPropertiesComponent.cpp | 345L |
-rw-r--r-- | src/shared/UI/SelectedRowPropertiesComponent.h | 89L |
-rw-r--r-- | src/shared/UI/SimpleListBox.cpp | 81L |
-rw-r--r-- | src/shared/UI/SimpleListBox.h | 56L |
-rw-r--r-- | src/shared/UI/Splitter.cpp | 48L |
-rw-r--r-- | src/shared/UI/Splitter.h | 32L |
-rw-r--r-- | src/shared/UI/TruncatableTextEditor.cpp | 78L |
-rw-r--r-- | src/shared/UI/TruncatableTextEditor.h | 43L |
-rw-r--r-- | src/shared/UI/ValidatableTextEditor.cpp | 84L |
-rw-r--r-- | src/shared/UI/ValidatableTextEditor.h | 52L |
-rw-r--r-- | src/shared/UI/WaapiNetworkTransferSettingsComponent.cpp | 147L |
-rw-r--r-- | src/shared/UI/WaapiNetworkTransferSettingsComponent.h | 54L |
-rw-r--r-- | src/shared/UI/WildcardSelector.cpp | 85L |
-rw-r--r-- | src/shared/UI/WildcardSelector.h | 36L |
-rw-r--r-- | src/standalone/CMakeLists.txt | 25L |
-rw-r--r-- | src/standalone/Standalone.cpp | 50L |
-rw-r--r-- | src/standalone/Standalone.h | 39L |
-rw-r--r-- | src/standalone/StandaloneWindow.cpp | 37L |
-rw-r--r-- | src/standalone/StandaloneWindow.h | 34L |
-rw-r--r-- | src/standalone/StubContext.h | 63L |
-rw-r--r-- | src/test/CMakeLists.txt | 25L |
-rw-r--r-- | src/test/FileHelperTests.cpp | 83L |
-rw-r--r-- | src/test/ImportHelperTest.cpp | 230L |
-rw-r--r-- | src/test/ImportHelperTest.h | 188L |
-rw-r--r-- | src/test/Mock.cpp | 44L |
-rw-r--r-- | src/test/PersistanceHelperTest.cpp | 100L |
-rw-r--r-- | src/test/PersistanceHelperTest.h | 123L |
-rw-r--r-- | src/test/ReaperContextTest.cpp | 470L |
-rw-r--r-- | src/test/Test.cpp | 113L |
-rw-r--r-- | src/test/WwiseHelperTests.cpp | 313L |
-rw-r--r-- | src/test/WwiseHelperTests.h | 57L |
-rw-r--r-- | user-interface.png | 78938B |