Skip to content

Commit

Permalink
wip: ai prompt composer
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 26, 2024
1 parent dc29b2f commit a0b69a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/plugins/score-plugin-avnd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,13 @@ function(avnd_make_score)
set(AVND_CUSTOM_FACTORIES "${AVND_CUSTOM_FACTORIES}\n${txtf}\n" PARENT_SCOPE)
endfunction()

avnd_make_score(
SOURCES "${AVND_FOLDER}/examples/Advanced/AI/PromptComposer.hpp"
TARGET prompt_composer
MAIN_CLASS PromptComposer
NAMESPACE ai
)
if(1)
avnd_make_score(
SOURCES "${AVND_FOLDER}/examples/Advanced/Utilities/ADSR.hpp"
TARGET adsr
Expand Down

0 comments on commit a0b69a1

Please sign in to comment.