From b932afb910df0366e7627874c40134de87f988d4 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Tue, 14 Apr 2020 14:12:11 +0200 Subject: [PATCH] Set the default key=69 in CaptureEG, ensures correct length --- devtools/CaptureEG.cpp | 1 + 1 file changed, 1 insertion(+) 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();