mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-05 04:06:31 -05:00
I have enhanced the midi control of envy24control. 1) I have fixed midi feedback, where issuing a controller event resulted in the controller value beeing sent to the midi port again. 2) I have added midi controllers for the "mute" buttons, which can now be controller via midi. 3) and while rewriting the midi code to support the mute buttons several off-by-one errors have been fixed. From: Dirk Jagdmann <doj@cubic.org> |
||
|---|---|---|
| .. | ||
| AUTHORS | ||
| configure.in | ||
| configure.in-gtk2 | ||
| COPYING | ||
| cvscompile | ||
| driverevents.c | ||
| envy24control.1 | ||
| envy24control.c | ||
| envy24control.h | ||
| hardware.c | ||
| levelmeters.c | ||
| Makefile.am | ||
| midi.c | ||
| midi.h | ||
| mixer.c | ||
| new_process.c | ||
| patchbay.c | ||
| profiles.c | ||
| profiles.h | ||
| README | ||
| README.profiles | ||
| strstr_icase_blank.c | ||
| volume.c | ||
envy24control - Control tool for Envy24 (ice1712) based soundcards Needs: ALSA, GTK+, an Envy24-based soundcard To build (from unpacked tarball): ./configure make su -c 'make install' To build (from CVS): ./cvscompile su -c 'make install'