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

Method current_time

include/libremidi/midi_out.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237LIBREMIDI_INLINE
238int64_t midi_out::current_time()
239{
240 return m_impl->current_time();
241}
242
243LIBREMIDI_INLINE
244stdx::error midi_out::schedule_message(int64_t ts, const unsigned char* message, size_t size) const

Callers 1

NB_MODULEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected