-
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.
Preset list functions are now reaper actions
Improved code style according to new clangd suggestions Updated WDL Added more code for improved window design Updated reaper_plugin_functions.h to 6.09 Added FilterPreset compare function to show equal preset in LivePresetEditController.cpp if possible Now selecting a saved FilterPreset in LivePresetEditController.cpp when it is equal to the one saved in the preset Added function to remove a filter in settings dialoge
- Loading branch information
Showing
13 changed files
with
314 additions
and
75 deletions.
There are no files selected for viewing
Submodule cpp
updated
16 files
+6 −4 | WDL/assocarray.h | |
+6 −0 | WDL/eel2/eel_lice.h | |
+289 −3 | WDL/lameencdec.cpp | |
+8 −2 | WDL/lameencdec.h | |
+5 −0 | WDL/lice/lice.cpp | |
+19 −0 | WDL/swell/swell-dlg.mm | |
+3 −26 | WDL/swell/swell-gdi.mm | |
+30 −0 | WDL/swell/swell-internal.h | |
+1 −23 | WDL/swell/swell-misc.mm | |
+210 −157 | WDL/swell/swell-wnd-generic.cpp | |
+1 −1 | WDL/swell/swell-wnd.mm | |
+22 −4 | WDL/vorbisencdec.h | |
+15 −3 | WDL/win32_curses/curses_editor.cpp | |
+2 −0 | WDL/win32_curses/eel_edit.cpp | |
+1 −1 | WDL/wingui/virtwnd-controls.h | |
+25 −5 | WDL/wingui/virtwnd.cpp |
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.