Set the default key=69 in CaptureEG, ensures correct length
This commit is contained in:
parent
09bad92cff
commit
b932afb910
1 changed files with 1 additions and 0 deletions
|
|
@ -284,6 +284,7 @@ void Application::performSfzUpdate()
|
|||
|
||||
QString code;
|
||||
code += "<region>\n";
|
||||
code += "key=69\n";
|
||||
code += "sample="; code += QFileInfo(samplePath).fileName(); code += "\n";
|
||||
code += _ui->envelopeEdit->toPlainText();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue