summaryrefslogtreecommitdiffstats
path: root/kscd/kscdmagic/magicconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'kscd/kscdmagic/magicconf.h')
-rw-r--r--kscd/kscdmagic/magicconf.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/kscd/kscdmagic/magicconf.h b/kscd/kscdmagic/magicconf.h
new file mode 100644
index 00000000..86ed42de
--- /dev/null
+++ b/kscd/kscdmagic/magicconf.h
@@ -0,0 +1,23 @@
+
+#ifndef __MAGIC_CONF_H_
+#define __MAGIC_CONF_H_
+
+/***************************************/
+/* For the incurably fiddle prone: */
+
+/* log2 of sample size */
+#define m 8
+
+/* overlap amount between samples. Set to 1 or 2 if you have a fast computer */
+#define overlap 0
+
+/* Brightness */
+#define brightness 150
+
+/* Sample frequency*/
+#define frequency 22050
+
+#define MITSHM 1 /* use MIT X11 shared memory*/
+
+/***************************************/
+#endif