From 7ca539ede9f467c427c74a5898fa6f43ceffa696 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Thu, 20 Jan 2005 07:51:58 +0000 Subject: Added inline functions for volume and gain control. --- Graphic_Equalizer/include/events.hch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Graphic_Equalizer/include/events.hch b/Graphic_Equalizer/include/events.hch index 885e89f..084bf1c 100644 --- a/Graphic_Equalizer/include/events.hch +++ b/Graphic_Equalizer/include/events.hch @@ -23,6 +23,17 @@ /* + */ +inline unsigned 5 change_volume_from_coordinate(unsigned 11 coordinate, events_t *events, skindata_t *skindata); + + +/* + */ +inline unsigned 4 change_inputgain_from_coordinate(unsigned 11 coordinate, events_t *events, skindata_t *skindata); + + + +/* * This function loads 768 4bits presets into the equalizer_levels array * pointed to by equalizer_levels. */ -- cgit v0.12