reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 57d22c0f9bef3e4e52173319501fc896a3292c6c
parent f2806c95ba16549e969581429d1fc51616c68796
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Wed, 18 Jan 2023 07:43:08 -0500

filter: add join,heal synonyms to match REAPER 6.73+dev0117

Diffstat:
Msrc/filter.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/filter.cpp b/src/filter.cpp @@ -187,6 +187,7 @@ bool Filter::Group::pushSynonyms(const std::string_view &buf, int *flags) { "optimize", "optimise" }, { "optimized", "optimised" }, { "center", "centre" }, + { "join", "heal" }, }; auto *match = [&]() -> decltype(&*synonyms) {