ginterface |
GTypeInterface
|
| No description available. |
set_device |
void (* set_device) (
AgsSoundcard* soundcard,
gchar* card_id
)
|
| No description available. |
get_device |
gchar* (* get_device) (
AgsSoundcard* soundcard
)
|
| No description available. |
pcm_info |
void (* pcm_info) (
AgsSoundcard* soundcard,
gchar* card_id,
guint* channels_min,
guint* channels_max,
guint* rate_min,
guint* rate_max,
guint* buffer_size_min,
guint* buffer_size_max,
GError** error
)
|
| No description available. |
get_capability |
AgsSoundcardCapability (* get_capability) (
AgsSoundcard* soundcard
)
|
| No description available. |
set_presets |
void (* set_presets) (
AgsSoundcard* soundcard,
guint channels,
guint rate,
guint buffer_size,
AgsSoundcardFormat format
)
|
| No description available. |
get_presets |
void (* get_presets) (
AgsSoundcard* soundcard,
guint* channels,
guint* rate,
guint* buffer_size,
AgsSoundcardFormat* format
)
|
| No description available. |
list_cards |
void (* list_cards) (
AgsSoundcard* soundcard,
GList** card_id,
GList** card_name
)
|
| No description available. |
is_available |
gboolean (* is_available) (
AgsSoundcard* soundcard
)
|
| No description available. |
is_starting |
gboolean (* is_starting) (
AgsSoundcard* soundcard
)
|
| No description available. |
is_playing |
gboolean (* is_playing) (
AgsSoundcard* soundcard
)
|
| No description available. |
is_recording |
gboolean (* is_recording) (
AgsSoundcard* soundcard
)
|
| No description available. |
get_uptime |
gchar* (* get_uptime) (
AgsSoundcard* soundcard
)
|
| No description available. |
play_init |
void (* play_init) (
AgsSoundcard* soundcard,
GError** error
)
|
| No description available. |
play |
void (* play) (
AgsSoundcard* soundcard,
GError** error
)
|
| No description available. |
record_init |
void (* record_init) (
AgsSoundcard* soundcard,
GError** error
)
|
| No description available. |
record |
void (* record) (
AgsSoundcard* soundcard,
GError** error
)
|
| No description available. |
stop |
void (* stop) (
AgsSoundcard* soundcard
)
|
| No description available. |
tic |
void (* tic) (
AgsSoundcard* soundcard
)
|
| No description available. |
offset_changed |
void (* offset_changed) (
AgsSoundcard* soundcard,
guint note_offset
)
|
| No description available. |
get_buffer |
void* (* get_buffer) (
AgsSoundcard* soundcard
)
|
| No description available. |
get_next_buffer |
void* (* get_next_buffer) (
AgsSoundcard* soundcard
)
|
| No description available. |
get_prev_buffer |
void* (* get_prev_buffer) (
AgsSoundcard* soundcard
)
|
| No description available. |
lock_buffer |
void (* lock_buffer) (
AgsSoundcard* soundcard,
void* buffer
)
|
| No description available. |
unlock_buffer |
void (* unlock_buffer) (
AgsSoundcard* soundcard,
void* buffer
)
|
| No description available. |
set_bpm |
void (* set_bpm) (
AgsSoundcard* soundcard,
gdouble bpm
)
|
| No description available. |
get_bpm |
gdouble (* get_bpm) (
AgsSoundcard* soundcard
)
|
| No description available. |
set_delay_factor |
void (* set_delay_factor) (
AgsSoundcard* soundcard,
gdouble delay_factor
)
|
| No description available. |
get_delay_factor |
gdouble (* get_delay_factor) (
AgsSoundcard* soundcard
)
|
| No description available. |
get_absolute_delay |
gdouble (* get_absolute_delay) (
AgsSoundcard* soundcard
)
|
| No description available. |
get_delay |
gdouble (* get_delay) (
AgsSoundcard* soundcard
)
|
| No description available. |
get_attack |
guint (* get_attack) (
AgsSoundcard* soundcard
)
|
| No description available. |
get_delay_counter |
guint (* get_delay_counter) (
AgsSoundcard* soundcard
)
|
| No description available. |
set_start_note_offset |
void (* set_start_note_offset) (
AgsSoundcard* soundcard,
guint start_note_offset
)
|
| No description available. |
get_start_note_offset |
guint (* get_start_note_offset) (
AgsSoundcard* soundcard
)
|
| No description available. |
set_note_offset |
void (* set_note_offset) (
AgsSoundcard* soundcard,
guint note_offset
)
|
| No description available. |
get_note_offset |
guint (* get_note_offset) (
AgsSoundcard* soundcard
)
|
| No description available. |
set_note_offset_absolute |
void (* set_note_offset_absolute) (
AgsSoundcard* soundcard,
guint note_offset
)
|
| No description available. |
get_note_offset_absolute |
guint (* get_note_offset_absolute) (
AgsSoundcard* soundcard
)
|
| No description available. |
set_loop |
void (* set_loop) (
AgsSoundcard* soundcard,
guint loop_left,
guint loop_right,
gboolean do_loop
)
|
| No description available. |
get_loop |
void (* get_loop) (
AgsSoundcard* soundcard,
guint* loop_left,
guint* loop_right,
gboolean* do_loop
)
|
| No description available. |
get_loop_offset |
guint (* get_loop_offset) (
AgsSoundcard* soundcard
)
|
| No description available. |
get_sub_block_count |
guint (* get_sub_block_count) (
AgsSoundcard* soundcard
)
|
| No description available. |
trylock_sub_block |
gboolean (* trylock_sub_block) (
AgsSoundcard* soundcard,
void* buffer,
guint sub_block
)
|
| No description available. |
unlock_sub_block |
void (* unlock_sub_block) (
AgsSoundcard* soundcard,
void* buffer,
guint sub_block
)
|
| No description available. |
get_note_256th_offset |
void (* get_note_256th_offset) (
AgsSoundcard* soundcard,
guint* note_256th_offset_lower,
guint* note_256th_offset_upper
)
|
| No description available. |
get_note_256th_attack |
void (* get_note_256th_attack) (
AgsSoundcard* soundcard,
guint* note_256th_attack_lower,
guint* note_256th_attack_upper
)
|
| No description available. |
get_note_256th_attack_at_position |
guint (* get_note_256th_attack_at_position) (
AgsSoundcard* soundcard,
guint note_256th_attack_position
)
|
| No description available. |
get_note_256th_attack_position |
void (* get_note_256th_attack_position) (
AgsSoundcard* soundcard,
guint* note_256th_attack_position_lower,
guint* note_256th_attack_position_upper
)
|
| No description available. |
get_note_256th_attack_of_16th_pulse |
guint (* get_note_256th_attack_of_16th_pulse) (
AgsSoundcard* soundcard
)
|
| No description available. |
get_note_256th_attack_of_16th_pulse_position |
guint (* get_note_256th_attack_of_16th_pulse_position) (
AgsSoundcard* soundcard
)
|
| No description available. |