summaryrefslogtreecommitdiff
path: root/src/seq
Commit message (Expand)AuthorAgeFilesLines
* add NetBSD/OpenBSD build support (except test/)SASANO Takayoshi2022-10-171-0/+2
* seq: fix snd_seq_parse_address()Jaroslav Kysela2021-05-261-12/+30
* ucm: add LibraryConfig supportJaroslav Kysela2021-04-131-3/+9
* add snd_strlcpy() and use it everywhereJaroslav Kysela2019-03-251-5/+5
* seq: Fix signedness in MIDI encoder/decoderTakashi Iwai2018-08-231-1/+3
* core: Proper reference of internal snd_dlopen()Takashi Iwai2018-01-041-1/+1
* Change snd_dlopen() function to return the error stringJaroslav Kysela2017-11-271-3/+3
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-146-6/+6
* seq: fix snd_seq_set_queue_tempo() usage example in the documentationAntonio Ospite2017-10-031-2/+2
* cleanup: fix poll.h includesNatanael Copa2017-07-121-1/+1
* seq: improve documentation about new get pid/card functionsAdam Goode2017-01-031-2/+42
* conf: Add thread-safe global tree referenceTakashi Iwai2016-05-171-2/+6
* seq: Provide sequencer sound card number / PID via alsa-libMartin Koegler2016-03-082-1/+37
* Allow hint for ctl, hwdep, timer and seqTakashi Iwai2015-04-301-3/+1
* autotools: update stylePatrick Welche2014-02-261-1/+1
* seqmid: restore sequencer address prefix match featureClemens Ladisch2013-05-131-11/+16
* Merge kernel uapi/sound/asound.h and asequencer.hTakashi Iwai2012-11-263-18/+18
* Reduce compilation warningsJaroslav Kysela2012-10-301-1/+1
* seqmid - more descriptions on snd_seq_parse_address() behaviorHenning Thielemann2012-03-141-1/+10
* seq: Fix for snd_seq_parse_address()Pedro Lopez-Cabanillas2010-04-221-1/+2
* Remove old commented-out FD_CLOEXEC codeRémi Denis-Courmont2009-11-081-11/+0
* fix doc errorsClemens Ladisch2009-08-041-5/+5
* more midi_event documentationClemens Ladisch2009-07-061-54/+194
* seq_midi_event: fix decoding of (N)RPN eventsClemens Ladisch2009-06-221-4/+4
* MIDI event decoder: prevent running status after sysexClemens Ladisch2009-06-221-0/+1
* Fix typos in ALSA Lib documentationPatricio Paez2009-02-232-24/+24
* Make seq, rawmidi and control operation structures static const.Diego E. 'Flameeyes' Pettenò2008-11-212-2/+2
* Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò2008-11-211-5/+5
* mark snd_seq_client_info_{get,set}_event_filter deprecatedAldrin Martoq2008-02-221-6/+17
* use snd_seq_client_info_event_filter_*() functionsAldrin Martoq2008-02-221-2/+1
* add snd_seq_client_info_event_filter_*() functionsAldrin Martoq2008-02-221-0/+81
* add snd_seq_unset_bit()Aldrin Martoq2008-02-221-0/+8
* Fix snd_seq_change_bit()Takashi Iwai2008-02-211-1/+1
* Remove sequencer instrument layerTakashi Iwai2007-10-304-269/+225
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-155-6/+6
* 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