Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffaello committed Oct 15, 2023
1 parent c375c9f commit d9196ae
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,4 @@ namespace HyperSonicDrivers::drivers::midi::mt32
void MT32Driver::onCallback() noexcept
{
}

void MT32Driver::noteOff(const uint8_t chan, const uint8_t note) noexcept
{
utils::throwLogC<std::runtime_error>("not implemented");
}

void MT32Driver::noteOn(const uint8_t chan, const uint8_t note, const uint8_t vol) noexcept
{
utils::throwLogC<std::runtime_error>("not implemented");
}
}

0 comments on commit d9196ae

Please sign in to comment.