Skip to content

Commit

Permalink
bitfocus: implement more of the API, show UI elements in the device s…
Browse files Browse the repository at this point in the history
…ettings and send the first osc message
  • Loading branch information
jcelerier committed Dec 31, 2024
1 parent 6a3273f commit 57be376
Show file tree
Hide file tree
Showing 10 changed files with 915 additions and 438 deletions.
6 changes: 5 additions & 1 deletion src/plugins/score-plugin-protocols/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,11 @@ if(LINUX)
endif()

target_sources(${PROJECT_NAME} PRIVATE ${BITFOCUS_HDRS} ${BITFOCUS_SRCS})
target_include_directories(${PROJECT_NAME} PRIVATE ${BITFOCUS_HEADER})
if(WIN32)
target_sources(${PROJECT_NAME} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/Protocols/Bitfocus/BitfocusContext.win32.cpp")
else()
target_sources(${PROJECT_NAME} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/Protocols/Bitfocus/BitfocusContext.unix.cpp")
endif()
target_compile_definitions(${PROJECT_NAME} PRIVATE OSSIA_PROTOCOL_BITFOCUS)
list(APPEND SCORE_FEATURES_LIST protocol_bitfocus)

Expand Down
Loading

0 comments on commit 57be376

Please sign in to comment.