mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
CW keyer from keyboard: updated documentation changelogs and version
This commit is contained in:
parent
04ba1b2c84
commit
11d12ab992
@ -1,3 +1,9 @@
|
|||||||
|
sdrangel (4.11.5-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* CW keyer from keyboard. Audio monitor AM, NFM, SSB modulators. Implements #385
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 30 Jul 2019 23:04:06 +0200
|
||||||
|
|
||||||
sdrangel (4.11.4-1) unstable; urgency=medium
|
sdrangel (4.11.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
* DATV demod: option to output transport stream to UDP. Implements #313
|
* DATV demod: option to output transport stream to UDP. Implements #313
|
||||||
|
@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
|||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "4")
|
set(sdrangel_VERSION_MAJOR "4")
|
||||||
set(sdrangel_VERSION_MINOR "11")
|
set(sdrangel_VERSION_MINOR "11")
|
||||||
set(sdrangel_VERSION_PATCH "4")
|
set(sdrangel_VERSION_PATCH "5")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
sdrangel (4.11.5-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* CW keyer from keyboard. Audio monitor AM, NFM, SSB modulators. Implements #385
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 30 Jul 2019 23:04:06 +0200
|
||||||
|
|
||||||
sdrangel (4.11.4-1) unstable; urgency=medium
|
sdrangel (4.11.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
* DATV demod: option to output transport stream to UDP. Implements #313
|
* DATV demod: option to output transport stream to UDP. Implements #313
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
@ -72,7 +72,7 @@ Clears the CW (Morse) text
|
|||||||
|
|
||||||
<h3>12: Morse keyer controls</h3>
|
<h3>12: Morse keyer controls</h3>
|
||||||
|
|
||||||
![Morse keyer control GUI](../../../doc/img/ModCWControls.png)
|
![Morse keyer control GUI1](../../../doc/img/ModCWControls1.png)
|
||||||
|
|
||||||
<h4>12.1: CW keying speed</h4>
|
<h4>12.1: CW keying speed</h4>
|
||||||
|
|
||||||
@ -103,6 +103,26 @@ Switch this button to auto repeat the text keying
|
|||||||
|
|
||||||
Use this button to stop sending text. When resuming keying restarts at the start of text
|
Use this button to stop sending text. When resuming keying restarts at the start of text
|
||||||
|
|
||||||
|
![Morse keyer control GUI2](../../../doc/img/ModCWControls2.png)
|
||||||
|
|
||||||
|
⚠ WARNING: what follows is not really useful if you do not use a proper Morse keyer with direct audio feedback. There is a significant audio delay either with the direct monitoring or by monitoring the transmitted signal so keying with this audio as feedback is not practical
|
||||||
|
|
||||||
|
12.7: Activate morse keys keyboard control
|
||||||
|
|
||||||
|
This disables text or continuous dots or dashes. Toggle input from keyboard. Occasionnaly the focus may get lost and you will have to deactivate and reactivate it to recover the key bindings.
|
||||||
|
|
||||||
|
12.8: Iambic or straight
|
||||||
|
|
||||||
|
Choose iambic or straight keying style. When straight is selected the dot or dash key may be used.
|
||||||
|
|
||||||
|
12.9: Register dot key
|
||||||
|
|
||||||
|
Click on the button and while selected type a character or character and modifier (Shift + key for example) to select which key is used for dots. The key or key sequence appears next (here dot `.`)
|
||||||
|
|
||||||
|
12.10: Register dash key
|
||||||
|
|
||||||
|
Click on the button and while selected type a character or character and modifier (Shift + key for example) to select which key is used for dashes. The key or key sequence appears next (here dot `.`)
|
||||||
|
|
||||||
<h3>13: Audio file path</h3>
|
<h3>13: Audio file path</h3>
|
||||||
|
|
||||||
The path to the selected audio file to be played or dots if unselected
|
The path to the selected audio file to be played or dots if unselected
|
||||||
|
@ -81,7 +81,7 @@ Clears the CW (Morse) text
|
|||||||
|
|
||||||
<h3>10: Morse keyer controls</h3>
|
<h3>10: Morse keyer controls</h3>
|
||||||
|
|
||||||
![Morse keyer control GUI](../../../doc/img/ModCWControls.png)
|
![Morse keyer control GUI1](../../../doc/img/ModCWControls1.png)
|
||||||
|
|
||||||
<h4>10.1: CW keying speed</h4>
|
<h4>10.1: CW keying speed</h4>
|
||||||
|
|
||||||
@ -112,6 +112,26 @@ Switch this button to auto repeat the text keying
|
|||||||
|
|
||||||
Use this button to stop sending text. When resuming keying restarts at the start of text
|
Use this button to stop sending text. When resuming keying restarts at the start of text
|
||||||
|
|
||||||
|
![Morse keyer control GUI2](../../../doc/img/ModCWControls2.png)
|
||||||
|
|
||||||
|
⚠ WARNING: what follows is not really useful if you do not use a proper Morse keyer with direct audio feedback. There is a significant audio delay either with the direct monitoring or by monitoring the transmitted signal so keying with this audio as feedback is not practical
|
||||||
|
|
||||||
|
10.7: Activate morse keys keyboard control
|
||||||
|
|
||||||
|
This disables text or continuous dots or dashes. Toggle input from keyboard. Occasionnaly the focus may get lost and you will have to deactivate and reactivate it to recover the key bindings.
|
||||||
|
|
||||||
|
10.8: Iambic or straight
|
||||||
|
|
||||||
|
Choose iambic or straight keying style. When straight is selected the dot or dash key may be used.
|
||||||
|
|
||||||
|
10.9: Register dot key
|
||||||
|
|
||||||
|
Click on the button and while selected type a character or character and modifier (Shift + key for example) to select which key is used for dots. The key or key sequence appears next (here dot `.`)
|
||||||
|
|
||||||
|
10.10: Register dash key
|
||||||
|
|
||||||
|
Click on the button and while selected type a character or character and modifier (Shift + key for example) to select which key is used for dashes. The key or key sequence appears next (here dot `.`)
|
||||||
|
|
||||||
<h3>11: Audio file path</h3>
|
<h3>11: Audio file path</h3>
|
||||||
|
|
||||||
The path to the selected audio file to be played or dots if unselected
|
The path to the selected audio file to be played or dots if unselected
|
||||||
|
@ -84,7 +84,7 @@ Clears the CW (Morse) text
|
|||||||
|
|
||||||
<h3>16: Morse keyer controls</h3>
|
<h3>16: Morse keyer controls</h3>
|
||||||
|
|
||||||
![Morse keyer control GUI](../../../doc/img/ModCWControls.png)
|
![Morse keyer control GUI1](../../../doc/img/ModCWControls1.png)
|
||||||
|
|
||||||
<h4>16.1: CW keying speed</h4>
|
<h4>16.1: CW keying speed</h4>
|
||||||
|
|
||||||
@ -115,6 +115,26 @@ Switch this button to auto repeat the text keying
|
|||||||
|
|
||||||
Use this button to stop sending text. When resuming keying restarts at the start of text
|
Use this button to stop sending text. When resuming keying restarts at the start of text
|
||||||
|
|
||||||
|
![Morse keyer control GUI2](../../../doc/img/ModCWControls2.png)
|
||||||
|
|
||||||
|
⚠ WARNING: what follows is not really useful if you do not use a proper Morse keyer with direct audio feedback. There is a significant audio delay either with the direct monitoring or by monitoring the transmitted signal so keying with this audio as feedback is not practical
|
||||||
|
|
||||||
|
12.7: Activate morse keys keyboard control
|
||||||
|
|
||||||
|
This disables text or continuous dots or dashes. Toggle input from keyboard. Occasionnaly the focus may get lost and you will have to deactivate and reactivate it to recover the key bindings.
|
||||||
|
|
||||||
|
12.8: Iambic or straight
|
||||||
|
|
||||||
|
Choose iambic or straight keying style. When straight is selected the dot or dash key may be used.
|
||||||
|
|
||||||
|
12.9: Register dot key
|
||||||
|
|
||||||
|
Click on the button and while selected type a character or character and modifier (Shift + key for example) to select which key is used for dots. The key or key sequence appears next (here dot `.`)
|
||||||
|
|
||||||
|
12.10: Register dash key
|
||||||
|
|
||||||
|
Click on the button and while selected type a character or character and modifier (Shift + key for example) to select which key is used for dashes. The key or key sequence appears next (here dot `.`)
|
||||||
|
|
||||||
<h3>17: Audio file path</h3>
|
<h3>17: Audio file path</h3>
|
||||||
|
|
||||||
The path to the selected audio file to be played or dots if unselected
|
The path to the selected audio file to be played or dots if unselected
|
||||||
|
@ -143,7 +143,7 @@ Clears the CW (Morse) text
|
|||||||
|
|
||||||
<h3>16: Morse keyer controls</h3>
|
<h3>16: Morse keyer controls</h3>
|
||||||
|
|
||||||
![Morse keyer control GUI](../../../doc/img/ModCWControls.png)
|
![Morse keyer control GUI1](../../../doc/img/ModCWControls1.png)
|
||||||
|
|
||||||
<h4>16.1: CW keying speed</h4>
|
<h4>16.1: CW keying speed</h4>
|
||||||
|
|
||||||
@ -174,6 +174,26 @@ Switch this button to auto repeat the text keying
|
|||||||
|
|
||||||
Use this button to stop sending text. When resuming keying restarts at the start of text
|
Use this button to stop sending text. When resuming keying restarts at the start of text
|
||||||
|
|
||||||
|
![Morse keyer control GUI2](../../../doc/img/ModCWControls2.png)
|
||||||
|
|
||||||
|
⚠ WARNING: what follows is not really useful if you do not use a proper Morse keyer with direct audio feedback. There is a significant audio delay either with the direct monitoring or by monitoring the transmitted signal so keying with this audio as feedback is not practical
|
||||||
|
|
||||||
|
16.7: Activate morse keys keyboard control
|
||||||
|
|
||||||
|
This disables text or continuous dots or dashes. Toggle input from keyboard. Occasionnaly the focus may get lost and you will have to deactivate and reactivate it to recover the key bindings.
|
||||||
|
|
||||||
|
16.8: Iambic or straight
|
||||||
|
|
||||||
|
Choose iambic or straight keying style. When straight is selected the dot or dash key may be used.
|
||||||
|
|
||||||
|
16.9: Register dot key
|
||||||
|
|
||||||
|
Click on the button and while selected type a character or character and modifier (Shift + key for example) to select which key is used for dots. The key or key sequence appears next (here dot `.`)
|
||||||
|
|
||||||
|
16.10: Register dash key
|
||||||
|
|
||||||
|
Click on the button and while selected type a character or character and modifier (Shift + key for example) to select which key is used for dashes. The key or key sequence appears next (here dot `.`)
|
||||||
|
|
||||||
<h3>17: Audio file path</h3>
|
<h3>17: Audio file path</h3>
|
||||||
|
|
||||||
The path to the selected audio file to be played or dots if unselected
|
The path to the selected audio file to be played or dots if unselected
|
||||||
|
@ -76,7 +76,7 @@ Clears the CW (Morse) text
|
|||||||
|
|
||||||
<h3>13: Morse keyer controls</h3>
|
<h3>13: Morse keyer controls</h3>
|
||||||
|
|
||||||
![Morse keyer control GUI](../../../doc/img/ModCWControls.png)
|
![Morse keyer control GUI1](../../../doc/img/ModCWControls1.png)
|
||||||
|
|
||||||
<h4>13.1: CW keying speed</h4>
|
<h4>13.1: CW keying speed</h4>
|
||||||
|
|
||||||
@ -107,6 +107,26 @@ Switch this button to auto repeat the text keying
|
|||||||
|
|
||||||
Use this button to stop sending text. When resuming keying restarts at the start of text
|
Use this button to stop sending text. When resuming keying restarts at the start of text
|
||||||
|
|
||||||
|
![Morse keyer control GUI2](../../../doc/img/ModCWControls2.png)
|
||||||
|
|
||||||
|
⚠ WARNING: what follows is not really useful if you do not use a proper Morse keyer with direct audio feedback. There is a significant audio delay either with the direct monitoring or by monitoring the transmitted signal so keying with this audio as feedback is not practical
|
||||||
|
|
||||||
|
13.7: Activate morse keys keyboard control
|
||||||
|
|
||||||
|
This disables text or continuous dots or dashes. Toggle input from keyboard. Occasionnaly the focus may get lost and you will have to deactivate and reactivate it to recover the key bindings.
|
||||||
|
|
||||||
|
13.8: Iambic or straight
|
||||||
|
|
||||||
|
Choose iambic or straight keying style. When straight is selected the dot or dash key may be used.
|
||||||
|
|
||||||
|
13.9: Register dot key
|
||||||
|
|
||||||
|
Click on the button and while selected type a character or character and modifier (Shift + key for example) to select which key is used for dots. The key or key sequence appears next (here dot `.`)
|
||||||
|
|
||||||
|
13.10: Register dash key
|
||||||
|
|
||||||
|
Click on the button and while selected type a character or character and modifier (Shift + key for example) to select which key is used for dashes. The key or key sequence appears next (here dot `.`)
|
||||||
|
|
||||||
<h3>14: Audio file path</h3>
|
<h3>14: Audio file path</h3>
|
||||||
|
|
||||||
The path to the selected audio file to be played or dots if unselected
|
The path to the selected audio file to be played or dots if unselected
|
||||||
|
Loading…
Reference in New Issue
Block a user