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

Function host_get_time_info

plugins/Cardinal/src/Ildaeil.cpp:794–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792}
793
794static const NativeTimeInfo* host_get_time_info(const NativeHostHandle handle)
795{
796 return static_cast<IldaeilModule*>(handle)->hostGetTimeInfo();
797}
798
799static bool host_write_midi_event(const NativeHostHandle handle, const NativeMidiEvent* const event)
800{

Callers

nothing calls this directly

Calls 1

hostGetTimeInfoMethod · 0.45

Tested by

no test coverage detected