| 35 | libremidi::midi1_to_midi2 m1_to_m2; |
| 36 | libremidi::midi2_to_midi1 m2_to_m1; |
| 37 | struct RoundTripTestCase |
| 38 | { |
| 39 | std::string name; |
| 40 | std::vector<uint8_t> midi1_bytes; |
| 41 | }; |
| 42 | std::vector<RoundTripTestCase> tests = { |
| 43 | |
| 44 | // // --- System Exclusive --- |
nothing calls this directly
no outgoing calls
no test coverage detected