PITCH/RATE deck: Rate and Pitch knobs compounded into one read increment, on a three-state commit predicate and payload v16
This commit is contained in:
@@ -15,7 +15,7 @@ function(reasampler_pure_library name)
|
||||
# A default-less switch missing an enumerator: MSVC's C4062 is off by its /W1 default;
|
||||
# GCC/Clang's -Wswitch is on by default but only warns without -Werror, and this repo
|
||||
# sets no -Wall/-Werror/-W4/-WX anywhere. Promoted to an error only here, on our own
|
||||
# pure libraries, so a deliberately default-less switch (e.g. isLiveDeckParam,
|
||||
# pure libraries, so a deliberately default-less switch (e.g. deckParamCommit,
|
||||
# deck_groups.cpp) is a compile error on every toolchain. NOT C4061 (fires even with
|
||||
# a default: present) — that would light up every defensive switch in the tree.
|
||||
if(MSVC)
|
||||
|
||||
Reference in New Issue
Block a user