GUI: finish some more TODOs
This commit is contained in:
parent
a6ad79f686
commit
8ba6c4cf42
4 changed files with 4 additions and 11 deletions
|
|
@ -60,8 +60,7 @@ bool FurnaceGUI::parseSysEx(unsigned char* data, size_t len) {
|
|||
op.rs=reader.readC();
|
||||
reader.readC(); // EBS - ignore
|
||||
op.am=reader.readC();
|
||||
// TODO: don't ignore after I add KVS to Furnace
|
||||
reader.readC(); // KVS - ignore
|
||||
op.kvs=(reader.readC()>2)?1:0;
|
||||
op.tl=3+((99-reader.readC())*124)/99;
|
||||
unsigned char freq=reader.readC();
|
||||
logV("OP%d freq: %d",i,freq);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue