Skip to content

Commit

Permalink
Update iPlug2
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Jan 24, 2024
1 parent 619b99d commit 789df39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iPlug2
Submodule iPlug2 updated 75 files
+21 −9 IGraphics/Controls/IControls.cpp
+26 −2 IGraphics/Controls/IControls.h
+2 −2 IGraphics/Controls/IVTabbedPagesControl.h
+21 −4 IGraphics/IGraphics.cpp
+10 −5 IGraphics/IGraphics.h
+5 −0 IGraphics/IGraphicsPopupMenu.h
+2 −1 IGraphics/IGraphicsStructs.h
+2 −0 IGraphics/IGraphics_select.h
+1 −7 IGraphics/Platforms/IGraphicsIOS_view.mm
+1 −2 IGraphics/Platforms/IGraphicsMac.mm
+0 −1 IPlug/AUv3/IPlugAUAudioUnit.h
+0 −8 IPlug/AUv3/IPlugAUAudioUnit.mm
+0 −5 IPlug/AUv3/IPlugAUv3.h
+10 −10 IPlug/Extras/LanczosResampler.h
+16 −16 IPlug/Extras/RealtimeResampler.h
+1 −1 IPlug/Extras/SVF.h
+1 −1 IPlug/IPlugEditorDelegate.h
+0 −1 IPlug/IPlug_include_in_plug_src.h
+5 −5 IPlug/VST3/IPlugVST3.h
+5 −5 IPlug/VST3/IPlugVST3_Controller.h
+2 −2 IPlug/VST3/IPlugVST3_View.h
+1 −0 IPlug/WEB/Template/index.html
+10 −3 WDL/assocarray.h
+18 −18 WDL/coreaudio_channel_formats.h
+29 −29 WDL/dirscan.h
+1 −0 WDL/eel2/.gitignore
+1,416 −0 WDL/eel2/asm-nseel-arm64ec.asm
+ WDL/eel2/asm-nseel-arm64ec.obj
+25 −10 WDL/eel2/eel_lice.h
+30 −0 WDL/eel2/glue_aarch64.h
+1 −0 WDL/eel2/loose_eel.cpp
+9 −0 WDL/eel2/makefile.vc
+1 −0 WDL/eel2/ns-eel.h
+2 −2 WDL/eel2/nseel-cfunc.c
+44 −10 WDL/eel2/nseel-compiler.c
+0 −1 WDL/fileread.h
+54 −46 WDL/has_strings.h
+1 −1 WDL/libpng/pngrtran.c
+8 −8 WDL/lice/lice_arc.cpp
+3 −1 WDL/lice/lice_text.cpp
+1 −1 WDL/lice/lice_text.h
+3 −5 WDL/lice/lice_textnew.cpp
+1 −0 WDL/localize/localize.cpp
+22 −18 WDL/metadata.h
+2 −0 WDL/ptrlist_indexed.h
+0 −5 WDL/swell/swell-dlg-generic.cpp
+12 −8 WDL/swell/swell-dlg.mm
+1 −1 WDL/swell/swell-dlggen.h
+1 −0 WDL/swell/swell-functions.h
+1 −0 WDL/swell/swell-gdi-generic.cpp
+1 −0 WDL/swell/swell-gdi-lice.cpp
+2 −0 WDL/swell/swell-gdi.mm
+55 −1 WDL/swell/swell-generic-gdk.cpp
+35 −4 WDL/swell/swell-ini.cpp
+12 −0 WDL/swell/swell-internal.h
+2 −2 WDL/swell/swell-menu.mm
+1 −1 WDL/swell/swell-miscdlg-generic.cpp
+47 −8 WDL/swell/swell-wnd-generic.cpp
+71 −4 WDL/swell/swell-wnd.mm
+10 −0 WDL/swell/swell.cpp
+40 −0 WDL/utf8_extended.h
+63 −5 WDL/wdlcstring.h
+9 −0 WDL/wdltypes.h
+1 −1 WDL/wdlutf8.h
+7 −2 WDL/win32_curses/curses_editor.cpp
+7 −3 WDL/win32_curses/curses_win32.cpp
+59 −4 WDL/win32_curses/eel_edit.cpp
+1 −1 WDL/win32_curses/eel_edit.h
+42 −29 WDL/win32_utf8.c
+1 −0 WDL/wingui/scrollbar/coolscroll.cpp
+1 −0 WDL/wingui/virtwnd-controls.h
+3 −16 WDL/wingui/virtwnd-iconbutton.cpp
+40 −15 WDL/wingui/virtwnd-listbox.cpp
+4 −23 WDL/wingui/virtwnd.cpp
+1 −0 WDL/wingui/virtwnd.h

0 comments on commit 789df39

Please sign in to comment.