Fldigi v4.2.00 now available

The development team led by Dave, W1HKJ have announced the latest release of Fldigi.

Fldigi is a modem program for most of the digital modes used by radio amateurs today: CW, PSK, MFSK, RTTY, Hell, DominoEX, Olivia, and Throb are all supported. It can help calibrate a sound card to a time signal and do frequency measurement tests. As with all of the FL suite, Flrig supports PowerPC, Intel (i386) and Apple Silicon (M1) processors with individual downloads available for each architecture. Download the latest version of Fldigi here.

 
Version 4.2.00
      * Update release adds new modem types
          - THOR 32
            . symlen = 256;
            . doublespaced = 1;
            . samplerate = 8000;
            . baud ~= 30;
            . rsid: 56 / 2119
            . interleave depth 10
            . viterbi polynomial 0x6d / 0x4f
          - THOR 44
            . symlen = 256;
            . doublespaced = 1;
            . samplerate = 11025;
            . baud ~= 40;
            . rsid: 56 / 2156
            . interleave depth 10
            . viterbi polynomial 0x6d / 0x4f
          - THOR 56
            . symlen = 290;
            . doublespaced = 1;
            . samplerate = 16000;
            . baud ~= 50;
            . rsid: 56 / 2157
            . interleave depth 10
            . viterbi polynomial 0x6d / 0x4f

    THOR docs
      * update THOR documentation

    TTY ptt dtr/rts
      * configuration item not being set by combo selection
      * update to flrig code

    THOR56
      * add THOR-56 modem
        . IFKP
        . symlen = 290;
        . doublespaced = 1;
        . samplerate = 16000;
        . baud ~= 50;
        . rsid: 56 / 2157
        . interleave depth 10
        . viterbi polynomial 0x6d / 0x4f

    THOR 32/44
      * add new THOR modes
        THOR 32:
          . IFKP
          . symlen = 256;
          . doublespaced = 1;
          . samplerate = 8000;
          . baud ~= 30;
          . rsid: 56 / 2119
          . interleave depth 10
          . viterbi polynomial 0x6d / 0x4f
        THOR 44:
          . IFKP
          . symlen = 256;
          . doublespaced = 1;
          . samplerate = 11025;
          . baud ~= 40;
          . rsid: 56 / 2156
          . interleave depth 10
          . viterbi polynomial 0x6d / 0x4f

    Waterfall cursor
      * correct position/width/shape of waterfall cursor center tic

    Revert "FSQ s/n"
      This reverts commit a29d78a42f8a75c5f42f2f328ea4e5d848c07f8d.