Class
AgsAudioAutomation
Description
class AgsAudio.Automation : GObject.Object
{
flags: AgsAutomationFlags,
obj_mutex: GRecMutex,
audio: GObject*,
channel_type: GType,
line: guint,
timestamp: AgsTimestamp*,
control_key: gpointer,
control_name: gchar*,
steps: guint,
upper: gdouble,
lower: gdouble,
default_value: gdouble,
source_function: AgsFunction*,
port: GObject*,
acceleration: GList*,
selection: GList*
}
No description available.
Functions
ags_automation_find_near_timestamp_extended
Retrieve appropriate automation for timestamp.
since: 3.0.0
ags_automation_find_specifier_with_type_and_line
Find port specifier with channel type and line.
since: 3.0.0
ags_automation_get_specifier_unique_with_channel_type
Retrieve automation port specifier.
since: 3.0.0
Instance methods
ags_automation_insert_from_clipboard_extended
Insert clipboard automation_node
to automation
.
since: 3.0.0
ags_automation_remove_acceleration_at_position
Removes one AgsAcceleration
of automation.
since: 3.0.0
ags_automation_remove_point_from_selection
Remove acceleration at position of selection.
since: 3.0.0
ags_automation_remove_region_from_selection
Remove acceleration within region of selection.
since: 3.0.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.