Virtual Method
AgsSoundcardget_note_256th_attack_position
since: 6.2.2
Declaration [src]
void
get_note_256th_attack_position (
AgsSoundcard* soundcard,
guint* note_256th_attack_position_lower,
guint* note_256th_attack_position_upper
)
Description [src]
Get current playback note 256th attack position within 16 times AGS_SOUNDCARD_DEFAULT_PERIOD
.
Available since: 6.2.2
Parameters
note_256th_attack_position_lower
-
Type:
guint*
The return location of attack position lower range.
The data is owned by the caller of the method. note_256th_attack_position_upper
-
Type:
guint*
The return location of attack position upper range.
The data is owned by the caller of the method.