alsa-lib/test
Jaroslav Kysela 88e5e45151 Major change to sequencer API.
The sequencer API is totally recoded with the style of "encapsulation"
in other api.
The structure becomes opaque and accessed only via functions.

Other changes:
- There is no longer group in client and port info.
- snd_seq_query_subs_t is renamed to snd_seq_query_subscribe_t.
- snd_seq_delete_port takes only the port id argument instead of
  port_info structure.
- snd_seq_input/output_buffer_size are renamed
  as snd_seq_get_input/output_buffer_size.
  Similarly snd_seq_resize_input/output_buffer are renamed as
  snd_seq_set_input/output_buffer_size.
- snd_seq_get_named_queue is renamed to snd_seq_query_named_queue.
- Sync codes are removed temporarily from API.
- Subscription conditions are accessed via the corresponding functions.
  convert_time is named now as time_update.
- snd_seq_get/set_queue_owner are removed.
  Use snd_seq_get/set_queue_info instead.
- Instrument put/get/remove structure is unified as snd_instr_header_t.
2001-07-04 13:54:13 +00:00
..
cardid.c Added snd_card_type_string_to_enum and snd_card_type_enum_to_string functions. 2001-05-10 08:32:40 +00:00
control.c Better names for control API 2001-02-07 15:13:15 +00:00
latency.c Merged pcmfinal branch. 2000-11-20 20:10:46 +00:00
loopback.c Merged pcmplug branch. 2000-09-24 09:57:26 +00:00
Makefile.am Added snd_card_type_string_to_enum and snd_card_type_enum_to_string functions. 2001-05-10 08:32:40 +00:00
midifile.3 Added playmidi1... 1999-01-24 12:00:39 +00:00
midifile.c Fix for compile with --with-kernel configure option. 2000-09-01 16:22:57 +00:00
midifile.h Added playmidi1... 1999-01-24 12:00:39 +00:00
midiloop.c * Cleaned the alsa.conf syntax: 2001-06-15 08:47:59 +00:00
mixer.c Better names for control API 2001-02-07 15:13:15 +00:00
pause.c Merged pcmfinal branch. 2000-11-20 20:10:46 +00:00
pcm.c Merged pcmfinal branch. 2000-11-20 20:10:46 +00:00
pcmtest.c Merged pcmfinal branch. 2000-11-20 20:10:46 +00:00
playmidi1.c Major change to sequencer API. 2001-07-04 13:54:13 +00:00
rawmidi.c Ported to latest API 2001-04-27 08:32:54 +00:00
seq-decoder.c Major change to sequencer API. 2001-07-04 13:54:13 +00:00
seq-sender.c Major change to sequencer API. 2001-07-04 13:54:13 +00:00
seq.c Major change to sequencer API. 2001-07-04 13:54:13 +00:00
switches.c Better names for control API 2001-02-07 15:13:15 +00:00
timer.c Name cleaning for hwdep and timer API 2001-03-29 11:18:16 +00:00