mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-18 22:05:26 -05:00
From: Dirk Jagdmann <doj@cubic.org> Hello, this patch adds a command line option to select a better mapping from midi controller values to dB sliders. The default stays as a linear mapping, which has the disadvantage, that a sensible area to adjust your volume (which ist mostly in the range of 0..-12dB) is in the upper 1/10th of your midi controller. This patch adds a map, which consists of two linear functions, so that the upper half of your midi controller controls values from 0..-12dB, the lower half then controls -13..-96dB. |
||
|---|---|---|
| .. | ||
| AUTHORS | ||
| config.c | ||
| config.h | ||
| 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'