Skip to content

Commit

Permalink
Case work, bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nealey committed Jun 26, 2022
1 parent 2f8eab0 commit e958416
Show file tree
Hide file tree
Showing 9 changed files with 48,825 additions and 317,736 deletions.
1 change: 1 addition & 0 deletions adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ void VailAdapter::HandleMIDI(midiEventPacket_t event) {
this->keyer->Release();
}
this->keyer = GetKeyerByNumber(event.byte2, this);
this->keyer->SetDitDuration(this->ditDuration);
break;
case 0x80: // Note off
this->buzzer->NoTone(1);
Expand Down
Loading

0 comments on commit e958416

Please sign in to comment.