![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
ags_vst_iinter_app_audio.cpp File Reference
#include <ags/vst3-capi/pluginterfaces/vst/ags_vst_iinter_app_audio.h>
#include <pluginterfaces/vst/ivstinterappaudio.h>
#include <pluginterfaces/vst/ivstevents.h>
Include dependency graph for ags_vst_iinter_app_audio.cpp:

Function Documentation
◆ ags_vst_iinter_app_audio_connection_notification_get_iid()
const AgsVstTUID * ags_vst_iinter_app_audio_connection_notification_get_iid | ( | ) |
Get IID.
- Returns
- the Steinberg::TUID as AgsVstFUID
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_connection_notification_on_inter_app_audio_connection_notification_state_change()
void ags_vst_iinter_app_audio_connection_notification_on_inter_app_audio_connection_notification_state_change | ( | AgsVstIInterAppAudioConnectionNotification * | iinter_app_audio_connection_notification, |
gboolean | new_state | ||
) |
On inter-app connection notification state change.
- Parameters
-
iinter_app_audio_connection_notification notification new_state the new state
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_host_connected_to_host()
AgsVstTResult ags_vst_iinter_app_audio_host_connected_to_host | ( | AgsVstIInterAppAudioHost * | iinter_app_audio_host | ) |
Connected to host.
- Parameters
-
iinter_app_audio_host the audio host
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_host_create_preset_manager()
AgsVstIInterAppAudioPresetManager * ags_vst_iinter_app_audio_host_create_preset_manager | ( | AgsVstIInterAppAudioHost * | iinter_app_audio_host, |
AgsVstTUID * | cid | ||
) |
Create preset manager.
- Parameters
-
iinter_app_audio_host the audio host cid the CID
- Returns
- the preset manager
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_host_get_host_icon()
AgsVstTResult ags_vst_iinter_app_audio_host_get_host_icon | ( | AgsVstIInterAppAudioHost * | iinter_app_audio_host, |
void ** | icon | ||
) |
Get host icon.
- Parameters
-
iinter_app_audio_host the audio host icon the return location of icon
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_host_get_iid()
const AgsVstTUID * ags_vst_iinter_app_audio_host_get_iid | ( | ) |
Get IID.
- Returns
- the Steinberg::TUID as AgsVstFUID
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_host_get_screen_size()
AgsVstTResult ags_vst_iinter_app_audio_host_get_screen_size | ( | AgsVstIInterAppAudioHost * | iinter_app_audio_host, |
AgsVstViewRect * | view_rect, | ||
gfloat * | scale | ||
) |
Get screen size.
- Parameters
-
iinter_app_audio_host the audio host view_rect the view rect scale the scale
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_host_schedule_event_from_ui()
AgsVstTResult ags_vst_iinter_app_audio_host_schedule_event_from_ui | ( | AgsVstIInterAppAudioHost * | iinter_app_audio_host, |
AgsVstEvent * | event | ||
) |
Schedule event from UI.
- Parameters
-
iinter_app_audio_host the audio host event the event
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_host_send_remote_control_event()
AgsVstTResult ags_vst_iinter_app_audio_host_send_remote_control_event | ( | AgsVstIInterAppAudioHost * | iinter_app_audio_host, |
guint32 | event | ||
) |
Remote control event.
- Parameters
-
iinter_app_audio_host the audio host event the event
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_host_show_settings_view()
AgsVstTResult ags_vst_iinter_app_audio_host_show_settings_view | ( | AgsVstIInterAppAudioHost * | iinter_app_audio_host | ) |
Show settings view.
- Parameters
-
iinter_app_audio_host the audio host
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_host_switch_to_host()
AgsVstTResult ags_vst_iinter_app_audio_host_switch_to_host | ( | AgsVstIInterAppAudioHost * | iinter_app_audio_host | ) |
Switch to host.
- Parameters
-
iinter_app_audio_host the audio host
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_preset_manager_get_iid()
const AgsVstTUID * ags_vst_iinter_app_audio_preset_manager_get_iid | ( | ) |
Get IID.
- Returns
- the Steinberg::TUID as AgsVstFUID
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_preset_manager_load_next_preset()
AgsVstTResult ags_vst_iinter_app_audio_preset_manager_load_next_preset | ( | AgsVstIInterAppAudioPresetManager * | iinter_app_audio_manager | ) |
Load-next preset.
- Parameters
-
iinter_app_audio_manager the inter-app audio manager
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_preset_manager_load_previous_preset()
AgsVstTResult ags_vst_iinter_app_audio_preset_manager_load_previous_preset | ( | AgsVstIInterAppAudioPresetManager * | iinter_app_audio_manager | ) |
Load-previous preset.
- Parameters
-
iinter_app_audio_manager the inter-app audio manager
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_preset_manager_run_load_preset_browser()
AgsVstTResult ags_vst_iinter_app_audio_preset_manager_run_load_preset_browser | ( | AgsVstIInterAppAudioPresetManager * | iinter_app_audio_manager | ) |
Run-load preset browser.
- Parameters
-
iinter_app_audio_manager the inter-app audio manager
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iinter_app_audio_preset_manager_run_save_preset_browser()
AgsVstTResult ags_vst_iinter_app_audio_preset_manager_run_save_preset_browser | ( | AgsVstIInterAppAudioPresetManager * | iinter_app_audio_manager | ) |
Save preset browser.
- Parameters
-
iinter_app_audio_manager the inter-app audio manager
- Returns
- the return value
- Since
- 5.0.0
Generated by