Method

AgsAudioSFZFileget_range

since: 3.0.0

Declaration [src]

void
ags_sfz_file_get_range (
  AgsSFZFile* sfz_file,
  glong* hikey,
  glong* lokey
)

Description [src]

Get range of sfz_file, set return location hikey and lokey.

Available since: 3.0.0

Parameters

hikey

Type: glong*

The return location of key high.

The argument will be set by the function.
lokey

Type: glong*

The return location of key low.

The argument will be set by the function.