Added Math Class
Added Rainbow Line Visual Added Delta-Timing to Visuals Cleanup Code Structure
This commit is contained in:
parent
238e22caf6
commit
dd06aa3e35
19 changed files with 244 additions and 34 deletions
|
|
@ -22,9 +22,11 @@ set(SOURCE_FILES
|
|||
src/VulcanoLE/Audio/FFT.cpp
|
||||
src/VulcanoLE/Audio/VisAudioRunner.cpp
|
||||
src/VulcanoLE/Visual/VisPlugins.cpp
|
||||
src/VulcanoLE/Colors/ColorHelper.cpp
|
||||
src/VulcanoLE/Scripts/Loudness.cpp
|
||||
src/VulcanoLE/Scripts/Spectrum.cpp
|
||||
src/VulcanoLE/Scripts/WeirdSpec.cpp
|
||||
src/VulcanoLE/Scripts/PoliceLike.cpp
|
||||
src/VulcanoLE/Scripts/RainbowLine.cpp
|
||||
)
|
||||
set(UTILS_FILES
|
||||
src/VUtils/Logging.cpp
|
||||
|
|
@ -32,6 +34,7 @@ set(UTILS_FILES
|
|||
src/VUtils/Pool.cpp
|
||||
src/VUtils/Environment.cpp
|
||||
src/VUtils/StringUtils.cpp
|
||||
src/VUtils/Math.cpp
|
||||
)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/headers/)
|
||||
add_executable(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue