MCPcopy Create free account
hub / github.com/celtera/libremidi / RoundTripTestCase

Class RoundTripTestCase

tests/unit/conversion.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 ---

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected