Class
AgsAudioJackDevin
[−]
Description
class AgsAudio.JackDevin : GObject.Object
implements Ags.Connectable, Ags.Soundcard {
flags: AgsJackDevinFlags,
connectable_flags: AgsConnectableFlags,
sync_flags: volatile AgsJackDevinSyncFlags,
obj_mutex: GRecMutex,
uuid: AgsUUID*,
dsp_channels: guint,
pcm_channels: guint,
format: AgsSoundcardFormat,
buffer_size: guint,
samplerate: guint,
app_buffer_mode: AgsJackDevinAppBufferMode,
app_buffer_mutex: GRecMutex**,
app_buffer: void**,
sub_block_count: guint,
sub_block_mutex: GRecMutex**,
bpm: double,
delay_factor: gdouble,
delay: gdouble*,
attack: guint*,
tact_counter: gdouble,
delay_counter: gdouble,
tic_counter: guint,
start_note_offset: guint,
note_offset: guint,
note_offset_absolute: guint,
loop_left: guint,
loop_right: guint,
do_loop: gboolean,
loop_offset: guint,
card_uri: gchar*,
jack_client: GObject*,
port_name: gchar**,
jack_port: GList*,
callback_mutex: GMutex,
callback_cond: GCond,
callback_finish_mutex: GMutex,
callback_finish_cond: GCond,
note_256th_delay: gdouble,
note_256th_attack: GList*,
note_256th_offset: guint,
note_256th_offset_last: guint,
note_256th_attack_of_16th_pulse: guint,
note_256th_attack_of_16th_pulse_position: guint,
note_256th_delay_counter: gdouble
}
No description available.
[−]
Instance methods
ags_jack_devin_switch_buffer_flag
The buffer flag indicates the currently played buffer.
since: 3.0.0
[+]
Methods inherited from AgsConnectable (13)
[+]
Methods inherited from AgsSoundcard (50)
[+]