![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
ags_vst_bus.h
Go to the documentation of this file.
55 AgsVstEventBus* ags_vst_event_bus_new(AgsVstTChar *name, AgsVstBusType bus_type, gint32 flags, gint32 channel_count);
63 AgsVstAudioBus* ags_vst_audio_bus_new(AgsVstTChar *name, AgsVstBusType bus_type, gint32 flags, AgsVstSpeakerArrangement arr);
void ags_vst_bus_set_active(AgsVstBus *bus, gboolean state)
Definition ags_vst_bus.cpp:76
void ags_vst_audio_bus_delete(AgsVstAudioBus *audio_bus)
Definition ags_vst_bus.cpp:214
AgsVstBusDirection ags_vst_bus_list_get_direction(AgsVstBusList *bus_list)
Definition ags_vst_bus.cpp:310
void ags_vst_bus_set_flags(AgsVstBus *bus, guint32 new_flags)
Definition ags_vst_bus.cpp:121
void ags_vst_event_bus_delete(AgsVstEventBus *event_bus)
Definition ags_vst_bus.cpp:168
void ags_vst_bus_set_bus_type(AgsVstBus *bus, AgsVstBusType new_bus_type)
Definition ags_vst_bus.cpp:108
gboolean ags_vst_bus_get_info(AgsVstBus *bus, AgsVstBusInfo *info)
Definition ags_vst_bus.cpp:136
void ags_vst_bus_list_delete(AgsVstBusList *bus_list)
Definition ags_vst_bus.cpp:284
AgsVstMediaType ags_vst_bus_list_get_type(AgsVstBusList *bus_list)
Definition ags_vst_bus.cpp:297
AgsVstEventBus * ags_vst_event_bus_new(AgsVstTChar *name, AgsVstBusType bus_type, gint32 flags, gint32 channel_count)
Definition ags_vst_bus.cpp:156
void ags_vst_bus_set_name(AgsVstBus *bus, AgsVstString new_name)
Definition ags_vst_bus.cpp:89
void ags_vst_audio_bus_set_arrangement(AgsVstAudioBus *audio_bus, AgsVstSpeakerArrangement arr)
Definition ags_vst_bus.cpp:240
AgsVstSpeakerArrangement ags_vst_audio_bus_get_arrangement(AgsVstAudioBus *audio_bus)
Definition ags_vst_bus.cpp:227
gboolean ags_vst_audio_bus_get_info(AgsVstAudioBus *audio_bus, AgsVstBusInfo *info)
Definition ags_vst_bus.cpp:254
AgsVstBusList * ags_vst_bus_list_new(AgsVstMediaType type, AgsVstBusDirection dir)
Definition ags_vst_bus.cpp:272
AgsVstBus * ags_vst_bus_new(AgsVstTChar *name, AgsVstBusType bus_type, gint32 flags)
gboolean ags_vst_event_bus_get_info(AgsVstEventBus *event_bus, AgsVstBusInfo *info)
Definition ags_vst_bus.cpp:182
AgsVstAudioBus * ags_vst_audio_bus_new(AgsVstTChar *name, AgsVstBusType bus_type, gint32 flags, AgsVstSpeakerArrangement arr)
Definition ags_vst_bus.cpp:202
Generated by