| Top |
| GRecMutex * | ags_soundcard_util_get_obj_mutex () |
| void | ags_soundcard_util_adjust_delay_and_attack () |
| gint64 | ags_soundcard_util_calc_system_time () |
| gint64 | ags_soundcard_util_calc_time_samples () |
| gint64 | ags_soundcard_util_calc_time_samples_absolute () |
| void | ags_soundcard_util_calc_next_note_256th_offset () |
| void | ags_soundcard_util_calc_next_note_256th_attack () |
GRecMutex *
ags_soundcard_util_get_obj_mutex (GObject *soundcard);
Get object mutex of soundcard
.
Since: 3.0.0
void
ags_soundcard_util_adjust_delay_and_attack
(GObject *soundcard);
Adjust delay and attack of soundcard
.
Since: 3.3.0
gint64
ags_soundcard_util_calc_system_time (GObject *soundcard);
Offset of soundcard
to system time.
Since: 5.0.0
gint64
ags_soundcard_util_calc_time_samples (GObject *soundcard);
Offset of soundcard
to system time.
Since: 5.0.0
gint64
ags_soundcard_util_calc_time_samples_absolute
(GObject *soundcard);
Offset of soundcard
to system time.
Since: 5.0.0
void ags_soundcard_util_calc_next_note_256th_offset (GObject *soundcard,guint *note_256th_offset_lower,guint *note_256th_offset_upper);
Calc next note 256th offset of soundcard
.
soundcard |
the GObject sub-type implementing AgsSoundcard |
|
note_256th_offset_lower |
the return location of note 256th offset lower. |
[out] |
note_256th_offset_upper |
the return location of note 256th offset upper. |
[out] |
Since: 6.9.0