[LCWO LOGO]  

Login

User name:
Password:


Language
Български Português brasileiro
Bosanski Català
繁體中文 Česky
Dansk Deutsch
English Español
Suomi Français
Ελληνικά Hrvatski
Magyar Italiano
日本語 한국어
Bahasa Melayu Nederlands
Norsk Polski
Português Română
Русский සිංහල
Slovenčina Slovenščina
Srpski Svenska
ภาษาไทย Türkçe
Українська 简体中文
Who is online? (44)


Discussion forum for user group: Morse Code Practice Text - MCPT

Thread: 1.9 A simple enhancement/approach to an LCWO specific option

Back to the Forum

AuthorText


Posted: 2022-04-26 23:09
The existing option (only for users that can use LCWO's Convert text to CW, allows the random words selected from a file to be played at number of times, starting at a user defined LOW speed, and then for each repeat increase the speed.

The theory was if you are comfortable with the LOW speed, you should be ok hearing the word a little higher since you KNOW whats coming. Maybe this can help to increase word recognition at higher speeds.

The option file below, gives more details for those that want to experiment.

*** But after discussion with Kurt Zoglmann, the creator of Morse Code Ninja, he felt its better to start FAST (a mental stretch) and then drop down to your comfort level.

It turned out that without adding yet another option, I could make MCPT capable of this by just making the option LCWO_step (normal a positive increment) just be a decrement.

The notes are below, followed by a simple sample of each approach (LOW to HIGH, and HIGH to LOW) which you can just cut and paste into
Convert text to CW. If either are reasonable with YOUR selected speeds, words, etc. Then modify the options file and away you go.

# options file instead of entering them on the command line
#
# to use this file named "head.opt" run:
# mcpt -opt=head.opt

# note: it will create a file "out.txt" which you will give to LCWO's "Convert text to CW" page
out=out.txt

# the input file of "words" you want to practice is in a file called "head.txt"
# any space separated format
text=head

###### the lCWO options will send you each word at: 13, 16, 19, 22 wpm;
# followed by a delimiter, then repeat
# the lowest speed will be 13 wpm
#
# For your "low" speed, try 1 increment of step below your max speed. So you
# get 1 below max, one at max, and 2 or three above (2 in this demo)
#
LCWO_low=18

# the speed will change in steps of 3 wpm
LCWO_step=3

# each word from the file give by the [text] option will be played 4 times
LCWO_repeat=4

# put 1 of the delimiters in between each run of words as a mental alert
# that a new word is comming
# Note: if you make DM=0, or put a # BEFORE the DM= you will eliminat the
# delimiter feature
#DM=1

# I chose a few delimiters. You could could use just one, like delimiter=""; =+ could have been used for and
# you could have done many other delimiters like "next word", or none at all
delimiter=.|?|,|/||


##########
########## New in v 1.9! Just insert a "-" in the LCWO_step option OR
########## uncomment the line below and rerun mcpt -opt=head.opt
########## and now the speed for each word will begin HIGH and reduce down
########## to LCWO_low.
# speeds will be 22, 19, 16, 13 wpm
#
# LCWO_step=-3
#

#


|e0 |w13 HE |w16 HE |w19 HE |w22 HE , |w13 GO |w16 GO |w19 GO |w22 GO . |w13 WE |w16
WE |w19 WE |w22 WE |w13 HE |w16 HE |w19 HE |w22 HE , |w13 TO |w16 TO |w19 TO |w22
TO |w13 ON |w16 ON |w19 ON |w22 ON |w13 WE |w16 WE |w19 WE |w22 WE . |w13 RST
|w16 RST |w19 RST |w22 RST , |w13 HE |w16 HE |w19 HE |w22 HE |w13 HE |w16 HE |w19
HE |w22 HE ? |w13 IN |w16 IN |w19 IN |w22 IN |w13 WE |w16 WE |w19 WE |w22 WE ? |w13

Now Reverse Order


|e0 |w22 AS |w19 AS |w16 AS |w13 AS |w22 AS |w19 AS |w16 AS |w13 AS . |w22 TO |w19
TO |w16 TO |w13 TO , |w22 IN |w19 IN |w16 IN |w13 IN |w22 WE |w19 WE |w16 WE |w13
WE , |w22 RST |w19 RST |w16 RST |w13 RST |w22 HE |w19 HE |w16 HE |w13 HE ? |w22
RST |w19 RST |w16 RST |w13 RST , |w22 RST |w19 RST |w16 RST |w13 RST |w22 WE |w19
WE |w16 WE |w13 WE / |w22 RST |w19 RST |w16 RST |w13 RST |w22 GO |w19 GO |w16 GO
|w13 GO / |w22 IN |w19 IN |w16 IN |w13 IN |w22 ON |w19 ON |w16 ON |w13 ON |w22
AS |w19 AS |w16 AS |w13 AS . |w22 ON |w19 ON |w16 ON |w13 ON / |w22 IN |w19 IN |w16



Back to the Forum

You must be logged in to post a message.