Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Dec 17, 2023
1 parent d35f4d9 commit 98f7885
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 5 deletions.
1 change: 1 addition & 0 deletions modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ juce_set_vst2_sdk_path(plugin_sdk/vstsdk2.4)
juce_add_module(dRowAudio/module/dRowAudio)
juce_add_module(gin/modules/gin)
juce_add_module(gin/modules/gin_dsp)
juce_add_module(gin/modules/gin_simd)
juce_add_module(gin/modules/gin_gui)
juce_add_module(gin/modules/gin_metadata)
juce_add_module(gin/modules/gin_network)
Expand Down
2 changes: 1 addition & 1 deletion modules/Q
Submodule Q updated 115 files
2 changes: 1 addition & 1 deletion modules/juce
Submodule juce updated from d054f0 to 90c15c
1 change: 1 addition & 0 deletions plugins/ABTester/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ target_link_libraries(ABTester
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/AddInvert/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ target_link_libraries(AddInvert
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/ChannelMute/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ target_link_libraries(ChannelMute
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/CompensatedDelay/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ target_link_libraries(CompensatedDelay
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/Compressor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ target_link_libraries(Compressor
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/Delay/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ target_link_libraries(Delay
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/EQ3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ target_link_libraries(Gate
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/Expander/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ target_link_libraries(Expander
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/Gate/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ target_link_libraries(Gate
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/HugeGain/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ target_link_libraries(HugeGain
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/Keyboard/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ target_link_libraries(Keyboard
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/Limiter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ target_link_libraries(Limiter
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/Maths/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ target_link_libraries(Maths
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/Oscilloscope/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ target_link_libraries(Oscilloscope
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/PitchTrack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ target_link_libraries(PitchTrack
audio_fft
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/PitchTrack/Source/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

using namespace cycfi::q;
using namespace cycfi::q::literals;
using namespace cycfi::q::notes;
using namespace cycfi::q::pitch_names;

constexpr frequency low_e = E[0];
constexpr frequency high_e = E[7];
Expand Down
2 changes: 1 addition & 1 deletion plugins/PitchTrack/Source/PluginProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#endif

#include <q/support/literals.hpp>
#include <q/support/note_names.hpp>
#include <q/support/pitch_names.hpp>
#include <q/fx/signal_conditioner.hpp>
#include <q/pitch/pitch_detector.hpp>

Expand Down
1 change: 1 addition & 0 deletions plugins/SFX8/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ target_link_libraries(SFX8
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/SampleDelay/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ target_link_libraries(SampleDelay
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/SpectrumAnalyzer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ target_link_libraries(SpectrumAnalyzer
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/ToneGenerator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ target_link_libraries(ToneGenerator
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/WaveLooper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ target_link_libraries(WaveLooper
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down
1 change: 1 addition & 0 deletions plugins/XYScope/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ target_link_libraries(XYScope
dRowAudio
gin
gin_dsp
gin_simd
gin_graphics
gin_gui
gin_plugin
Expand Down

0 comments on commit 98f7885

Please sign in to comment.