Method

AgsAudioPatternget_dim

since: 3.1.0

Declaration [src]

void
ags_pattern_get_dim (
  AgsPattern* pattern,
  guint* dim0,
  guint* dim1,
  guint* length
)

Description [src]

Get the pattern’s dimensions.

Available since: 3.1.0

Parameters

dim0

Type: guint*

Bank 0 size.

The argument will be set by the function.
dim1

Type: guint*

Bank 1 size.

The argument will be set by the function.
length

Type: guint*

Amount of beats.

The argument will be set by the function.