aboutsummaryrefslogtreecommitdiffstats
path: root/core/voice.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/voice.h')
-rw-r--r--core/voice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/voice.h b/core/voice.h
index df0c8c9e..cf7345a1 100644
--- a/core/voice.h
+++ b/core/voice.h
@@ -49,6 +49,8 @@ enum class DirectMode : unsigned char {
};
+constexpr uint MaxPitch{10};
+
/* Maximum number of extra source samples that may need to be loaded, for
* resampling or conversion purposes.
*/