-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'even-more-small-stuff-again'
- Loading branch information
Showing
45 changed files
with
158 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Submodule JUCE
updated
2786 files
Submodule clap
updated
9 files
+2 −0 | .gitignore | |
+19 −0 | ChangeLog.md | |
+1 −0 | README.md | |
+1 −0 | include/clap/all.h | |
+6 −0 | include/clap/events.h | |
+201 −0 | include/clap/ext/draft/undo.h | |
+3 −3 | include/clap/ext/latency.h | |
+34 −13 | include/clap/ext/thread-check.h | |
+1 −1 | include/clap/version.h |
Submodule clap-helpers
updated
7 files
Submodule readerwriterqueue
updated
3 files
+56 −1 | CMakeLists.txt | |
+13 −2 | atomicops.h | |
+3 −0 | readerwriterqueueConfig.cmake.in |
Submodule sse2neon
updated
6 files
+1 −1 | .github/CODEOWNERS | |
+2 −2 | .github/workflows/main.yml | |
+12 −1 | README.md | |
+413 −287 | sse2neon.h | |
+38 −2 | tests/common.h | |
+171 −151 | tests/impl.cpp |
Submodule base
updated
6 files
+1 −1 | source/fbuffer.cpp | |
+22 −0 | source/fobject.cpp | |
+1 −1 | source/fstreamer.cpp | |
+9 −1 | source/fstring.cpp | |
+11 −0 | source/fstring.h | |
+4 −1 | source/updatehandler.cpp |
Submodule cmake
updated
7 files
Submodule pluginterfaces
updated
11 files
+1 −0 | CMakeLists.txt | |
+0 −5 | base/fplatform.h | |
+3 −1 | base/fstrdefs.h | |
+4 −6 | base/funknown.cpp | |
+0 −5 | base/funknown.h | |
+5 −4 | base/fvariant.h | |
+2 −1 | vst/ivstcomponent.h | |
+269 −192 | vst/ivsteditcontroller.h | |
+78 −0 | vst/ivstremapparamid.h | |
+18 −4 | vst/vstspeaker.h | |
+6 −2 | vst/vsttypes.h |
Submodule public.sdk
updated
174 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.