[proaudio] One more for the alsaplayer

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


It is a little fft scope with a much better resolution as the original one.

BTW, my aslaplayer crash each time I try the levelmeter scope included with the
player. I try it not before today and it just crash the player. Any other
with the same problem?. 

But this one and the other scopes work just fine.


-- 
Dominique Michel
--- fftscope.c.orig	2006-09-30 01:30:44.000000000 +0200
+++ fftscope.c	2006-09-30 01:12:43.000000000 +0200
@@ -249,6 +249,12 @@
 	return 1;
 }
 
+/* Are we running? */
+static int fftscope_running()
+{
+	return running;
+}
+
 
 /* Shutdown function. Should deallocate stuff here too */
 static void shutdown_fftscope()
@@ -258,12 +264,6 @@
 }
 
 
-/* Are we running? */
-static int fftscope_running()
-{
-	return running;
-}
-
 
 /* The C struct that contains all our functions */
 static scope_plugin fftscope_plugin;

Attachment: alsaplayer-fftscope-9999.ebuild
Description: Binary data



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/