-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make sub-project dir names more relevant and consistent * Move shared dir and update references. Uses correct include search dirs to avoid rel paths with upward traversal in #includes * Consolidate copies/versions of nng_wrappers.h * Consolidate copies of common_definition_helper * ADM Export Source plugin uses shared bit instead of copies * Shared JUCE Support Resources Closes #92
- Loading branch information
Showing
317 changed files
with
700 additions
and
93,369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
72 changes: 72 additions & 0 deletions
72
ear-production-suite-plugins/plugins/direct_speakers/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
set(SOURCES_DIRECT_SPEAKERS_INPUT | ||
${EPS_SHARED_DIR}/binary_data.cpp | ||
${EPS_SHARED_DIR}/components/look_and_feel/slider.cpp | ||
${EPS_SHARED_DIR}/components/look_and_feel/name_text_editor.cpp | ||
${EPS_SHARED_DIR}/components/ear_combo_box.cpp | ||
${EPS_SHARED_DIR}/components/ear_slider_label.cpp | ||
${EPS_SHARED_DIR}/components/level_meter_calculator.cpp | ||
src/direct_speakers_frontend_connector.cpp | ||
src/direct_speakers_plugin_editor.cpp | ||
src/direct_speakers_plugin_processor.cpp | ||
) | ||
|
||
set(HEADERS_DIRECT_SPEAKERS_INPUT | ||
${EPS_PLUGIN_BASE_DIR}/include/detail/constants.hpp | ||
${EPS_PLUGIN_BASE_DIR}/include/direct_speakers_backend.hpp | ||
${EPS_PLUGIN_BASE_DIR}/include/speaker_setups.hpp | ||
|
||
${EPS_SHARED_DIR}/binary_data.hpp | ||
|
||
${EPS_SHARED_DIR}/components/ear_button.hpp | ||
${EPS_SHARED_DIR}/components/ear_combo_box.hpp | ||
${EPS_SHARED_DIR}/components/ear_header.hpp | ||
${EPS_SHARED_DIR}/components/ear_inverted_slider.hpp | ||
${EPS_SHARED_DIR}/components/ear_name_text_editor.hpp | ||
${EPS_SHARED_DIR}/components/ear_slider.hpp | ||
${EPS_SHARED_DIR}/components/ear_slider_label.hpp | ||
${EPS_SHARED_DIR}/components/level_meter.hpp | ||
${EPS_SHARED_DIR}/components/level_meter_calculator.hpp | ||
${EPS_SHARED_DIR}/components/non_automatable_parameter.hpp | ||
${EPS_SHARED_DIR}/components/onboarding.hpp | ||
${EPS_SHARED_DIR}/components/onboarding_slide.hpp | ||
${EPS_SHARED_DIR}/components/overlay.hpp | ||
${EPS_SHARED_DIR}/components/segment_progress_bar.hpp | ||
${EPS_SHARED_DIR}/components/speaker_layer.hpp | ||
|
||
${EPS_SHARED_DIR}/components/look_and_feel/colours.hpp | ||
${EPS_SHARED_DIR}/components/look_and_feel/fonts.hpp | ||
${EPS_SHARED_DIR}/components/look_and_feel/name_text_editor.hpp | ||
${EPS_SHARED_DIR}/components/look_and_feel/shadows.hpp | ||
${EPS_SHARED_DIR}/components/look_and_feel/slider.hpp | ||
|
||
${EPS_SHARED_DIR}/helper/graphics.hpp | ||
${EPS_SHARED_DIR}/helper/iso_lang_codes.hpp | ||
${EPS_SHARED_DIR}/helper/multi_async_updater.h | ||
${EPS_SHARED_DIR}/helper/properties_file.hpp | ||
|
||
src/direct_speakers_frontend_connector.hpp | ||
src/direct_speakers_plugin_editor.hpp | ||
src/direct_speakers_plugin_processor.hpp | ||
src/direct_speakers_component.hpp | ||
src/channel_gains_box.hpp | ||
src/channel_gain.hpp | ||
src/value_box_main.hpp | ||
src/value_box_metadata.hpp | ||
src/value_box_channel_gain.hpp | ||
src/value_box_speaker_layer.hpp | ||
) | ||
|
||
source_group("Header Files" FILES ${HEADERS_DIRECT_SPEAKERS_INPUT}) | ||
|
||
# Input plugin code suffixes to start from 10 | ||
add_juce_vst3_plugin(direct_speakers | ||
SOURCES ${SOURCES_DIRECT_SPEAKERS_INPUT} ${HEADERS_DIRECT_SPEAKERS_INPUT} | ||
IDE_FOLDER ${IDE_FOLDER_PLUGINS} | ||
CODE_SUFFIX "10" | ||
DISPLAY_NAME "EAR DirectSpeakers" | ||
DESCRIPTION "The metadata input plugin for channel-based audio" | ||
OUTPUT_NAME "EAR DirectSpeakers") | ||
|
||
target_link_libraries(direct_speakers_VST3 PRIVATE ear-plugin-base) | ||
|
||
install_juce_vst3_plugin(direct_speakers "${EPS_PLUGIN_INSTALL_PREFIX}VST3/ear-production-suite") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...rc/direct_speakers_frontend_connector.cpp → ...rc/direct_speakers_frontend_connector.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ers/src/direct_speakers_plugin_editor.cpp → ...ers/src/direct_speakers_plugin_editor.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../src/direct_speakers_plugin_processor.cpp → .../src/direct_speakers_plugin_processor.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 22 additions & 22 deletions
44
...n-suite/plugins/monitoring/CMakeLists.txt → ...plugins/plugins/monitoring/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...nitoring/src/monitoring_plugin_editor.cpp → ...nitoring/src/monitoring_plugin_editor.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.