]> git.alsa-project.org Git - alsa-lib.git/commit
test: Add an example program to create a virtual UMP Endpoint
authorTakashi Iwai <tiwai@suse.de>
Wed, 19 Jun 2024 15:22:15 +0000 (17:22 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 19 Jun 2024 15:24:50 +0000 (17:24 +0200)
commitf784035a904c4ad19de0fbd3f531143f8f87fa06
treec1b9040d021ff7883f8a7beed61ac59cafddff2d
parent6167b8ce3e8098f3c7a0b0be7ad4b9f7e003bfc4
test: Add an example program to create a virtual UMP Endpoint

Provide an example program to demonstrate how to create a UMP Endpoint
and Blocks, i.e. a virtual UMP device.

It's a simple filtering application that just haves the incoming note
on/off velocity and sends out to the output.  The UMP Endpoint and
Block attributes can be adjusted via command-line options.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
test/Makefile.am
test/seq-ump-example.c [new file with mode: 0644]