diff --git a/devtools/CaptureEG.cpp b/devtools/CaptureEG.cpp index 558b0d14..b5313254 100644 --- a/devtools/CaptureEG.cpp +++ b/devtools/CaptureEG.cpp @@ -284,6 +284,7 @@ void Application::performSfzUpdate() QString code; code += "\n"; + code += "key=69\n"; code += "sample="; code += QFileInfo(samplePath).fileName(); code += "\n"; code += _ui->envelopeEdit->toPlainText();