diff options
Diffstat (limited to 'core/voice.h')
-rw-r--r-- | core/voice.h | 2 |
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. */ |