MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / host_get_time_info

Function host_get_time_info

plugins/Cardinal/src/Carla.cpp:454–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454static const NativeTimeInfo* host_get_time_info(const NativeHostHandle handle)
455{
456 return static_cast<CarlaModule*>(handle)->hostGetTimeInfo();
457}
458
459static bool host_write_midi_event(const NativeHostHandle handle, const NativeMidiEvent* const event)
460{

Callers

nothing calls this directly

Calls 1

hostGetTimeInfoMethod · 0.45

Tested by

no test coverage detected