Class
AgsAudioOssDevin
[−]
Description
class AgsAudio.OssDevin : GObject.Object
implements Ags.Connectable, Ags.Soundcard {
flags: AgsOssDevinFlags,
connectable_flags: AgsConnectableFlags,
obj_mutex: GRecMutex,
uuid: AgsUUID*,
dsp_channels: guint,
pcm_channels: guint,
format: AgsSoundcardFormat,
buffer_size: guint,
samplerate: guint,
app_buffer_mode: AgsOssDevinAppBufferMode,
app_buffer_mutex: GRecMutex**,
sub_block_count: guint,
sub_block_mutex: GRecMutex**,
app_buffer: void**,
available: volatile gboolean,
backend_buffer_mode: AgsOssDevinBackendBufferMode,
backend_buffer: guchar**,
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,
device_fd: int,
device: char*,
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_oss_devin_switch_buffer_flag
The buffer flag indicates the currently recorded buffer.
since: 3.13.2
[+]
Methods inherited from AgsConnectable (13)
[+]
Methods inherited from AgsSoundcard (50)
[+]