-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule base
updated
28 files
+6 −5 | CMakeLists.txt | |
+1 −1 | LICENSE.txt | |
+1 −1 | source/baseiids.cpp | |
+1 −1 | source/classfactoryhelpers.h | |
+1 −1 | source/fbuffer.cpp | |
+1 −1 | source/fbuffer.h | |
+1 −1 | source/fcleanup.h | |
+303 −277 | source/fcommandline.h | |
+1 −1 | source/fdebug.cpp | |
+1 −1 | source/fdebug.h | |
+1 −1 | source/fdynlib.cpp | |
+2 −2 | source/fdynlib.h | |
+1 −1 | source/fobject.cpp | |
+59 −7 | source/fobject.h | |
+1 −1 | source/fstdmethods.h | |
+4 −2 | source/fstreamer.cpp | |
+1 −1 | source/fstreamer.h | |
+3 −2 | source/fstring.cpp | |
+1 −1 | source/fstring.h | |
+1 −1 | source/hexbinary.h | |
+12 −3 | source/timer.cpp | |
+6 −1 | source/timer.h | |
+2 −5 | source/updatehandler.cpp | |
+1 −1 | source/updatehandler.h | |
+5 −5 | thread/include/fcondition.h | |
+5 −4 | thread/include/flock.h | |
+5 −4 | thread/source/fcondition.cpp | |
+5 −5 | thread/source/flock.cpp |
Submodule pluginterfaces
updated
16 files
+5 −3 | CMakeLists.txt | |
+1 −1 | LICENSE.txt | |
+1 −1 | base/coreiids.cpp | |
+4 −0 | base/fplatform.h | |
+1 −1 | base/fstrdefs.h | |
+1 −1 | base/ftypes.h | |
+10 −4 | base/funknownimpl.h | |
+1 −1 | base/keycodes.h | |
+2 −1 | base/pluginbasefwd.h | |
+3 −1 | base/smartpointer.h | |
+5 −1 | gui/iplugview.h | |
+6 −1 | vst/ivstaudioprocessor.h | |
+221 −0 | vst/ivstdataexchange.h | |
+21 −0 | vst/ivsteditcontroller.h | |
+62 −12 | vst/vstspeaker.h | |
+15 −6 | vst/vsttypes.h |
Submodule public.sdk
updated
493 files