Skip to content

Commit

Permalink
[avnd] Add two utility objects (silence and audio sum)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed May 14, 2024
1 parent 2892b6e commit 9b86f81
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/plugins/score-plugin-avnd/CMakeLists.txt
Expand Up @@ -554,6 +554,20 @@ avnd_make_score(
NAMESPACE ao
)

avnd_make_score(
SOURCES "${AVND_FOLDER}/examples/Advanced/Utilities/AudioSum.hpp"
TARGET audio_sum
MAIN_CLASS AudioSum
NAMESPACE ao
)

avnd_make_score(
SOURCES "${AVND_FOLDER}/examples/Advanced/Utilities/Silence.hpp"
TARGET silence
MAIN_CLASS Silence
NAMESPACE ao
)

avnd_make_score(
SOURCES "${AVND_FOLDER}/examples/Advanced/Utilities/LightnessSampler.hpp"
TARGET lightness_sampler
Expand Down

0 comments on commit 9b86f81

Please sign in to comment.