Function
AgsAudioCommonPitchUtilset_note_256th_mode
since: 6.1.0
[−]
Declaration [src]
void
ags_common_pitch_util_set_note_256th_mode (
gpointer pitch_util,
GType pitch_type,
gboolean note_256th_mode
)
[−]
Parameters
pitch_util
-
Type:
gpointer
The pitch util.
The argument can be NULL
.The data is owned by the caller of the function. pitch_type
-
Type:
GType
The pitch type.
note_256th_mode
-
Type:
gboolean
TRUE
if note 256th mode, otherwiseFALSE
.