Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
LIBREMIDI_INLINE
238
int64_t midi_out::current_time()
239
{
240
return m_impl->current_time();
241
}
242
243
LIBREMIDI_INLINE
244
stdx::error midi_out::schedule_message(int64_t ts, const unsigned char* message, size_t size) const
Callers
1
NB_MODULE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected