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

Class TrackData

examples/midi_to_pattern.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23struct TrackData
24{
25 std::flat_map<int64_t, std::vector<NoteEvent>> events;
26 int64_t max_tick = 0;
27};
28
29static int64_t array_gcd(const auto& arr)
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected