1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795
|
ags_vst_buffer_new
ags_vst_buffer_new_from_string
ags_vst_buffer_new_and_fill_up
ags_vst_buffer_new_with_size
ags_vst_buffer_new_from_buffer
ags_vst_buffer_delete
ags_vst_buffer_equal
ags_vst_buffer_equals
ags_vst_buffer_get_size
ags_vst_buffer_set_size
ags_vst_buffer_grow
ags_vst_buffer_set_max_size
ags_vst_buffer_fillup
ags_vst_buffer_get_fill_size
ags_vst_buffer_set_fill_size
ags_vst_buffer_flush
ags_vst_buffer_truncate_to_fill_size
ags_vst_buffer_is_full
ags_vst_buffer_get_free
ags_vst_buffer_shift_start
ags_vst_buffer_shift_at
ags_vst_buffer_move
ags_vst_buffer_copy
ags_vst_buffer_get
ags_vst_buffer_set_delta
ags_vst_buffer_put_from_uint8
ags_vst_buffer_put_from_unichar2
ags_vst_buffer_put_from_char
ags_vst_buffer_put_from_buffer
ags_vst_buffer_put_from_uint8_buffer
ags_vst_buffer_put_from_char_buffer
ags_vst_buffer_put_from_string
ags_vst_buffer_set
ags_vst_buffer_append_string
ags_vst_buffer_append_char
ags_vst_buffer_append_string_from_char_buffer
ags_vst_buffer_append_string_from_uchar_buffer
ags_vst_buffer_append_string_from_unichar2_buffer
ags_vst_buffer_append_string_from_char_byte
ags_vst_buffer_append_string_from_uchar_byte
ags_vst_buffer_append_string_from_unichar2_byte
ags_vst_buffer_prepend_string
ags_vst_buffer_prepend_char
ags_vst_buffer_prepend_string_from_char_buffer
ags_vst_buffer_prepend_string_from_uchar_buffer
ags_vst_buffer_prepend_string_from_unichar2_buffer
ags_vst_buffer_prepend_string_from_char_byte
ags_vst_buffer_prepend_string_from_uchar_byte
ags_vst_buffer_prepend_string_from_unichar2_byte
ags_vst_buffer_end_string
ags_vst_buffer_end_string_char
ags_vst_buffer_end_string_unichar2
ags_vst_buffer_make_hex_string
ags_vst_buffer_from_hex_string
ags_vst_buffer_to_buffer
ags_vst_buffer_to_str
ags_vst_buffer_to_str8
ags_vst_buffer_to_str16
ags_vst_buffer_to_int8_ptr
ags_vst_buffer_to_uint8_ptr
ags_vst_buffer_to_int16_ptr
ags_vst_buffer_to_uint16_ptr
ags_vst_buffer_to_int32_ptr
ags_vst_buffer_to_uint32_ptr
ags_vst_buffer_to_float_ptr
ags_vst_buffer_to_double_ptr
ags_vst_buffer_to_wchar_ptr
ags_vst_buffer_swap
ags_vst_buffer_swap_buffer
ags_vst_buffer_take
ags_vst_buffer_pass
ags_vst_buffer_to_wide_string
ags_vst_buffer_to_multibyte_string
ags_vst_keycodes_virtual_key_code_to_char
ags_vst_keycodes_char_to_virtual_key_code
ags_vst_iupdate_handler_get_iid
ags_vst_iupdate_handler_add_dependent
ags_vst_iupdate_handler_remove_dependent
ags_vst_iupdate_handler_trigger_updates
ags_vst_iupdate_handler_defer_updates
ags_vst_idependent_get_iid
ags_vst_idependent_update
ags_vst_icloneable_get_iid
ags_vst_icloneable_clone
ags_vst_util_min_int32
ags_vst_util_min_float
ags_vst_util_max_int32
ags_vst_util_max_float
ags_vst_util_abs_int32
ags_vst_util_abs_float
ags_vst_util_sign_int32
ags_vst_util_sign_float
ags_vst_util_bound_int32
ags_vst_util_bound_float
ags_vst_util_swap_int32
ags_vst_util_swap_float
ags_vst_util_is_approximate_equal_int32
ags_vst_util_is_approximate_equal_float
ags_vst_util_to_normalized_int32
ags_vst_util_to_normalized_float
ags_vst_util_from_normalized_int32
ags_vst_util_from_normalized_float
ags_vst_iplugin_base_get_iid
ags_vst_iplugin_base_initialize
ags_vst_iplugin_base_terminate
ags_vst_pclass_info_alloc
ags_vst_pclass_info_free
ags_vst_pclass_info_get_cid
ags_vst_pclass_info_get_cardinality
ags_vst_pclass_info_get_category
ags_vst_pclass_info_get_name
ags_vst_iplugin_factory_get_iid
ags_vst_iplugin_factory_get_factory_info
ags_vst_iplugin_factory_count_classes
ags_vst_iplugin_factory_get_class_info
ags_vst_iplugin_factory_create_instance
ags_vst_iplugin_factory2_get_iid
ags_vst_pclass_info2_alloc
ags_vst_pclass_info2_free
ags_vst_pclass_info2_get_sub_categories
ags_vst_iplugin_factory2_get_class_info2
ags_vst_iplugin_factory3_get_iid
ags_vst_iplugin_factory3_get_class_info_unicode
ags_vst_const_string_table_get_string_literal
ags_vst_const_string_table_get_string_character
ags_vst_ierror_context_get_iid
ags_vst_ierror_context_disable_error_ui
ags_vst_ierror_context_error_message_shown
ags_vst_ierror_context_get_error_message
ags_vst_istring_result_get_iid
ags_vst_istring_result_set_text
ags_vst_istring_get_iid
ags_vst_istring_set_text8
ags_vst_istring_set_text16
ags_vst_istring_get_text8
ags_vst_istring_get_text16
ags_vst_istring_take
ags_vst_istring_is_wide_string
ags_vst_fvariant_new
ags_vst_fvariant_new_boolean
ags_vst_fvariant_new_uint32
ags_vst_fvariant_new_int64
ags_vst_fvariant_new_double
ags_vst_fvariant_new_string
ags_vst_fvariant_new_wstring
ags_vst_fvariant_new_funknown
ags_vst_fvariant_delete
ags_vst_fvariant_set_boolean
ags_vst_fvariant_set_uint32
ags_vst_fvariant_set_int64
ags_vst_fvariant_set_double
ags_vst_fvariant_set_string
ags_vst_fvariant_set_wstring
ags_vst_fvariant_set_object
ags_vst_fvariant_get_boolean
ags_vst_fvariant_get_uint32
ags_vst_fvariant_get_int64
ags_vst_fvariant_get_double
ags_vst_fvariant_get_string
ags_vst_fvariant_get_wstring
ags_vst_fvariant_get_object
ags_vst_fvariant_get_type
ags_vst_fvariant_is_empty
ags_vst_fvariant_is_owner
ags_vst_fvariant_is_string
ags_vst_fvariant_set_owner
ags_vst_fvariant_empty
ags_vst_ibstream_get_iid
ags_vst_ibstream_read
ags_vst_ibstream_write
ags_vst_ibstream_seek
ags_vst_ibstream_tell
ags_vst_isizeable_stream_get_iid
ags_vst_isizeable_stream_set_stream_size
ags_vst_geo_constants_to_oposite
ags_vst_geo_constants_to_orientation
ags_vst_geo_constants_to_orthogonal_orientation
ags_vst_ipersistent_get_iid
ags_vst_ipersistent_load_attributes
ags_vst_iattributes_get_iid
ags_vst_iattributes_set
ags_vst_iattributes_queue
ags_vst_iattributes_set_binary_data
ags_vst_iattributes_get
ags_vst_iattributes_unqueue
ags_vst_iattributes_get_queue_item_count
ags_vst_iattributes_reset_queue
ags_vst_iattributes_reset_all_queues
ags_vst_iattributes_get_binary_data
ags_vst_iattributes_get_binary_data_size
ags_vst_iattributes2_get_iid
ags_vst_iattributes2_count_attributes
ags_vst_iattributes2_get_attribute_id
ags_vst_str_empty
ags_vst_str8_empty
ags_vst_str16_empty
ags_vst_color_spec_make_color_spec_rgb
ags_vst_color_spec_make_color_spec_rgba
ags_vst_color_spec_get_blue
ags_vst_color_spec_get_green
ags_vst_color_spec_get_red
ags_vst_color_spec_get_alpha
ags_vst_color_spec_set_blue
ags_vst_color_spec_set_green
ags_vst_color_spec_set_red
ags_vst_color_spec_set_alpha
ags_vst_color_spec_normalize_color_component
ags_vst_color_spec_denormalize_color_component
ags_vst_color_spec_set_alpha_norm
ags_vst_color_spec_get_alpha_norm
ags_vst_color_spec_normalize_alpha
ags_vst_color_spec_denormalize_alpha
ags_vst_color_spec_strip_alpha
ags_vst_color_spec_blend_color
ags_vst_ustring_new_from_buffer
ags_vst_ustring_get_size
ags_vst_ustring_get_length
ags_vst_ustring_assign
ags_vst_ustring_append
ags_vst_ustring_copy_to
ags_vst_ustring_from_ascii
ags_vst_ustring_assign_from_ascii
ags_vst_ustring_to_ascii
ags_vst_ustring_scan_int
ags_vst_ustring_print_int
ags_vst_ustring_scan_float
ags_vst_ustring_print_float
ags_vst_fuid_new
ags_vst_fuid_new_with_iid
ags_vst_fuid_new_from_fuid
ags_vst_fuid_delete
ags_vst_fuid_generate
ags_vst_fuid_is_valid
ags_vst_fuid_equal
ags_vst_fuid_equals
ags_vst_fuid_smaller
ags_vst_fuid_not_equals
ags_vst_fuid_get_long1
ags_vst_fuid_get_long2
ags_vst_fuid_get_long3
ags_vst_fuid_get_long4
ags_vst_fuid_from_uint32
ags_vst_fuid_to_uint32
ags_vst_fuid_to_string
ags_vst_fuid_from_string
ags_vst_fuid_to_registry_string
ags_vst_fuid_from_registry_string
ags_vst_fuid_print
ags_vst_fuid_to_tuid_with_result
ags_vst_fuid_to_tuid
ags_vst_fuid_from_tuid
ags_vst_funknown_get_iid
ags_vst_funknown_query_interface
ags_vst_funknown_add_ref
ags_vst_funknown_release
ags_vst_funknown_ptr_new_from_funknown
ags_funknown_ptr_get_interface
ags_vst_funknown_ptr_set_funknown
ags_vst_funknown_ptr_set_funknown_interface
ags_freleaser_alloc
ags_freleaser_free
ags_vst_tstrlen
ags_vst_strlen8
ags_vst_strlen16
ags_vst_tstrcmp
ags_vst_strcmp8
ags_vst_strcmp16
ags_vst_tstrncmp
ags_vst_strncmp8
ags_vst_strncmp16
ags_vst_tstrcpy
ags_vst_strcpy8
ags_vst_strcpy16
ags_vst_tstrncpy
ags_vst_strncpy8
ags_vst_strncpy16
ags_vst_tstrcat
ags_vst_strcat8
ags_vst_strcat16
ags_vst_str8_to_str16
ags_vst_fid_strings_equal
ags_vst_iattribute_list_get_iid
ags_vst_iattribute_list_set_int
ags_vst_iattribute_list_get_int
ags_vst_iattribute_list_set_float
ags_vst_iattribute_list_get_float
ags_vst_iattribute_list_set_string
ags_vst_iattribute_list_get_string
ags_vst_iattribute_list_set_binary
ags_vst_iattribute_list_get_binary
ags_vst_istream_attributes_get_iid
ags_vst_istream_attributes_get_attributes
ags_vst_iparameter_function_name_get_iid
ags_vst_iparameter_function_name_get_parameter_id_from_function_name
ags_vst_iinfo_listener_get_iid
ags_vst_iinfo_listener_set_channel_context_info
ags_vst_ichannel_context_get_blue
ags_vst_ichannel_context_get_green
ags_vst_ichannel_context_get_red
ags_vst_ichannel_context_get_alpha
ags_vst_speaker_get_channel_count
ags_vst_speaker_get_speaker_index
ags_vst_speaker_get_speaker
ags_vst_speaker_is_subset_of
ags_vst_speaker_is_auro
ags_vst_speaker_has_top_speakers
ags_vst_speaker_has_bottom_speakers
ags_vst_speaker_has_middle_speakers
ags_vst_speaker_has_lfe
ags_vst_speaker_is_3d
ags_vst_speaker_is_ambisonics
ags_vst_speaker_get_speaker_arrangement_from_string
ags_vst_speaker_get_speaker_arrangement_string
ags_vst_speaker_get_speaker_short_name
ags_vst_inote_expression_controller_get_iid
ags_vst_inote_expression_controller_get_note_expression_count
ags_vst_inote_expression_controller_get_note_expression_info
ags_vst_inote_expression_controller_get_note_expression_string_by_value
ags_vst_inote_expression_controller_get_note_expression_value_by_string
ags_vst_ikeyswitch_controller_get_iid
ags_vst_ikey_switchcontroller_get_keyswitch_count
ags_vst_ikeyswitch_controller_get_keyswitch_info
ags_vst_iparam_value_queue_get_iid
ags_vst_iparam_value_queue_get_parameter_id
ags_vst_iparam_value_queue_get_point_count
ags_vst_iparam_value_queue_get_point
ags_vst_iparam_value_queue_add_point
ags_vst_iparameter_changes_get_iid
ags_vst_iparameter_changes_get_parameter_count
ags_vst_iparameter_changes_get_parameter_data
ags_vst_iparameter_changes_add_parameter_data
ags_vst_note_on_event_alloc
ags_vst_note_off_event_alloc
ags_vst_event_set_sample_offset
ags_vst_ievent_list_get_iid
ags_vst_ievent_list_get_event_count
ags_vst_ievent_list_get_event
ags_vst_ievent_list_add_event
ags_vst_ixml_representation_controller_get_iid
ags_vst_ixml_representation_controller_get_xml_representation_stream
ags_vst_iplug_interface_support_get_iid
ags_vst_iplug_interface_support_is_plug_interface_supported
ags_vst_frame_rate_set_frames_per_second
ags_vst_frame_rate_set_flags
ags_vst_chord_set_key_note
ags_vst_chord_set_root_note
ags_vst_chord_set_chord_mask
ags_vst_process_context_alloc
ags_vst_process_context_set_state
ags_vst_process_context_set_samplerate
ags_vst_process_context_set_project_time_samples
ags_vst_process_context_set_system_time
ags_vst_process_context_set_continous_time_samples
ags_vst_process_context_set_project_time_music
ags_vst_process_context_set_bar_position_music
ags_vst_process_context_set_cycle_start_music
ags_vst_process_context_set_cycle_end_music
ags_vst_process_context_set_tempo
ags_vst_process_context_set_time_sig_numerator
ags_vst_process_context_set_time_sig_denominator
ags_vst_process_context_get_chord
ags_vst_process_context_set_smpte_offset_sub_frames
ags_vst_process_context_get_frame_rate
ags_vst_process_context_set_samples_to_next_clock
ags_vst_imessage_get_iid
ags_vst_imessage_get_message_id
ags_vst_imessage_set_message_id
ags_vst_imessage_get_attributes
ags_vst_iconnection_point_get_iid
ags_vst_iconnection_point_connect
ags_vst_iconnection_point_disconnect
ags_vst_iconnection_point_notify
ags_vst_imidi_learn_get_iid
ags_vst_midi_learn_on_live_midi_controller_input
ags_vst_ihost_application_get_iid
ags_vst_ihost_application_get_name
ags_vst_ihost_application_create_instance
ags_vst_ivst3_to_vst2_wrapper_get_iid
ags_vst_ivst3_to_au_wrapper_get_iid
ags_vst_ivst3_to_aax_wrapper_get_iid
ags_vst_ivst3_wrapper_mpe_support_get_iid
ags_vst_ivst3_wrapper_mpe_support_enable_mpe_input_processing
ags_vst_ivst3_wrapper_mpe_suppor_set_mpe_input_device_settings
ags_vst_unit_info_alloc
ags_vst_unit_info_free
ags_vst_unit_info_get_id
ags_vst_unit_info_get_parent_unit_id
ags_vst_unit_info_get_name
ags_vst_unit_info_get_program_list_id
ags_vst_program_list_info_alloc
ags_vst_program_list_info_free
ags_vst_program_list_info_get_id
ags_vst_program_list_info_get_name
ags_vst_program_list_info_get_program_count
ags_vst_iunit_handler_get_iid
ags_vst_iunit_handler_notify_unit_selection
ags_vst_iunit_handler_notify_program_list_change
ags_vst_iunit_handler2_get_iid
ags_vst_iunit_handler2_notify_unit_by_bus_change
ags_vst_iunit_info_get_iid
ags_vst_iunit_info_get_unit_count
ags_vst_iunit_info_get_unit_info
ags_vst_iunit_info_get_program_list_count
ags_vst_iunit_info_get_program_list_info
ags_vst_iunit_info_get_program_name
ags_vst_iunit_info_get_program_info
ags_vst_iunit_info_has_program_pitch_names
ags_vst_iunit_info_get_program_pitch_name
ags_vst_iunit_info_get_selected_unit
ags_vst_iunit_info_select_unit
ags_vst_iunit_info_get_unit_by_bus
ags_vst_iprogram_list_data_get_iid
ags_vst_iprogram_list_data_program_data_supported
ags_vst_iprogram_list_data_get_program_data
ags_vst_iprogram_list_data_set_program_data
ags_vst_iunit_data_get_iid
ags_vst_iunit_data_unit_data_supported
ags_vst_iunit_data_get_unit_data
ags_vst_iunit_data_set_unit_data
ags_vst_iinter_app_audio_host_get_iid
ags_vst_iinter_app_audio_host_get_screen_size
ags_vst_iinter_app_audio_host_connected_to_host
ags_vst_iinter_app_audio_host_switch_to_host
ags_vst_iinter_app_audio_host_send_remote_control_event
ags_vst_iinter_app_audio_host_get_host_icon
ags_vst_iinter_app_audio_host_schedule_event_from_ui
ags_vst_iinter_app_audio_host_create_preset_manager
ags_vst_iinter_app_audio_host_show_settings_view
ags_vst_iinter_app_audio_connection_notification_get_iid
ags_vst_iinter_app_audio_connection_notification_on_inter_app_audio_connection_notification_state_change
ags_vst_iinter_app_audio_preset_manager_get_iid
ags_vst_iinter_app_audio_preset_manager_run_load_preset_browser
ags_vst_iinter_app_audio_preset_manager_run_save_preset_browser
ags_vst_iinter_app_audio_preset_manager_load_next_preset
ags_vst_iinter_app_audio_preset_manager_load_previous_preset
ags_vst_parameter_info_alloc
ags_vst_parameter_info_free
ags_vst_parameter_info_get_param_id
ags_vst_parameter_info_get_title
ags_vst_parameter_info_get_short_title
ags_vst_parameter_info_get_units
ags_vst_parameter_info_get_step_count
ags_vst_parameter_info_get_default_normalized_value
ags_vst_parameter_info_get_unit_id
ags_vst_parameter_info_get_flags
ags_vst_icomponent_handler_get_iid
ags_vst_icomponent_handler_begin_edit
ags_vst_icomponent_handler_perform_edit
ags_vst_icomponent_handler_end_edit
ags_vst_icomponent_handler_restart_component
ags_vst_icomponent_handler2_get_iid
ags_vst_icomponent_handler2_set_dirty
ags_vst_icomponent_handler2_request_open_editor
ags_vst_icomponent_handler2_finish_group_edit
ags_vst_icomponent_handler_bus_activation_get_iid
ags_vst_icomponent_handler_bus_activation_request_bus_activation
ags_vst_iprogress_get_iid
ags_vst_iprogress_start
ags_vst_iprogress_update
ags_vst_iprogress_finish
ags_vst_iedit_controller_get_iid
ags_vst_iedit_controller_set_component_state
ags_vst_iedit_controller_set_state
ags_vst_iedit_controller_get_state
ags_vst_iedit_controller_get_parameter_count
ags_vst_iedit_controller_get_parameter_info
ags_vst_iedit_controller_get_param_string_by_value
ags_vst_iedit_controller_get_param_value_by_string
ags_vst_iedit_controller_normalized_param_to_plain
ags_vst_iedit_controller_plain_param_to_normalized
ags_vst_iedit_controller_get_param_normalized
ags_vst_iedit_controller_set_param_normalized
ags_vst_iedit_controller_set_component_handler
ags_vst_iedit_controller_create_view
ags_vst_iedit_controller2_get_iid
ags_vst_iedit_controller2_set_knob_mode
ags_vst_iedit_controller2_open_help
ags_vst_iedit_controller2_open_about_box
ags_vst_imidi_mapping_get_iid
ags_vst_imidi_mapping_get_midi_controller_assignment
ags_vst_iedit_controller_host_editing_get_iid
ags_vst_iedit_controller_host_editing_begin_edit_from_host
ags_vst_iedit_controller_host_editing_end_edit_from_host
ags_vst_icomponent_get_iid
ags_vst_icomponent_destroy
ags_vst_icomponent_get_controller_class_id
ags_vst_icomponent_set_io_mode
ags_vst_icomponent_get_bus_count
ags_vst_icomponent_get_bus_info
ags_vst_icomponent_get_routing_info
ags_vst_icomponent_activate_bus
ags_vst_icomponent_set_active
ags_vst_icomponent_set_state
ags_vst_icomponent_get_state
ags_vst_iparameter_finder_get_iid
ags_vst_iparameter_finder_find_parameter
ags_vst_iautomation_state_get_iid
ags_vst_iautomation_state_set_automation_state
ags_vst_icomponent_handler3_get_iid
ags_vst_icomponent_handler3_create_context_menu
ags_vst_icontext_menu_target_get_iid
ags_vst_icontext_menu_target_execute_menu_item
ags_vst_icontext_menu_get_iid
ags_vst_icontext_menu_get_item_count
ags_vst_icontext_menu_get_item
ags_vst_icontext_menu_add_item
ags_vst_icontext_menu_remove_item
ags_vst_icontext_menu_popup
ags_vst_process_setup_alloc
ags_vst_process_setup_set_process_mode
ags_vst_process_setup_set_symbolic_sample_size
ags_vst_process_setup_set_max_samples_per_block
ags_vst_process_setup_set_samplerate
ags_vst_audio_bus_buffers_alloc
ags_vst_audio_bus_buffers_set_num_channels
ags_vst_audio_bus_buffers_set_silence_flags
ags_vst_audio_bus_buffers_set_samples32
ags_vst_audio_bus_buffers_set_samples64
ags_vst_process_data_alloc
ags_vst_process_data_set_process_mode
ags_vst_process_data_set_symbolic_sample_size
ags_vst_process_data_set_num_samples
ags_vst_process_data_set_num_inputs
ags_vst_process_data_set_num_outputs
ags_vst_process_data_set_inputs
ags_vst_process_data_set_outputs
ags_vst_process_data_set_input_iparameter_changes
ags_vst_process_data_set_ouput_iparameter_changes
ags_vst_process_data_set_input_events
ags_vst_process_data_set_output_events
ags_vst_process_data_set_process_context
ags_vst_iaudio_processor_get_iid
ags_vst_iaudio_processor_set_bus_arrangements
ags_vst_iaudio_processor_get_bus_arrangement
ags_vst_iaudio_processor_can_process_sample_size
ags_vst_iaudio_processor_get_latency_samples
ags_vst_iaudio_processor_setup_processing
ags_vst_iaudio_processor_set_processing
ags_vst_iaudio_processor_process
ags_vst_iaudio_processor_get_tail_samples
ags_vst_iaudio_presentation_latency_get_iid
ags_vst_iaudio_presentation_latency_set_audio_presentation_latency_samples
ags_vst_iprocess_context_requirements_get_iid
ags_vst_iprocess_context_requirements_get_process_context_requirements
ags_vst_inote_expression_physical_ui_mapping_get_iid
ags_vst_inote_expression_physical_ui_mapping_get_physical_ui_mapping
ags_vst_iprefetchable_support_get_iid
ags_vst_iprefetchable_support_get_prefetchable_support
ags_vst_view_rect_alloc
ags_vst_view_rect_get_width
ags_vst_view_rect_get_height
ags_vst_iplug_view_get_iid
ags_vst_iplug_view_attached
ags_vst_iplug_view_removed
ags_vst_iplug_view_on_wheel
ags_vst_iplug_view_on_key_down
ags_vst_iplug_view_on_key_up
ags_vst_iplug_view_get_size
ags_vst_iplug_view_on_size
ags_vst_iplug_view_on_focus
ags_vst_iplug_view_set_frame
ags_vst_iplug_view_can_resize
ags_vst_iplug_view_check_size_constraint
ags_vst_iplug_view_content_scale_support_get_iid
ags_vst_iplug_view_content_scale_support_set_content_scale_factor
ags_vst_string_util_to_unicode16
ags_vst_string_util_to_unicode16_extended
ags_vst_string_util_from_unicode16
ags_vst_edit_controller_new
ags_vst_edit_controller_delete
ags_vst_edit_controller_set_component_state
ags_vst_edit_controller_set_state
ags_vst_edit_controller_get_state
ags_vst_edit_controller_get_parameter_count
ags_vst_edit_controller_get_parameter_info
ags_vst_edit_controller_get_param_string_by_value
ags_vst_edit_controller_get_param_value_by_string
ags_vst_edit_controller_normalized_param_to_plain
ags_vst_edit_controller_plain_param_to_normalized
ags_vst_edit_controller_get_param_normalized
ags_vst_edit_controller_set_param_normalized
ags_vst_edit_controller_set_component_handler
ags_vst_edit_controller_create_view
ags_vst_edit_controller_set_knob_mode
ags_vst_edit_controller_open_help
ags_vst_edit_controller_open_about_box
ags_vst_edit_controller_initialize
ags_vst_edit_controller_terminate
ags_vst_edit_controller_begin_edit
ags_vst_edit_controller_perform_edit
ags_vst_edit_controller_end_edit
ags_vst_edit_controller_start_group_edit
ags_vst_edit_controller_finish_group_edit
ags_vst_edit_controller_editor_destroyed
ags_vst_edit_controller_editor_attached
ags_vst_edit_controller_editor_removed
ags_vst_edit_controller_get_host_knob_mode
ags_vst_edit_controller_get_parameter_object
ags_vst_edit_controller_get_parameter_info_by_tag
ags_vst_edit_controller_set_dirty
ags_vst_edit_controller_request_open_editor
ags_vst_edit_controller_get_component_handler
ags_vst_editor_view_new
ags_vst_editor_view_delete
ags_vst_editor_view_get_controller
ags_vst_editor_view_attached_to_parent
ags_vst_editor_view_removed_from_parent
ags_vst_unit_new
ags_vst_unit_delete
ags_vst_unit_get_info
ags_vst_unit_get_id
ags_vst_unit_set_id
ags_vst_unit_get_name
ags_vst_unit_set_name
ags_vst_unit_get_program_list_id
ags_vst_unit_set_program_list_id
ags_vst_program_list_new
ags_vst_program_list_new_from_program_list
ags_vst_program_list_delete
ags_vst_program_list_get_info
ags_vst_program_list_get_id
ags_vst_program_list_get_name
ags_vst_program_list_get_count
ags_vst_program_list_get_program_name
ags_vst_program_list_set_program_name
ags_vst_program_list_get_program_info
ags_vst_program_list_has_pitch_names
ags_vst_program_list_get_pitch_name
ags_vst_program_list_add_program
ags_vst_program_list_set_program_info
ags_vst_program_list_get_parameter
ags_vst_program_list_with_pitch_names_new
ags_vst_program_list_with_pitch_names_delete
ags_vst_program_list_with_pitch_names_set_pitch_name
ags_vst_program_list_with_pitch_names_remove_pitch_name
ags_vst_program_list_with_pitch_names_add_program
ags_vst_program_list_with_pitch_names_has_pitch_names
ags_vst_program_list_with_pitch_names_get_pitch_name
ags_vst_edit_controller_ex1_new
ags_vst_edit_controller_ex1_delete
ags_vst_edit_controller_ex1_add_unit
ags_vst_edit_controller_ex1_add_program_list
ags_vst_edit_controller_ex1_get_program_list
ags_vst_edit_controller_ex1_notify_program_list_change
ags_vst_edit_controller_ex1_get_unit_count
ags_vst_edit_controller_ex1_get_unit_info
ags_vst_edit_controller_ex1_get_program_list_count
ags_vst_edit_controller_ex1_get_program_list_info
ags_vst_edit_controller_ex1_get_program_name
ags_vst_edit_controller_ex1_get_program_info
ags_vst_edit_controller_ex1_has_program_pitch_names
ags_vst_edit_controller_ex1_get_program_pitch_name
ags_vst_edit_controller_ex1_set_program_name
ags_vst_edit_controller_ex1_get_selected_unit
ags_vst_edit_controller_ex1_select_unit
ags_vst_edit_controller_ex1_get_unit_by_bus
ags_vst_edit_controller_ex1_set_unit_program_data
ags_vst_edit_controller_ex1_notify_unit_selection
ags_vst_edit_controller_ex1_update
ags_vst_component_base_new
ags_vst_component_base_delete
ags_vst_component_base_get_host_context
ags_vst_component_base_get_peer
ags_vst_component_base_allocate_message
ags_vst_component_base_send_message
ags_vst_component_base_send_text_message
ags_vst_component_base_receive_text
ags_vst_component_base_initialize
ags_vst_component_base_terminate
ags_vst_component_base_connect
ags_vst_component_base_disconnect
ags_vst_component_base_notify
ags_vst_parameter_new
ags_vst_parameter_new_with_info
ags_vst_parameter_new_full
ags_vst_parameter_delete
ags_vst_parameter_get_info
ags_vst_parameter_set_unit_id
ags_vst_parameter_get_unit_id
ags_vst_parameter_get_normalized
ags_vst_parameter_set_normalized
ags_vst_parameter_to_string
ags_vst_parameter_from_string
ags_vst_parameter_to_plain
ags_vst_parameter_to_normalized
ags_vst_parameter_get_precision
ags_vst_parameter_set_precision
ags_vst_range_parameter_new_with_info
ags_vst_range_parameter_new_full
ags_vst_range_parameter_get_min
ags_vst_range_parameter_set_min
ags_vst_range_parameter_get_max
ags_vst_range_parameter_set_max
ags_vst_range_parameter_to_string
ags_vst_range_parameter_from_string
ags_vst_range_parameter_to_plain
ags_vst_range_parameter_to_normalized
ags_vst_string_list_parameter_new_with_info
ags_vst_string_list_parameter_new_full
ags_vst_string_list_parameter_append_string
ags_vst_string_list_parameter_replace_string
ags_vst_string_list_parameter_to_string
ags_vst_string_list_parameter_from_string
ags_vst_string_list_parameter_to_plain
ags_vst_string_list_parameter_to_normalized
ags_vst_parameter_container_new
ags_vst_parameter_container_init
ags_vst_parameter_container_add_parameter_with_info
ags_vst_parameter_container_add_parameter_extended
ags_vst_parameter_container_add_parameter
ags_vst_parameter_container_get_parameter_count
ags_vst_parameter_container_get_parameter_by_index
ags_vst_parameter_container_remove_all
ags_vst_parameter_container_get_parameter
ags_vst_audio_effect_new
ags_vst_audio_effect_delete
ags_vst_audio_effect_add_audio_input
ags_vst_audio_effect_add_audio_output
ags_vst_audio_effect_get_audio_input
ags_vst_audio_effect_get_audio_output
ags_vst_audio_effect_add_event_input
ags_vst_audio_effect_add_event_output
ags_vst_audio_effect_get_event_input
ags_vst_audio_effect_get_event_output
ags_vst_audio_effect_set_bus_arrangements
ags_vst_audio_effect_get_bus_arrangement
ags_vst_audio_effect_can_process_sample_size
ags_vst_audio_effect_get_latency_samples
ags_vst_audio_effect_setup_processing
ags_vst_audio_effect_set_processing
ags_vst_audio_effect_process
ags_vst_audio_effect_get_tail_samples
ags_vst_plugin_factory_set_host_context
ags_vst_module_get_factory
ags_vst_event_list_new
ags_vst_event_list_clear
ags_vst_parameter_value_queue_new
ags_vst_parameter_value_queue_get_point_count
ags_vst_parameter_value_queue_get_point
ags_vst_parameter_value_queue_add_point
ags_vst_parameter_value_queue_set_param_id
ags_vst_parameter_value_queue_clear
ags_vst_parameter_changes_new
ags_vst_parameter_changes_clear_queue
ags_vst_parameter_changes_set_max_parameters
ags_vst_parameter_changes_get_parameter_count
ags_vst_parameter_changes_get_parameter_data
ags_vst_parameter_changes_add_parameter_data
ags_vst_plug_interface_support_new
ags_vst_plug_interface_support_add_plug_interface_supported
ags_vst_plug_interface_support_remove_plug_interface_supported
ags_vst_bus_new
ags_vst_bus_delete
ags_vst_bus_is_active
ags_vst_bus_set_active
ags_vst_bus_set_name
ags_vst_bus_set_bus_type
ags_vst_bus_set_flags
ags_vst_bus_get_info
ags_vst_event_bus_new
ags_vst_event_bus_delete
ags_vst_event_bus_get_info
ags_vst_audio_bus_new
ags_vst_audio_bus_delete
ags_vst_audio_bus_get_arrangement
ags_vst_audio_bus_set_arrangement
ags_vst_audio_bus_get_info
ags_vst_bus_list_new
ags_vst_bus_list_delete
ags_vst_bus_list_get_type
ags_vst_bus_list_get_direction
ags_vst_component_new
ags_vst_component_delete
ags_vst_component_set_controller_class
ags_vst_component_remove_audio_buses
ags_vst_component_remove_event_buses
ags_vst_component_rename_bus
ags_vst_component_get_controller_class_id
ags_vst_component_set_io_mode
ags_vst_component_get_bus_count
ags_vst_component_get_bus_info
ags_vst_component_get_routing_info
ags_vst_component_activate_bus
ags_vst_component_set_active
ags_vst_component_set_state
ags_vst_component_get_state
ags_vst_component_initialize
ags_vst_component_terminate
ags_vst_component_handler_new
ags_vst_component_handler_destroy
ags_vst_component_handler_connect_handler
ags_vst_component_handler_disconnect_handler
ags_vst_host_context_get_instance
ags_vst_host_context_new
ags_vst_host_context_get_plug_interface_support
|