forked from free-audio/clap-juce-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A first attempt at improving the adjust size approach
This is a first shot at making adjust size / set size work. It naively just applies aspect ratio to with which makes corner and bottom drags work but not side drags. An algorithm to work for all drags without knowing the direction of the user gesture which is stable continues to elude me, but I wanted at least something more reasonable in teh codebase before I go on vacation. Addresses free-audio#56
- Loading branch information
Showing
2 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
Submodule clap-helpers
updated
4 files
+3 −1 | CMakeLists.txt | |
+4 −1 | include/clap/helpers/param-queue.hh | |
+53 −3 | include/clap/helpers/plugin.hxx | |
+72 −0 | tests/param-queue-tests.cc |
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