summaryrefslogtreecommitdiff
path: root/test/seq-sender.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile errors/warningsTakashi Iwai2005-11-211-1/+4
| | | | | Fix compile errors/warnings. omixer is removed since ordinary_mixer isn't supported any more.
* Corrections by Kevin Conder <kconder@interaccess.com>Jaroslav Kysela2002-03-121-1/+1
|
* Major change to sequencer API.Jaroslav Kysela2001-07-041-86/+90
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Merged pcmfinal branch.Jaroslav Kysela2000-11-201-1/+1
|
* Completed renaming drain->stop, flush->drain (PCM). Done renaming ↵Abramo Bagnara2000-09-291-4/+4
| | | | drain->drop, flush->drain (rawmidi and seq). Removed wrong module usage count inc/dec from mmap
* Merged pcmplug branch.Jaroslav Kysela2000-09-241-11/+11
|
* snd_seq_timestamp_t->real was renamed to snd_seq_timestamp_t->timeJaroslav Kysela2000-01-201-2/+1
| | | | Some code is using real as a variable type.
* Takashi Iwai <iwai@ww.uni-erlangen.de>Jaroslav Kysela2000-01-031-14/+17
| | | | | | | | Mon, 03 Jan 2000 10:47:02 +0100 - bugfix: proper handling of exclusive subscription - bugfix and update: alsa-lib/test/seq* stuff - minor updates (long option support, etc) of aconnect and aseqnet - man pages for aconnect and aseqnet are added
* Takashi Iwai <iwai@ww.uni-erlangen.de>Jaroslav Kysela1999-12-151-16/+15
| | | | | Frank van de Pol <frank@vande-pol.demon.nl> Major sequencer changes and cleanups for 1.0.0.
* Small updates to follow new sequencer changes..Jaroslav Kysela1999-08-261-0/+1
|
* Added PCM timer selection for seq sender...Jaroslav Kysela1999-07-071-8/+113
|
* Fixes for new types...Jaroslav Kysela1999-06-031-4/+4
|
* * HAL2 driver Ulf Carlsson <ulfc@thepuffingroup.com>Jaroslav Kysela1999-05-091-1/+1
| | | | | | | * Timer API changes/cleanups * Sequencer API changes/cleanups - queue ioctls changed - instrument events added
* Fixes...Jaroslav Kysela1999-01-131-2/+8
|
* Added sequencer test program..Jaroslav Kysela1998-12-271-0/+152