Top |
void | ags_machine_resize_audio_channels () |
void | ags_machine_resize_pads () |
void | ags_machine_map_recall () |
GList * | ags_machine_find_port () |
void | ags_machine_add_default_recalls () |
GtkListStore * | ags_machine_get_possible_links () |
AgsMachine * | ags_machine_find_by_name () |
void | ags_machine_set_run () |
void | ags_machine_set_run_extended () |
GtkFileChooserDialog * | ags_machine_file_chooser_dialog_new () |
void | ags_machine_open_files () |
void | ags_machine_copy_pattern () |
AgsMachine * | ags_machine_new () |
gpointer | find-port | Run Last |
void | map-recall | Run Last |
void | resize-audio-channels | Run Last |
void | resize-pads | Run Last |
#define | AGS_MACHINE_DEFAULT_VERSION |
#define | AGS_MACHINE_DEFAULT_BUILD_ID |
enum | AgsMachineFlags |
enum | AgsMachineFileInputFlags |
enum | AgsMachineMappingFlags |
enum | AgsMachineEditOptions |
enum | AgsMachineConnectionOptions |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkHandleBox ╰── AgsMachine ├── AgsDrum ├── AgsDssiBridge ├── AgsFFPlayer ├── AgsLadspaBridge ├── AgsLv2Bridge ├── AgsMatrix ├── AgsMixer ├── AgsPanel ╰── AgsSynth
AgsMachine implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsPlugin.
void ags_machine_resize_audio_channels (AgsMachine *machine
,guint new_size
,guint old_size
);
Resize audio channel allocation.
Since: 0.7.8
void ags_machine_resize_pads (AgsMachine *machine
,GType channel_type
,guint new_size
,guint old_size
);
Resize pad allocation.
machine |
the AgsMachine |
|
channel_type |
the channel GType |
|
new_size |
new allocation |
|
old_size |
old allocation |
Since: 0.7.8
void
ags_machine_map_recall (AgsMachine *machine
);
You may want the machine
to add its default recall.
void
ags_machine_add_default_recalls (AgsMachine *machine
);
ags_machine_add_default_recalls
is deprecated and should not be used in newly-written code.
GtkListStore *
ags_machine_get_possible_links (AgsMachine *machine
);
Find links suitable for machine
.
a GtkListStore containing one column with a string representing machines by its type and name.
Since: 0.4
AgsMachine * ags_machine_find_by_name (GList *list
,char *name
);
Find the specified by name
machine.
Since: 0.3
void ags_machine_set_run (AgsMachine *machine
,gboolean run
);
Start/stop playback of machine
.
Since: 0.4
void ags_machine_set_run_extended (AgsMachine *machine
,gboolean run
,gboolean sequencer
,gboolean notation
);
Start/stop playback of machine
.
machine |
the AgsMachine |
|
run |
if |
|
sequencer |
if doing sequencer |
|
notation |
if doing notation |
Since: 0.4.2
GtkFileChooserDialog *
ags_machine_file_chooser_dialog_new (AgsMachine *machine
);
Creates a new machine file chooser dialog in order to open audio files.
Since: 0.4
void ags_machine_open_files (AgsMachine *machine
,GSList *filenames
,gboolean overwrite_channels
,gboolean create_channels
);
Opens audio files and modifies or creates new channels if wished.
machine |
the AgsMachine |
|
filenames |
the filenames |
|
overwrite_channels |
reset channels |
|
create_channels |
instantiate new channels |
Since: 0.4
AgsMachine *
ags_machine_new (GObject *soundcard
);
Creates an AgsMachine
Since: 0.3
“find-port”
signalgpointer user_function (AgsMachine *machine, gpointer user_data)
Flags: Run Last
“map-recall”
signalvoid user_function (AgsMachine *machine, gpointer user_data)
Flags: Run Last
“resize-audio-channels”
signalvoid user_function (AgsMachine *machine, guint channel, guint new_size, gpointer user_data)
Flags: Run Last