| 452 | } |
| 453 | |
| 454 | static const NativeTimeInfo* host_get_time_info(const NativeHostHandle handle) |
| 455 | { |
| 456 | return static_cast<CarlaModule*>(handle)->hostGetTimeInfo(); |
| 457 | } |
| 458 | |
| 459 | static bool host_write_midi_event(const NativeHostHandle handle, const NativeMidiEvent* const event) |
| 460 | { |
nothing calls this directly
no test coverage detected