Skip to content

Commit 4f8de4e

Browse files
committed
Merge branch 'master' of sauraen_github:sauraen/seq64
2 parents 443cc78 + 816ede4 commit 4f8de4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SeqFile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ int SeqFile::importMIDI(File midifile, ValueTree midiopts){
14181418
//lastcmd will be invalid if this is an action we aren't tracking
14191419
ValueTree tmpcmd = ccstates[cc]->lastcmd.getChildWithProperty(idCC, cc);
14201420
if(tmpcmd.isValid()){
1421-
tmpcmd.setProperty("Value", value, nullptr);
1421+
tmpcmd.setProperty(idValue, value, nullptr);
14221422
}else{
14231423
dbgmsg("Internal consistency error in CC quantization!");
14241424
return 2;

0 commit comments

Comments
 (0)