Skip to content

Commit

Permalink
🎉 Initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Oct 17, 2023
1 parent b46ea17 commit b5ecb22
Show file tree
Hide file tree
Showing 14 changed files with 9,819,817 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[submodule "tooling"]
path = tooling
url = https://github.com/CoolLibs/tooling
[submodule "lib/libnyquist"]
path = lib/libnyquist
url = https://github.com/ddiakopoulos/libnyquist.git
[submodule "lib/RtAudioWrapper"]
path = lib/RtAudioWrapper
url = https://github.com/CoolLibs/RtAudioWrapper.git
[submodule "lib/dj_fft"]
path = lib/dj_fft
url = https://github.com/jdupuy/dj_fft.git
13 changes: 13 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,16 @@ if(WARNINGS_AS_ERRORS_FOR_AUDIO)
target_compile_options(Audio PRIVATE -Werror)
endif()
endif()

# ---Add libnyquist---
add_subdirectory(lib/libnyquist)
target_link_libraries(Audio PRIVATE libnyquist::libnyquist)

# target_include_directories(Coollab-Properties SYSTEM INTERFACE lib/libnyquist/include)

# ---Add dj_fft---
target_include_directories(Audio SYSTEM PRIVATE lib/dj_fft)

# ---Add RtAudioWrapper---
add_subdirectory(lib/RtAudioWrapper)
target_link_libraries(Audio PUBLIC RtAudioWrapper::RtAudioWrapper)
Empty file removed Dev notes.md
Empty file.
5 changes: 3 additions & 2 deletions build/imgui.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Size=400,400
Collapsed=0

[Window][Dear ImGui Demo]
Pos=1114,74
Pos=1186,119
Size=550,680
Collapsed=0

Expand All @@ -20,4 +20,5 @@ Collapsed=0
DockId=0xF3CABE56,0

[Docking][Data]
DockSpace ID=0xF3CABE56 Window=0x74B75B81 Pos=0,29 Size=1920,1001 CentralNode=1 Selected=0x250A9A24
DockSpace ID=0xF3CABE56 Window=0x74B75B81 Pos=0,29 Size=1920,1001 CentralNode=1 Selected=0x53580219

1 change: 1 addition & 0 deletions lib/RtAudioWrapper
Submodule RtAudioWrapper added at b0fc4a
1 change: 1 addition & 0 deletions lib/dj_fft
Submodule dj_fft added at f36c3f
1 change: 1 addition & 0 deletions lib/libnyquist
Submodule libnyquist added at 767efd
Loading

0 comments on commit b5ecb22

Please sign in to comment.