|
@@ -246,7 +246,7 @@ const
|
|
soStatus = FourCharCode('stat');
|
|
soStatus = FourCharCode('stat');
|
|
soErrors = FourCharCode('erro');
|
|
soErrors = FourCharCode('erro');
|
|
soInputMode = FourCharCode('inpt');
|
|
soInputMode = FourCharCode('inpt');
|
|
- soCharacterMode = FourCharCode('AnsiChar');
|
|
|
|
|
|
+ soCharacterMode = FourCharCode('char');
|
|
soNumberMode = FourCharCode('nmbr');
|
|
soNumberMode = FourCharCode('nmbr');
|
|
soRate = FourCharCode('rate');
|
|
soRate = FourCharCode('rate');
|
|
soPitchBase = FourCharCode('pbas');
|
|
soPitchBase = FourCharCode('pbas');
|