| 792 | } |
| 793 | |
| 794 | static const NativeTimeInfo* host_get_time_info(const NativeHostHandle handle) |
| 795 | { |
| 796 | return static_cast<IldaeilModule*>(handle)->hostGetTimeInfo(); |
| 797 | } |
| 798 | |
| 799 | static bool host_write_midi_event(const NativeHostHandle handle, const NativeMidiEvent* const event) |
| 800 | { |
nothing calls this directly
no test coverage detected