Skip to content

Commit

Permalink
[objects] Add new combine and spread objects
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 6, 2024
1 parent c7ec060 commit a24ec86
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/plugins/score-plugin-avnd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,18 @@ avnd_make_score(
MAIN_CLASS Trigger
NAMESPACE examples
)
avnd_make_score(
SOURCES "${AVND_FOLDER}/examples/Advanced/Utilities/Combine.hpp"
TARGET combine
MAIN_CLASS Combine
NAMESPACE ao
)
avnd_make_score(
SOURCES "${AVND_FOLDER}/examples/Advanced/Utilities/Spread.hpp"
TARGET spread
MAIN_CLASS Spread
NAMESPACE ao
)
avnd_make_score(
SOURCES "${AVND_FOLDER}/examples/Raw/Interpolator.hpp"
TARGET exponential_smoothing
Expand Down

0 comments on commit a24ec86

Please sign in to comment.