Skip to content

Commit

Permalink
Added twitch Plays example, also a new sequencer that is higher preci…
Browse files Browse the repository at this point in the history
…sion WRT time
  • Loading branch information
blegas78 committed Oct 15, 2021
1 parent 7c4a155 commit fddead9
Show file tree
Hide file tree
Showing 20 changed files with 2,582 additions and 25 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ add_library( chaos-engine src/interface.cpp
src/modifier.cpp
include/modifier.h
src/sequence.cpp
src/sequence-absolute.cpp
src/sequence-relative.cpp
include/sequence.h
# src/menuing.cpp
src/chaos-uhid.cpp
Expand Down
3 changes: 3 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
add_subdirectory(TLOU2)
#add_subdirectory(HZD)

add_subdirectory(TwitchPlays)
#add_subdirectory(Guitar)
2 changes: 1 addition & 1 deletion examples/HZD/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

project( hzd )

include_directories( include )
#include_directories( include )

add_executable( hzd src/main.cpp )

Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions examples/TwitchPlays/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

project( twitch-plays )


add_executable( twitch-plays src/main.cpp )

target_link_libraries( twitch-plays ${LIBS} zmqpp zmq )



Loading

0 comments on commit fddead9

Please sign in to comment.