|
| static uint32_t | lmms::host_get_buffer_size (NativeHostHandle handle) |
| static double | lmms::host_get_sample_rate (NativeHostHandle handle) |
| static bool | lmms::host_is_offline (NativeHostHandle handle) |
| static const NativeTimeInfo * | lmms::host_get_time_info (NativeHostHandle handle) |
| static bool | lmms::host_write_midi_event (NativeHostHandle, const NativeMidiEvent *) |
| static void | lmms::host_ui_parameter_changed (NativeHostHandle handle, uint32_t index, float value) |
| static void | lmms::host_ui_custom_data_changed (NativeHostHandle handle, const char *key, const char *value) |
| static void | lmms::host_ui_closed (NativeHostHandle handle) |
| static intptr_t | lmms::host_dispatcher (NativeHostHandle handle, NativeHostDispatcherOpcode opcode, int32_t index, intptr_t value, void *ptr, float opt) |
| static const char * | lmms::host_ui_open_file (NativeHostHandle, bool isDir, const char *title, const char *filter) |
| static const char * | lmms::host_ui_save_file (NativeHostHandle, bool isDir, const char *title, const char *filter) |