summaryrefslogtreecommitdiff
path: root/test/playmidi1.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed the type prefix of printd for the time (unsigned long).Takashi Iwai2003-07-141-8/+8
|
* Corrections by Kevin Conder <kconder@interaccess.com>Jaroslav Kysela2002-03-121-34/+34
|
* Updated GNU GPL license (address).Jaroslav Kysela2001-12-301-1/+1
| | | | Changed GNU LGPL licence from 2.0 to 2.1.
* Added time skew on queue.Takashi Iwai2001-12-101-15/+29
| | | | | The timer speed can be controlled via skew value, smaller = slower centered on the skew-base value.
* Added snd_seq_sync_output_queue() function.Takashi Iwai2001-09-031-48/+19
| | | | | Rewrote playmidi1 to use this function. It is no longer necessary to wait for echoback.
* Major change to sequencer API.Jaroslav Kysela2001-07-041-25/+22
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Completed renaming drain->stop, flush->drain (PCM). Done renaming ↵Abramo Bagnara2000-09-291-1/+1
| | | | drain->drop, flush->drain (rawmidi and seq). Removed wrong module usage count inc/dec from mmap
* Merged pcmplug branch.Jaroslav Kysela2000-09-241-2/+2
|
* Experimental synchronization support on ALSA sequencerTakashi Iwai2000-09-051-60/+75
|
* Takashi Iwai <iwai@ww.uni-erlangen.de>Jaroslav Kysela1999-12-151-8/+17
| | | | | Frank van de Pol <frank@vande-pol.demon.nl> Major sequencer changes and cleanups for 1.0.0.
* Takashi Iwai <iwai@ww.uni-erlangen.de>Jaroslav Kysela1999-09-171-170/+67
| | | | | | | | | | | | | | | | | Fri, 17 Sep 1999 17:24:43 +0200 OK, the attached is the patch to alsa-driver and alsa-lib. It will really violate the source/binary compatibility as I wrote :-p It includes: - change of event data for accessing Timer Port - new middle-level functions for sequencer in alsa-lib - some comments / fixes The test programs in alsa-lib (playmidi1, aconnect, aseqnet) were rewritten to use the new functions above. I included also a patch to pmidi-1.2.2.
* More TEMPO updates..Jaroslav Kysela1999-09-161-1/+2
|
* Event->data.queue.value is now used for tempo value...Jaroslav Kysela1999-09-161-1/+1
|
* Takashi Iwai <iwai@ww.uni-erlangen.de> Mon, 30 Aug 1999 14:56:38 +0200Jaroslav Kysela1999-09-011-80/+68
|
* Small updates to follow new sequencer changes..Jaroslav Kysela1999-08-261-1/+1
|
* Changes to allow external synchronisation + fix to get external midi working ↵Frank van de Pol1999-08-081-7/+80
| | | | again.
* Enhanced timing accuracy for real-time timestamps.Frank van de Pol1999-08-061-3/+11
|
* Sequencer changes (pool per client) by Takashi Iwai <iwai@ww.uni-erlangen.de>Jaroslav Kysela1999-06-151-420/+353
|
* Fixes for new types...Jaroslav Kysela1999-06-031-2/+2
|
* Small fixes to get ALSA sequencer and example code for alsa-lib (playmidi1) ↵Frank van de Pol1999-05-231-16/+21
| | | | working again.
* Next fixes..Jaroslav Kysela1999-02-031-64/+56
|
* Cleanup from Yamahata Isaku...Jaroslav Kysela1999-01-251-10/+13
|
* Added playmidi1...Jaroslav Kysela1999-01-241-0/+711