reapack

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

commit 402b552694fb78208d09fc88c3a65cb020d6efd4
parent b2b635b5dbb15b7dab85c0548516e94a47c2e16f
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Wed,  1 Feb 2023 14:50:34 -0500

filter: add during/while synonyms to match REAPER v6.74

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

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