mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Tx waveform regeneration for GFSK modes Tx audio offset change
This commit is contained in:
parent
cefadfeaa3
commit
137bc1ccab
@ -6789,6 +6789,12 @@ void MainWindow::setFreq4(int rxFreq, int txFreq)
|
|||||||
} else {
|
} else {
|
||||||
if (ui->TxFreqSpinBox->isEnabled ()) {
|
if (ui->TxFreqSpinBox->isEnabled ()) {
|
||||||
ui->TxFreqSpinBox->setValue(txFreq);
|
ui->TxFreqSpinBox->setValue(txFreq);
|
||||||
|
if ("FT8" == m_mode || "FT4" == m_mode)
|
||||||
|
{
|
||||||
|
// we need to regenerate the current transmit waveform for
|
||||||
|
// GFSK modulated modes
|
||||||
|
m_restart = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if (m_config.enable_VHF_features ()
|
else if (m_config.enable_VHF_features ()
|
||||||
&& (Qt::ControlModifier & QApplication::keyboardModifiers ())) {
|
&& (Qt::ControlModifier & QApplication::keyboardModifiers ())) {
|
||||||
|
Loading…
Reference in New Issue
Block a user