Re: [wsjt-devel] MSK144 in jt9.exe

2024-01-08 Thread Alex, VE3NEA via wsjt-devel

Thank you, Joe! Much appreciated.

73 Alex VE3NEA




On 2024-01-08 09:06, Joe Taylor via wsjt-devel wrote:

Hi Alex,

Thanks for providing additional details.  I have merged your contribution into our 'develop' branch.  The next release of WSJT-X 
will include MSK144 decode capability in the jt9[.exe] executable.


 -- 73, Joe, K1JT

On 1/7/2024 10:58 AM, Alex, VE3NEA via wsjt-devel wrote:

Hi Joe,

Thank you for considering my submission. This change will allow jt9.exe to be used for decoding the MSK144 signals either from 
a wav file or from the shared memory. There were requests for such improvement in the past, see for example this posting:


(https://sourceforge.net/p/wsjt/mailman/message/36905061/)

I am working on an open source program that sits in the system tray and decodes the WSJT-X modes on multiple frequencies 24/7. 
This program uses jt9.exe for decoding, that is why I need these changes: it is better to use jt9.exe from the official 
distribution rather than a custom built command-line program.


As I already mentioned, this does not affect the way MSK144 is decoded in WSJT-X and only adds a new option to jt9.exe for 
those who need it.


73 Alex VE3NEA



On 2024-01-07 08:50, Joe Taylor via wsjt-devel wrote:

Hi Alex,

Thanks for your suggested changes to jt9.exe.

As you know, decoding of MSK144 has always been done immediately as new data are acquired, rather than at the end of a timed 
receive sequence in the jt9[.exe] executable.  Before we make any decision about merging your suggestions into the main 
branch of WSJT-X, could you elaborate just a bit about your intended purpose and any supposed advantages?


 -- 73, Joe, K1JT

On 1/6/2024 8:12 AM, Alex, VE3NEA via wsjt-devel wrote:

Hello team,

I have made changes to the jt9.exe code to allow it decode MSK144. This does not affect the existing functions of WSJT-X, so 
it is a low risk change, and I would like it to be merged to the main branch. The modified files are attached. Do I need to 
do anything else to make my submission accepted?


73 Alex VE3NEA


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel




___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] MSK144 in jt9.exe

2024-01-08 Thread Joe Taylor via wsjt-devel

Hi Alex,

Thanks for providing additional details.  I have merged your 
contribution into our 'develop' branch.  The next release of WSJT-X will 
include MSK144 decode capability in the jt9[.exe] executable.


-- 73, Joe, K1JT

On 1/7/2024 10:58 AM, Alex, VE3NEA via wsjt-devel wrote:

Hi Joe,

Thank you for considering my submission. This change will allow jt9.exe 
to be used for decoding the MSK144 signals either from a wav file or 
from the shared memory. There were requests for such improvement in the 
past, see for example this posting:


(https://sourceforge.net/p/wsjt/mailman/message/36905061/)

I am working on an open source program that sits in the system tray and 
decodes the WSJT-X modes on multiple frequencies 24/7. This program uses 
jt9.exe for decoding, that is why I need these changes: it is better to 
use jt9.exe from the official distribution rather than a custom built 
command-line program.


As I already mentioned, this does not affect the way MSK144 is decoded 
in WSJT-X and only adds a new option to jt9.exe for those who need it.


73 Alex VE3NEA



On 2024-01-07 08:50, Joe Taylor via wsjt-devel wrote:

Hi Alex,

Thanks for your suggested changes to jt9.exe.

As you know, decoding of MSK144 has always been done immediately as 
new data are acquired, rather than at the end of a timed receive 
sequence in the jt9[.exe] executable.  Before we make any decision 
about merging your suggestions into the main branch of WSJT-X, could 
you elaborate just a bit about your intended purpose and any supposed 
advantages?


 -- 73, Joe, K1JT

On 1/6/2024 8:12 AM, Alex, VE3NEA via wsjt-devel wrote:

Hello team,

I have made changes to the jt9.exe code to allow it decode MSK144. 
This does not affect the existing functions of WSJT-X, so it is a low 
risk change, and I would like it to be merged to the main branch. The 
modified files are attached. Do I need to do anything else to make my 
submission accepted?


73 Alex VE3NEA


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel




___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] MSK144 in jt9.exe

2024-01-07 Thread Alex, VE3NEA via wsjt-devel

Hi Joe,

Thank you for considering my submission. This change will allow jt9.exe to be used for decoding the MSK144 signals either from a 
wav file or from the shared memory. There were requests for such improvement in the past, see for example this posting:


(https://sourceforge.net/p/wsjt/mailman/message/36905061/)

I am working on an open source program that sits in the system tray and decodes the WSJT-X modes on multiple frequencies 24/7. 
This program uses jt9.exe for decoding, that is why I need these changes: it is better to use jt9.exe from the official 
distribution rather than a custom built command-line program.


As I already mentioned, this does not affect the way MSK144 is decoded in WSJT-X and only adds a new option to jt9.exe for those 
who need it.


73 Alex VE3NEA



On 2024-01-07 08:50, Joe Taylor via wsjt-devel wrote:

Hi Alex,

Thanks for your suggested changes to jt9.exe.

As you know, decoding of MSK144 has always been done immediately as new data are acquired, rather than at the end of a timed 
receive sequence in the jt9[.exe] executable.  Before we make any decision about merging your suggestions into the main branch 
of WSJT-X, could you elaborate just a bit about your intended purpose and any supposed advantages?


 -- 73, Joe, K1JT

On 1/6/2024 8:12 AM, Alex, VE3NEA via wsjt-devel wrote:

Hello team,

I have made changes to the jt9.exe code to allow it decode MSK144. This does not affect the existing functions of WSJT-X, so 
it is a low risk change, and I would like it to be merged to the main branch. The modified files are attached. Do I need to do 
anything else to make my submission accepted?


73 Alex VE3NEA


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel




___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] MSK144 in jt9.exe

2024-01-07 Thread Joe Taylor via wsjt-devel

Hi Alex,

Thanks for your suggested changes to jt9.exe.

As you know, decoding of MSK144 has always been done immediately as new 
data are acquired, rather than at the end of a timed receive sequence in 
the jt9[.exe] executable.  Before we make any decision about merging 
your suggestions into the main branch of WSJT-X, could you elaborate 
just a bit about your intended purpose and any supposed advantages?


-- 73, Joe, K1JT

On 1/6/2024 8:12 AM, Alex, VE3NEA via wsjt-devel wrote:

Hello team,

I have made changes to the jt9.exe code to allow it decode MSK144. This 
does not affect the existing functions of WSJT-X, so it is a low risk 
change, and I would like it to be merged to the main branch. The 
modified files are attached. Do I need to do anything else to make my 
submission accepted?


73 Alex VE3NEA


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel