Zack Buhman 778138971f midi: play c major scale
TIMA occurs at half the speed predicted in the SCSP manual in
mednafen, but at the correct speed in Kronos. I don't know which is
correct.
2023-06-27 10:15:14 +00:00

373 lines
84 KiB
Plaintext

/usr/local/m68k-none-elf/include/c++/13.1.0/m68k-none-elf/bits/c++config.h:540:3:constexpr bool std::__is_constant_evaluated() 0 static
../midi/parse.cpp:12:1:constexpr std::optional<std::tuple<const unsigned char*, long unsigned int> > midi::parse::int_variable_length(buf_t) 48 dynamic,bounded
../midi/parse.cpp:28:1:std::tuple<const unsigned char*, short unsigned int> midi::parse::int_fixed_length16(buf_t) 24 dynamic,bounded
../midi/parse.cpp:40:1:std::tuple<const unsigned char*, long unsigned int> midi::parse::int_fixed_length32(buf_t) 24 dynamic,bounded
../midi/parse.cpp:52:1:constexpr std::optional<const unsigned char*> midi::parse::header_chunk_type(buf_t) 16 dynamic,bounded
../midi/parse.cpp:64:1:std::tuple<const unsigned char*, midi::division_t> midi::parse::division(buf_t) 44 dynamic,bounded
../midi/parse.cpp:82:1:std::optional<std::tuple<const unsigned char*, midi::header_t> > midi::parse::header(buf_t) 128 dynamic,bounded
../midi/parse.cpp:107:1:constexpr std::optional<std::tuple<const unsigned char*, midi::midi_event_t::type_t> > midi::parse::midi_event_type(buf_t) 120 dynamic,bounded
../midi/parse.cpp:128:1:constexpr int32_t midi::parse::midi_event_message_length(midi::midi_event_t::type_t) 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::midi_event_t::type_t>, true, false>] 0 static
../midi/parse.cpp:137:1:constexpr std::optional<std::tuple<const unsigned char*, midi::midi_event_t> > midi::parse::midi_event(buf_t) 60 dynamic,bounded
../midi/parse.cpp:159:1:constexpr std::optional<std::tuple<const unsigned char*, midi::sysex_event_t> > midi::parse::sysex_event(buf_t) 68 dynamic,bounded
../midi/parse.cpp:171:1:constexpr std::optional<std::tuple<const unsigned char*, midi::meta_event_t> > midi::parse::meta_event(buf_t) 72 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::midi_event_t>, true, false>] 0 static
../midi/parse.cpp:184:1:constexpr std::optional<std::tuple<const unsigned char*, midi::event_t> > midi::parse::event(buf_t) 212 dynamic,bounded
../midi/parse.cpp:204:1:std::optional<std::tuple<const unsigned char*, midi::mtrk_event_t> > midi::parse::mtrk_event(buf_t) 128 dynamic,bounded
../midi/parse.cpp:219:1:constexpr std::optional<const unsigned char*> midi::parse::track_chunk_type(buf_t) 16 dynamic,bounded
../midi/parse.cpp:231:1:std::optional<std::tuple<const unsigned char*, long unsigned int> > midi::parse::track(buf_t) 56 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1338:2:constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = const unsigned char*; _U2 = long unsigned int&; typename std::enable_if<std::_TupleConstraints<(! __is_alloc_arg<_U1>()), _T1, _T2>::__is_implicitly_constructible<_U1, _U2>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = long unsigned int] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, long unsigned int>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, long unsigned int>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1338:2:constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = const unsigned char*; _U2 = short unsigned int&; typename std::enable_if<std::_TupleConstraints<(! __is_alloc_arg<_U1>()), _T1, _T2>::__is_implicitly_constructible<_U1, _U2>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = short unsigned int] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = const unsigned char*; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = const unsigned char*] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = const unsigned char*] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:341:7:constexpr std::_Optional_payload<_Tp, true, true, true>::_Optional_payload() [with _Tp = const unsigned char*] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:643:17:constexpr std::_Optional_base<_Tp, true, true>::_Optional_base() [with _Tp = const unsigned char*] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = const unsigned char*] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, short unsigned int}] 16 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1638:2:constexpr std::__enable_if_t<__assignable<_U1, _U2>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(std::tuple<_U1, _U2>&&) [with _U1 = const unsigned char*; _U2 = short unsigned int; _T1 = const unsigned char*&; _T2 = short unsigned int&] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::division_t] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = const unsigned char*] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::header_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::header_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::header_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::header_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = const unsigned char*] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, long unsigned int}] 16 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1638:2:constexpr std::__enable_if_t<__assignable<_U1, _U2>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(std::tuple<_U1, _U2>&&) [with _U1 = const unsigned char*; _U2 = long unsigned int; _T1 = const unsigned char*&; _T2 = long unsigned int&] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, midi::division_t}] 16 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1638:2:constexpr std::__enable_if_t<__assignable<_U1, _U2>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(std::tuple<_U1, _U2>&&) [with _U1 = const unsigned char*; _U2 = midi::division_t; _T1 = const unsigned char*&; _T2 = midi::division_t&] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::header_t] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::header_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::header_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1338:2:constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = const unsigned char*&; _U2 = midi::midi_event_t::type_t; typename std::enable_if<std::_TupleConstraints<(! __is_alloc_arg<_U1>()), _T1, _T2>::__is_implicitly_constructible<_U1, _U2>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::midi_event_t::type_t] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::midi_event_t::type_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, midi::midi_event_t::type_t}] 16 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1628:2:constexpr std::__enable_if_t<__assignable<const _U1&, const _U2&>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&) [with _U1 = const unsigned char*; _U2 = midi::midi_event_t::type_t; _T1 = const unsigned char*&; _T2 = midi::midi_event_t::type_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1338:2:constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = const unsigned char*&; _U2 = midi::midi_event_t&; typename std::enable_if<std::_TupleConstraints<(! __is_alloc_arg<_U1>()), _T1, _T2>::__is_implicitly_constructible<_U1, _U2>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::midi_event_t] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::midi_event_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1628:2:constexpr std::__enable_if_t<__assignable<const _U1&, const _U2&>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&) [with _U1 = const unsigned char*; _U2 = long unsigned int; _T1 = const unsigned char*&; _T2 = long unsigned int&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::sysex_event_t] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::sysex_event_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::meta_event_t] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::meta_event_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, midi::midi_event_t}] 16 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1628:2:constexpr std::__enable_if_t<__assignable<const _U1&, const _U2&>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&) [with _U1 = const unsigned char*; _U2 = midi::midi_event_t; _T1 = const unsigned char*&; _T2 = midi::midi_event_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::event_t] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::event_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, midi::meta_event_t}] 16 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1628:2:constexpr std::__enable_if_t<__assignable<const _U1&, const _U2&>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&) [with _U1 = const unsigned char*; _U2 = midi::meta_event_t; _T1 = const unsigned char*&; _T2 = midi::meta_event_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, midi::sysex_event_t}] 16 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1628:2:constexpr std::__enable_if_t<__assignable<const _U1&, const _U2&>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&) [with _U1 = const unsigned char*; _U2 = midi::sysex_event_t; _T1 = const unsigned char*&; _T2 = midi::sysex_event_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, midi::event_t}] 16 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1628:2:constexpr std::__enable_if_t<__assignable<const _U1&, const _U2&>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&) [with _U1 = const unsigned char*; _U2 = midi::event_t; _T1 = const unsigned char*&; _T2 = midi::event_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::mtrk_event_t] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::mtrk_event_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1338:2:constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = const unsigned char*&; _U2 = long unsigned int&; typename std::enable_if<std::_TupleConstraints<(! __is_alloc_arg<_U1>()), _T1, _T2>::__is_implicitly_constructible<_U1, _U2>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = long unsigned int] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = const unsigned char*] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = long unsigned int&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:291:2:) [with _UHead = const unsigned char*; _UTail = {long unsigned int&}; <template-parameter-2-3> = void; long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, long unsigned int>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, long unsigned int>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, long unsigned int> >] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, long unsigned int>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, long unsigned int>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, long unsigned int>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = short unsigned int&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:291:2:) [with _UHead = const unsigned char*; _UTail = {short unsigned int&}; <template-parameter-2-3> = void; long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {short unsigned int}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:339:42:) [with _Args = {const unsigned char*}][inherited from std::_Optional_payload_base<const unsigned char*>] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:649:2:>, bool>::type <anonymous> = false; _Tp = const unsigned char*] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = const unsigned char*; bool <anonymous> = true; _Tp = const unsigned char*] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = short unsigned int&] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:104:5:constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = tuple<const unsigned char*, short unsigned int>&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:437:2:>&&) [with _UHead = const unsigned char*; _UTails = {short unsigned int}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {short unsigned int&}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::division_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = const unsigned char*; _Dp = std::_Optional_base<const unsigned char*, true, true>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::header_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::header_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = const unsigned char*; _Dp = std::_Optional_base<const unsigned char*, true, true>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = long unsigned int&] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:104:5:constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = tuple<const unsigned char*, long unsigned int>&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:437:2:>&&) [with _UHead = const unsigned char*; _UTails = {long unsigned int}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {long unsigned int&}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = midi::division_t&] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:104:5:constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = tuple<const unsigned char*, midi::division_t>&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:437:2:>&&) [with _UHead = const unsigned char*; _UTails = {midi::division_t}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::division_t&}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::header_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::header_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::header_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::header_t> >] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::header_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = const unsigned char*&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = midi::midi_event_t::type_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:291:2:) [with _UHead = const unsigned char*&; _UTail = {midi::midi_event_t::type_t}; <template-parameter-2-3> = void; long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t::type_t}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::midi_event_t::type_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::midi_event_t::type_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::midi_event_t::type_t> >] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::midi_event_t::type_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::midi_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = midi::midi_event_t::type_t&] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::midi_event_t::type_t>, true, false>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:427:2:>&) [with _UElements = {const unsigned char*, midi::midi_event_t::type_t}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t::type_t&}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = midi::midi_event_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:291:2:) [with _UHead = const unsigned char*&; _UTail = {midi::midi_event_t&}; <template-parameter-2-3> = void; long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::midi_event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::midi_event_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::midi_event_t> >] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::sysex_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = std::tuple<const unsigned char*, long unsigned int>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, long unsigned int>, true, false>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = std::tuple<const unsigned char*, long unsigned int>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, long unsigned int>, true, false>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:427:2:>&) [with _UElements = {const unsigned char*, long unsigned int}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {long unsigned int&}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::sysex_event_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::sysex_event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::sysex_event_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::sysex_event_t> >] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::meta_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::meta_event_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::meta_event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::meta_event_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::meta_event_t> >] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = midi::midi_event_t&] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::midi_event_t>, true, false>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:427:2:>&) [with _UElements = {const unsigned char*, midi::midi_event_t}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t&}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::event_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::event_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::event_t> >] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::meta_event_t>, true, false>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = midi::meta_event_t&] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::meta_event_t>, true, false>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:427:2:>&) [with _UElements = {const unsigned char*, midi::meta_event_t}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::meta_event_t&}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::sysex_event_t>, true, false>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = midi::sysex_event_t&] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::sysex_event_t>, true, false>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:427:2:>&) [with _UElements = {const unsigned char*, midi::sysex_event_t}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::sysex_event_t&}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::mtrk_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = std::tuple<const unsigned char*, midi::event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::event_t>, true, false>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = midi::event_t&] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::event_t>, true, false>] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:427:2:>&) [with _UElements = {const unsigned char*, midi::event_t}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::event_t&}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::mtrk_event_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::mtrk_event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::mtrk_event_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::mtrk_event_t> >] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:291:2:) [with _UHead = const unsigned char*&; _UTail = {long unsigned int&}; <template-parameter-2-3> = void; long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:513:2:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(_UHead&&) [with _UHead = long unsigned int&; long unsigned int _Idx = 1; _Head = long unsigned int] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:200:19:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(_UHead&&) [with _UHead = const unsigned char*; long unsigned int _Idx = 0; _Head = const unsigned char*] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, long unsigned int>}; _Tp = std::tuple<const unsigned char*, long unsigned int>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:513:2:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(_UHead&&) [with _UHead = short unsigned int&; long unsigned int _Idx = 1; _Head = short unsigned int] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {const unsigned char*}; _Tp = const unsigned char*] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {short unsigned int&}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {short unsigned int&}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {short unsigned int}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {short unsigned int&}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {short unsigned int}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:104:5:constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = _Tuple_impl<1, short unsigned int>&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:640:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(std::_Tuple_impl<_Idx, _UHead>&&) [with _UHead = short unsigned int; long unsigned int _Idx = 1; _Head = short unsigned int&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::division_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 0; _Head = const unsigned char*] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = const unsigned char*] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {long unsigned int&}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {long unsigned int&}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {long unsigned int&}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:104:5:constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = _Tuple_impl<1, long unsigned int>&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:640:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(std::_Tuple_impl<_Idx, _UHead>&&) [with _UHead = long unsigned int; long unsigned int _Idx = 1; _Head = long unsigned int&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::division_t&}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::division_t&}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::division_t}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::division_t&}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::division_t}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:104:5:constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = _Tuple_impl<1, midi::division_t>&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:640:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(std::_Tuple_impl<_Idx, _UHead>&&) [with _UHead = midi::division_t; long unsigned int _Idx = 1; _Head = midi::division_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::header_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::header_t>}; _Tp = std::tuple<const unsigned char*, midi::header_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:513:2:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(_UHead&&) [with _UHead = midi::midi_event_t::type_t; long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:200:19:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(_UHead&&) [with _UHead = const unsigned char*&; long unsigned int _Idx = 0; _Head = const unsigned char*] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::midi_event_t::type_t>}; _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t::type_t&}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t::type_t&}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:272:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t::type_t}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t::type_t&}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:278:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t::type_t}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:632:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(const std::_Tuple_impl<_Idx, _UHead>&) [with _UHead = midi::midi_event_t::type_t; long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:513:2:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(_UHead&&) [with _UHead = midi::midi_event_t&; long unsigned int _Idx = 1; _Head = midi::midi_event_t] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::midi_event_t>}; _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:272:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:278:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:632:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(const std::_Tuple_impl<_Idx, _UHead>&) [with _UHead = long unsigned int; long unsigned int _Idx = 1; _Head = long unsigned int&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::sysex_event_t>}; _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::meta_event_t>}; _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t&}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t&}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:272:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t&}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:278:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:632:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(const std::_Tuple_impl<_Idx, _UHead>&) [with _UHead = midi::midi_event_t; long unsigned int _Idx = 1; _Head = midi::midi_event_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::event_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::event_t>}; _Tp = std::tuple<const unsigned char*, midi::event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::meta_event_t&}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::meta_event_t&}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:272:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::meta_event_t}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::meta_event_t&}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:278:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::meta_event_t}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:632:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(const std::_Tuple_impl<_Idx, _UHead>&) [with _UHead = midi::meta_event_t; long unsigned int _Idx = 1; _Head = midi::meta_event_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::sysex_event_t&}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::sysex_event_t&}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:272:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::sysex_event_t}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::sysex_event_t&}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:278:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::sysex_event_t}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:632:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(const std::_Tuple_impl<_Idx, _UHead>&) [with _UHead = midi::sysex_event_t; long unsigned int _Idx = 1; _Head = midi::sysex_event_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::event_t&}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::event_t&}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:272:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::event_t}] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::event_t&}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:278:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::event_t}] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:632:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(const std::_Tuple_impl<_Idx, _UHead>&) [with _UHead = midi::event_t; long unsigned int _Idx = 1; _Head = midi::event_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::mtrk_event_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::mtrk_event_t>}; _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 20 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:200:19:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(_UHead&&) [with _UHead = long unsigned int&; long unsigned int _Idx = 1; _Head = long unsigned int] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = long unsigned int] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, long unsigned int>}; _Up = std::tuple<const unsigned char*, long unsigned int>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, long unsigned int>] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:200:19:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(_UHead&&) [with _UHead = short unsigned int&; long unsigned int _Idx = 1; _Head = short unsigned int] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {const unsigned char*}; _Up = const unsigned char*; bool <anonymous> = true; _Tp = const unsigned char*] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = short unsigned int&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = short unsigned int&] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = short unsigned int] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = short unsigned int] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::division_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = long unsigned int&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = long unsigned int&] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = long unsigned int] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = long unsigned int] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::division_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::division_t&] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::division_t] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = midi::division_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::header_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::header_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::header_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::header_t>}; _Up = std::tuple<const unsigned char*, midi::header_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::header_t>] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:200:19:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(_UHead&&) [with _UHead = midi::midi_event_t::type_t; long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t::type_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::midi_event_t::type_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::midi_event_t::type_t>}; _Up = std::tuple<const unsigned char*, midi::midi_event_t::type_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t&] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:500:7:static constexpr const _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(const std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:200:19:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(_UHead&&) [with _UHead = midi::midi_event_t&; long unsigned int _Idx = 1; _Head = midi::midi_event_t] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::midi_event_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::midi_event_t>}; _Up = std::tuple<const unsigned char*, midi::midi_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:500:7:static constexpr const _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(const std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = long unsigned int] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::sysex_event_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::sysex_event_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::sysex_event_t>}; _Up = std::tuple<const unsigned char*, midi::sysex_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::meta_event_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::meta_event_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::meta_event_t>}; _Up = std::tuple<const unsigned char*, midi::meta_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t&] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:500:7:static constexpr const _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(const std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::event_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::event_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::event_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::event_t>}; _Up = std::tuple<const unsigned char*, midi::event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::event_t>] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t&] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:500:7:static constexpr const _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(const std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t&] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:500:7:static constexpr const _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(const std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::event_t&] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::event_t&] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:500:7:static constexpr const _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(const std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::event_t] 4 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::mtrk_event_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::mtrk_event_t}] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::mtrk_event_t] 8 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::mtrk_event_t>}; _Up = std::tuple<const unsigned char*, midi::mtrk_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 12 dynamic,bounded
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = long unsigned int] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = short unsigned int&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = short unsigned int&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = short unsigned int] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = long unsigned int&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = long unsigned int&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = long unsigned int] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::division_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::division_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::division_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::header_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = long unsigned int] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::event_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::event_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::event_t&] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::event_t] 0 static
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::mtrk_event_t] 0 static