AgsMachineEditor

AgsMachineEditor — pack pad editors.

Functions

Types and Values

Includes

#include <ags/X/ags_machine_editor.h>

Description

AgsMachineEditor is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editors.

Functions

ags_machine_editor_add_children ()

void
ags_machine_editor_add_children (AgsMachineEditor *machine_editor);

Add all child editors.

Since 0.3


ags_machine_editor_set_machine ()

void
ags_machine_editor_set_machine (AgsMachineEditor *machine_editor,
                                AgsMachine *machine);

Is emitted as machine gets modified.

Parameters

machine_editor

an AgsMachineEditor

 

machine

the new AgsMachine

 

Since 0.3


ags_machine_editor_add_input ()

void
ags_machine_editor_add_input (AgsMachineEditor *machine_editor);


ags_machine_editor_add_output ()

void
ags_machine_editor_add_output (AgsMachineEditor *machine_editor);


ags_machine_editor_remove_input ()

void
ags_machine_editor_remove_input (AgsMachineEditor *machine_editor);


ags_machine_editor_remove_output ()

void
ags_machine_editor_remove_output (AgsMachineEditor *machine_editor);


ags_machine_editor_new ()

AgsMachineEditor *
ags_machine_editor_new (AgsMachine *machine);

Creates an AgsMachineEditor

Parameters

machine

the assigned machine.

 

Returns

a new AgsMachineEditor

Since 0.3

Types and Values

AGS_MACHINE_EDITOR_DEFAULT_VERSION

#define AGS_MACHINE_EDITOR_DEFAULT_VERSION "0.4.2\0"


AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID

#define AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"


enum AgsMachineEditorFlags

Members

AGS_MACHINE_EDITOR_CLOSING