Skip to content

Commit

Permalink
Update iPlug submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Dec 8, 2024
1 parent f4b68eb commit 7bc2056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iPlug2
Submodule iPlug2 updated 69 files
+1 −0 .gitignore
+17 −2 Documentation/Doxyfile
+0 −20 Documentation/iosapp.md
+0 −65 Documentation/quickstart.md
+12 −12 Documentation/structure.md
+1 −1 Examples/IPlugChunks/config/IPlugChunks-web.mk
+3 −1 Examples/IPlugChunks/scripts/makedist-web.sh
+1 −1 Examples/IPlugCocoaUI/config/IPlugCocoaUI-web.mk
+1 −1 Examples/IPlugControls/config/IPlugControls-web.mk
+3 −1 Examples/IPlugControls/scripts/makedist-web.sh
+1 −1 Examples/IPlugConvoEngine/config/IPlugConvoEngine-web.mk
+3 −1 Examples/IPlugConvoEngine/scripts/makedist-web.sh
+1 −1 Examples/IPlugDrumSynth/config/IPlugDrumSynth-web.mk
+3 −1 Examples/IPlugDrumSynth/scripts/makedist-web.sh
+1 −1 Examples/IPlugEffect/config/IPlugEffect-web.mk
+3 −1 Examples/IPlugEffect/scripts/makedist-web.sh
+2 −0 Examples/IPlugInstrument/IPlugInstrument.cpp
+1 −1 Examples/IPlugInstrument/config/IPlugInstrument-web.mk
+3 −1 Examples/IPlugInstrument/scripts/makedist-web.sh
+1 −1 Examples/IPlugMidiEffect/config/IPlugMidiEffect-web.mk
+3 −1 Examples/IPlugMidiEffect/scripts/makedist-web.sh
+1 −1 Examples/IPlugOSCEditor/config/IPlugOSCEditor-web.mk
+3 −1 Examples/IPlugOSCEditor/scripts/makedist-web.sh
+1 −1 Examples/IPlugP5js/config/IPlugP5js-web.mk
+3 −1 Examples/IPlugP5js/scripts/makedist-web.sh
+1 −1 Examples/IPlugReaperPlugin/config/IPlugReaperPlugin-web.mk
+3 −1 Examples/IPlugReaperPlugin/scripts/makedist-web.sh
+1 −1 Examples/IPlugResponsiveUI/config/IPlugResponsiveUI-web.mk
+3 −1 Examples/IPlugResponsiveUI/scripts/makedist-web.sh
+1 −1 Examples/IPlugSideChain/config/IPlugSideChain-web.mk
+3 −1 Examples/IPlugSideChain/scripts/makedist-web.sh
+1 −1 Examples/IPlugSurroundEffect/config/IPlugSurroundEffect-web.mk
+3 −1 Examples/IPlugSurroundEffect/scripts/makedist-web.sh
+1 −1 Examples/IPlugSvelteUI/config/IPlugSvelteUI-web.mk
+1 −1 Examples/IPlugSwiftUI/config/IPlugSwiftUI-web.mk
+14 −20 Examples/IPlugWebUI/IPlugWebUI.cpp
+0 −6 Examples/IPlugWebUI/IPlugWebUI.h
+6 −0 Examples/IPlugWebUI/README.md
+1 −1 Examples/IPlugWebUI/config/IPlugWebUI-web.mk
+45 −0 Examples/IPlugWebUI/resources/web/button-control.js
+268 −35 Examples/IPlugWebUI/resources/web/index.html
+7 −3 Examples/duplicate.py
+6 −1 IGraphics/Controls/IControls.cpp
+17 −0 IGraphics/Controls/IControls.h
+17 −1 IGraphics/Controls/IVPresetManagerControls.h
+1 −3 IGraphics/Controls/IWebViewControl.h
+3 −2 IGraphics/IGraphicsEditorDelegate.h
+11 −0 IGraphics/IGraphicsStructs.h
+1 −1 IGraphics/Platforms/IGraphicsWeb.h
+5 −4 IPlug/APP/IPlugAPP.cpp
+16 −15 IPlug/APP/IPlugAPP_dialog.cpp
+6 −1 IPlug/Extras/Cocoa/IPlugCocoaEditorDelegate.h
+1 −1 IPlug/Extras/WebView/IPlugWKWebViewUIDelegate.mm
+7 −1 IPlug/Extras/WebView/IPlugWebViewEditorDelegate.h
+4 −4 IPlug/Extras/WebView/IPlugWebView_win.cpp
+2 −2 IPlug/IPlugAPIBase.cpp
+4 −7 IPlug/IPlugDelegate_select.h
+2 −1 IPlug/IPlugEditorDelegate.h
+1 −1 IPlug/IPlugPaths.cpp
+11 −9 IPlug/VST3/IPlugVST3_View.h
+40 −0 IPlug/WEB/Template/scripts/atob-polyfill.js
+1 −1 Tests/IGraphicsStressTest/config/IGraphicsStressTest-web.mk
+3 −1 Tests/IGraphicsStressTest/scripts/makedist-web.sh
+1 −1 Tests/IGraphicsTest/config/IGraphicsTest-web.mk
+3 −1 Tests/IGraphicsTest/scripts/makedist-web.sh
+1 −1 Tests/MetaParamTest/config/MetaParamTest-web.mk
+3 −1 Tests/MetaParamTest/scripts/makedist-web.sh
+3 −1 common-web.mk
+1 −1 iPlug2.code-workspace

0 comments on commit 7bc2056

Please sign in to comment.