| GStreamer Base Plugins 1.0 Plugins Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
GObject
+----GInitiallyUnowned
+----GstObject
+----GstElement
+----GstBaseSrc
+----GstPushSrc
+----GstAlsaMidiSrc
The alsamidisrc element is an element that fetches ALSA MIDI sequencer events and makes them available to elements understanding audio/x-midi-events in their sink pads.
It can be used to generate notes from a MIDI input device.
1 |
gst-launch -v alsamidisrc ports=129:0 ! fluiddec ! audioconvert ! autoaudiosink |