mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-22 01:40:18 -05:00
envy24control: midi support for mixer
Hello devlopers, I have made the mixer sliders in envy24control react to MIDI controllers. This way the hardware mixer can be controlled from a sequencer program or some external MIDI controller hardware. envy24control became a standard ALSA sequencer client which you can connect to arbitrary other MIDI sources/sinks. Signed-off-by: Dirk Jagdmann <doj@cubic.org>
This commit is contained in:
parent
465acb88f4
commit
1be230856c
6 changed files with 269 additions and 41 deletions
|
|
@ -1,7 +1,7 @@
|
|||
AM_CFLAGS = @ENVY24CONTROL_CFLAGS@
|
||||
bin_PROGRAMS = envy24control
|
||||
man_MANS = envy24control.1
|
||||
envy24control_SOURCES = envy24control.c envy24control.h levelmeters.c \
|
||||
envy24control_SOURCES = envy24control.c envy24control.h levelmeters.c midi.c \
|
||||
mixer.c patchbay.c hardware.c driverevents.c volume.c \
|
||||
profiles.c profiles.h
|
||||
envy24control_LDFLAGS = @ENVY24CONTROL_LIBS@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue