diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-04-06 23:31:15 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-04-06 23:31:15 +0000 |
commit | bf119579c9874dd5e6f95457e7694b2539998e90 (patch) | |
tree | 7010ff32e05c5e461415ff9c08c68f4a0df344fc /src | |
parent | 29fc8d5cbd01cfc2f019e1c2c1855c9e7f6c8971 (diff) | |
download | usdx-bf119579c9874dd5e6f95457e7694b2539998e90.tar.gz usdx-bf119579c9874dd5e6f95457e7694b2539998e90.tar.xz usdx-bf119579c9874dd5e6f95457e7694b2539998e90.zip |
increase range of accepted tones. user complaint (thursday)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2814 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | src/base/URecord.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/URecord.pas b/src/base/URecord.pas index d3886f3d..52b4fac4 100644 --- a/src/base/URecord.pas +++ b/src/base/URecord.pas @@ -44,7 +44,7 @@ uses const BaseToneFreq = 65.4064; // lowest (half-)tone to analyze (C2 = 65.4064 Hz) - NumHalftones = 36; // C2-B4 (for Whitney and my high voice) + NumHalftones = 46; // C2-A5 (for Whitney and my high voice) type TCaptureBuffer = class |