midi: add an ALSA MIDI sequencer source
authorAntonio Ospite <ao2@ao2.it>
Thu, 1 Oct 2015 19:43:21 +0000 (21:43 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 1 Oct 2015 19:43:21 +0000 (21:43 +0200)
commit2c7ed422921f9c946a3ece4445352f382aab24ea
treeb74d56901e60beeea464a627bece4aeabb8e5cb8
parente90464d2f98277ca7ac0b3fa50a52e0879e7822a
midi: add an ALSA MIDI sequencer source

The alsamidisrc element allows to get input event from ALSA MIDI
sequencer devices, and possibly convert them to sound using some
downstream element like fluiddec.

Fixes #738687
ext/alsa/Makefile.am
ext/alsa/gstalsamidisrc.c [new file with mode: 0644]
ext/alsa/gstalsamidisrc.h [new file with mode: 0644]
ext/alsa/gstalsaplugin.c