Method

AgsAudioJackPortregister

since: 3.0.0

Declaration [src]

void
ags_jack_port_register (
  AgsJackPort* jack_port,
  gchar* port_name,
  gboolean is_audio,
  gboolean is_midi,
  gboolean is_output
)

Description [src]

Register a new JACK port and read uuid. Creates a new AgsSequencer or AgsSoundcard object.

Available since: 3.0.0

Parameters

port_name

Type: gchar*

The name as string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
is_audio

Type: gboolean

If TRUE interpreted as audio port.

is_midi

Type: gboolean

If TRUE interpreted as midi port.

is_output

Type: gboolean

If TRUE port is acting as output, otherwise as input.