Skip to content

Commit

Permalink
Update DPF version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwillis committed Mar 31, 2022
1 parent 438121a commit 465bfa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/DragonflyVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

#define MAJOR_VERSION 3
#define MINOR_VERSION 2
#define PATCH_VERSION 5
#define PATCH_VERSION 6
#define VERSION_SUFFIX ""
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 62 files
+23 −12 Makefile.base.mk
+35 −5 Makefile.plugins.mk
+1 −1 dgl/Application.hpp
+1 −0 dgl/StandaloneWindow.hpp
+37 −2 dgl/Window.hpp
+42 −0 dgl/src/Window.cpp
+3 −0 dgl/src/nanovg/fontstash.h
+57 −21 dgl/src/pugl.cpp
+6 −2 dgl/src/pugl.hpp
+110 −9 distrho/DistrhoPlugin.hpp
+4 −0 distrho/DistrhoPluginMain.cpp
+1 −3 distrho/DistrhoUI.hpp
+2 −2 distrho/DistrhoUIMain.cpp
+83 −44 distrho/extra/FileBrowserDialog.cpp
+1 −1 distrho/extra/String.hpp
+11 −1 distrho/extra/sofd/libsofd.c
+43 −34 distrho/src/DistrhoDefines.h
+36 −9 distrho/src/DistrhoPlugin.cpp
+9 −9 distrho/src/DistrhoPluginChecks.h
+44 −24 distrho/src/DistrhoPluginInternal.hpp
+85 −6 distrho/src/DistrhoPluginJACK.cpp
+2 −2 distrho/src/DistrhoPluginLADSPA+DSSI.cpp
+184 −70 distrho/src/DistrhoPluginLV2.cpp
+81 −32 distrho/src/DistrhoPluginLV2export.cpp
+4 −17 distrho/src/DistrhoPluginVST2.cpp
+70 −53 distrho/src/DistrhoPluginVST3.cpp
+1 −1 distrho/src/DistrhoUI.cpp
+21 −9 distrho/src/DistrhoUIInternal.hpp
+45 −10 distrho/src/DistrhoUILV2.cpp
+2 −2 distrho/src/DistrhoUIPrivateData.hpp
+198 −54 distrho/src/DistrhoUIVST3.cpp
+5 −3 distrho/src/DistrhoUtils.cpp
+35 −72 distrho/src/lv2/atom-forge.h
+101 −29 distrho/src/lv2/atom-util.h
+49 −39 distrho/src/lv2/atom.h
+23 −10 distrho/src/lv2/buf-size.h
+12 −7 distrho/src/lv2/data-access.h
+12 −5 distrho/src/lv2/dynmanifest.h
+16 −17 distrho/src/lv2/event-helpers.h
+26 −28 distrho/src/lv2/event.h
+14 −15 distrho/src/lv2/instance-access.h
+23 −13 distrho/src/lv2/log.h
+34 −20 distrho/src/lv2/logger.h
+115 −99 distrho/src/lv2/lv2.h
+57 −49 distrho/src/lv2/midi.h
+21 −13 distrho/src/lv2/morph.h
+21 −8 distrho/src/lv2/options.h
+42 −29 distrho/src/lv2/parameters.h
+42 −32 distrho/src/lv2/patch.h
+47 −40 distrho/src/lv2/port-groups.h
+25 −19 distrho/src/lv2/port-props.h
+16 −9 distrho/src/lv2/presets.h
+25 −11 distrho/src/lv2/resize-port.h
+92 −56 distrho/src/lv2/state.h
+30 −26 distrho/src/lv2/time.h
+46 −39 distrho/src/lv2/units.h
+12 −4 distrho/src/lv2/uri-map.h
+19 −12 distrho/src/lv2/urid.h
+37 −18 distrho/src/lv2/worker.h
+0 −1 examples/FileHandling/DistrhoPluginInfo.h
+10 −24 examples/FileHandling/FileHandlingPlugin.cpp
+24 −24 examples/States/ExamplePluginStates.cpp

0 comments on commit 465bfa2

Please sign in to comment.