From 3cbfb3c59405e9e433346c8e367e63e5504d7a88 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 18 Sep 2017 15:47:29 +0000 Subject: [PATCH] Allow X2 tone spacing also in JT9 (slow) modes. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8096 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 900e07ebc..3bcf16bdc 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -5758,6 +5758,7 @@ void MainWindow::transmit (double snr) int nsps[]={480,240,120,60}; double sps=m_nsps; m_toneSpacing=nsub*12000.0/6912.0; + if(m_config.x2ToneSpacing()) m_toneSpacing=2.0*m_toneSpacing; bool fastmode=false; if(m_bFast9 and (m_nSubMode>=4)) { fastmode=true;