summaryrefslogtreecommitdiff
path: root/src/seq
Commit message (Expand)AuthorAgeFilesLines
* seq_midi_event: fix parsing of F9/FD bytesClemens Ladisch2007-08-101-1/+1
* seq_midi_event: fix parsing of missing data bytesClemens Ladisch2007-08-101-39/+41
* seq_midi_event: prevent running status after system messagesClemens Ladisch2007-08-101-0/+2
* seq_midi_event: fix encoding of data bytes after end of sysexClemens Ladisch2007-08-101-7/+8
* Allow build without libdl and libpthreadTakashi Iwai2007-03-221-1/+0
* Fix build of static libraryTakashi Iwai2006-10-271-1/+1
* change iface argument for namehint function to const char *Jaroslav Kysela2006-10-271-1/+1
* clarify SND_SEQ_PORT_TYPE_xxx documentationClemens Ladisch2006-05-021-3/+3
* add more sequencer port type information bitsClemens Ladisch2006-05-021-1/+6
* Fix missing snd_dlclose() in sequencerTakashi Iwai2006-04-252-1/+11
* allow changing of device directory pathClemens Ladisch2006-02-271-2/+2
* fix a typoClemens Ladisch2006-02-271-1/+1
* remove superfluous free() checksClemens Ladisch2006-02-272-12/+6
* Do not abort in snd_xxx_close() functionsClemens Ladisch2006-02-272-5/+5
* Fix infinite parse of recursive definitionsTakashi Iwai2006-01-301-3/+18
* Fix compile warningsTakashi Iwai2005-12-161-1/+1
* Fix type-punningTakashi Iwai2005-09-292-38/+38
* Fix doxygen documentsTakashi Iwai2005-05-244-23/+25
* Fedora 4 patch - gcc4 fixesJaroslav Kysela2005-05-061-1/+1
* fix snd_seq_query_next_client documentationClemens Ladisch2005-05-021-6/+4
* Fix the device-open checkTakashi Iwai2005-03-161-4/+4
* Add --disable-aload configure optionTakashi Iwai2005-02-141-0/+2
* Fix resmgr supportTakashi Iwai2005-02-111-18/+3
* Add resmgr supportTakashi Iwai2005-01-261-5/+24
* Fixed thinkos in documentation (filter example)Jaroslav Kysela2004-03-231-3/+1
* fix doxygen errors (syntax errors and wrong references)Clemens Ladisch2004-03-021-1/+1
* fixed compile warnings regarding const.Takashi Iwai2004-02-251-16/+16
* added more documents.Takashi Iwai2003-10-222-35/+421
* more documents as introduction.Takashi Iwai2003-10-201-2/+748
* fixed typos.Takashi Iwai2003-08-271-6/+6
* added const modifier to some function argumentsTakashi Iwai2003-07-291-2/+2
* - added auto-timestamp mode for the port.Takashi Iwai2003-07-252-1/+73
* fixes by Art Haas <ahaas@airmail.net>:Takashi Iwai2003-07-251-32/+32
* Reverted back (N)RPN decoding - it is difficult to do this job hereJaroslav Kysela2003-06-161-86/+8
* Added proper handling of nonregistered and registered MIDI parametersJaroslav Kysela2003-06-161-14/+131
* Commented out FD_CLOEXEC fcntl() callsJaroslav Kysela2003-02-051-0/+5
* Fixed compilation problemJaroslav Kysela2003-02-041-2/+3
* Added handling of FD_CLOEXEC flagJaroslav Kysela2003-02-041-0/+6
* Fixed encoding of sysex sequencer eventJaroslav Kysela2002-12-051-1/+1
* Added POLLNVAL to poll->eventsJaroslav Kysela2002-11-301-2/+2
* Reverted back the PCM API.Jaroslav Kysela2002-09-191-0/+7
* fixed typo of snd_seq_poll_descriptors() in getting poll descTakashi Iwai2002-07-151-1/+1
* don't check the error from running-mode ioctl (for backwardTakashi Iwai2002-06-261-6/+1
* initialize the running mode (if exists).Takashi Iwai2002-06-211-0/+22
* - removed snd_seq_create_event from seq.h. it's deprecated.Takashi Iwai2002-05-271-3/+11
* Added snd_seq_port_subscribe_set_voices()Jaroslav Kysela2002-05-121-0/+11
* Fixed sysex event encodingJaroslav Kysela2002-05-111-0/+1
* Added snd_midi_event_no_status()Jaroslav Kysela2002-04-191-15/+36
* Removed IPC code from sequencer codeJaroslav Kysela2002-04-172-7/+0
* Corrections by Kevin Conder <kconder@interaccess.com>Jaroslav Kysela2002-03-122-20/+20