Skip to content

Commit

Permalink
Update juce
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Jan 23, 2024
1 parent ce436e4 commit d855de5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/gin
Submodule gin updated 30 files
+23 −6 examples/Demo/Source/MainComponent.cpp
+2 −0 modules/gin/utilities/gin_util.cpp
+1 −1 modules/gin_dsp/dsp/gin_bandlimitedlookuptable.h
+5 −4 modules/gin_dsp/dsp/gin_delayline.h
+4 −14 modules/gin_dsp/dsp/gin_wtoscillators.h
+2 −5 modules/gin_dsp/gin_dsp.h
+2 −7 modules/gin_graphics/3rdparty/avir/LICENSE
+240 −65 modules/gin_graphics/3rdparty/avir/README.md
+761 −315 modules/gin_graphics/3rdparty/avir/avir.h
+86 −8 modules/gin_graphics/3rdparty/avir/avir_dil.h
+3 −3 modules/gin_graphics/3rdparty/avir/avir_float4_sse.h
+1 −1 modules/gin_graphics/3rdparty/avir/avir_float8_avx.h
+2,464 −0 modules/gin_graphics/3rdparty/avir/lancir.h
+2 −0 modules/gin_graphics/gin_graphics.cpp
+26 −13 modules/gin_graphics/images/gin_imageeffects.cpp
+8 −4 modules/gin_graphics/images/gin_imageeffects.h
+35 −5 modules/gin_gui/components/gin_componentgrid.cpp
+7 −2 modules/gin_gui/components/gin_componentgrid.h
+2 −0 modules/gin_gui/components/gin_componentviewer.cpp
+2 −0 modules/gin_gui/utilities/gin_asyncutilities.h
+2 −0 modules/gin_gui/utilities/gin_coalescedtimer.h
+2 −0 modules/gin_plugin/components/gin_controlbox.h
+2 −0 modules/gin_plugin/components/gin_modulation.h
+2 −0 modules/gin_plugin/components/gin_parambox.h
+2 −0 modules/gin_plugin/components/gin_plugincomponents.h
+4 −0 modules/gin_plugin/components/gin_plugineditor.h
+8 −0 modules/gin_plugin/plugin/gin_modmatrix.cpp
+9 −0 modules/gin_plugin/plugin/gin_program.cpp
+11 −1 modules/gin_simd/gin_simd.h
+16 −0 modules/gin_simd/math/gin_math.h
2 changes: 1 addition & 1 deletion modules/juce
Submodule juce updated 319 files
2 changes: 1 addition & 1 deletion plugin/Source/Editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Editor::Editor (WavetableAudioProcessor& proc_)
return true;
return false;
};
fx.onOrderChanged = [this]
fx.onOrderChanged = [this] (int, int)
{
proc.fxParams.fx1->setUserValue (fx.getChildComponent(0)->getProperties()["fxId"]);
proc.fxParams.fx2->setUserValue (fx.getChildComponent(1)->getProperties()["fxId"]);
Expand Down

0 comments on commit d855de5

Please sign in to comment.