Top |
GList * | ags_jack_port_find () |
void | ags_jack_port_register () |
void | ags_jack_port_unregister () |
AgsJackPort * | ags_jack_port_new () |
GList * ags_jack_port_find (GList *jack_port
,gchar *port_name
);
Finds next match of port_name
in jack_port
.
Since: 0.7.3
void ags_jack_port_register (AgsJackPort *jack_port
,gchar *port_name
,gboolean is_audio
,gboolean is_midi
,gboolean is_output
);
Register a new JACK port and read uuid. Creates a new AgsSequencer or AgsSoundcard object.
jack_port |
the AgsJackPort |
|
port_name |
the name as string |
|
is_audio |
if |
|
is_midi |
if |
|
is_output |
if |
Since: 0.7.1
AgsJackPort *
ags_jack_port_new (GObject *jack_client
);
Instantiate a new AgsJackPort.
Since: 0.7.1
“jack-client”
property“jack-client” AgsJackClient *
The assigned JACK client.
Flags: Read / Write
Since: 0.7.1