From 50d600686c74fe2042d3d653427561b8832d5f70 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 26 May 2012 17:43:24 +0000 Subject: Ajout vu meters GTK git-svn-id: file:///var/svn/2012-violon-leds/trunk@5 6be1fa4d-33ac-4c33-becc-79fcb3794bb6 --- tests/test4/compute.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/test4/compute.h (limited to 'tests/test4/compute.h') diff --git a/tests/test4/compute.h b/tests/test4/compute.h new file mode 100644 index 0000000..2454e56 --- /dev/null +++ b/tests/test4/compute.h @@ -0,0 +1,10 @@ +#ifndef COMPUTE_H +#define COMPUTE_H + +#include + +void audio2hsv_1(gint audio_level, gint *light_h, gint *light_s, gint *light_v); +void hsv2rgb(gint h, gint s, gint v, gint *r, gint *g, gint *b); + +#endif + -- cgit v1.2.3