--- ./makefile.orig 2002-12-19 15:52:51.000000000 -0500 +++ ./makefile 2004-02-21 02:08:16.000000000 -0500 @@ -80,12 +80,10 @@ @echo --------------------------------------------- @echo First listen to the white noise input signal: @echo ---------------------------------------------- play ../../ladspa_sdk/snd/noise.wav @echo ------------------------- @echo Compare to plugin output. @echo ------------------------- @echo Should be a noise band around 6000Hz, repeated quietly after 1s.- play /tmp/test.wav /tmp/test.wav: $(PLUGIN_LIB) ../../ladspa_sdk/snd/noise.wav analyseplugin $(PLUGIN_LIB)
--- ./makefile.orig 2002-12-19 15:52:51.000000000 -0500
+++ ./makefile 2004-02-21 02:08:16.000000000 -0500
@@ -80,12 +80,10 @@
@echo ---------------------------------------------
@echo First listen to the white noise input signal:
- play ../../ladspa_sdk/snd/noise.wav
@echo -------------------------
@echo Compare to plugin output.
@echo Should be a noise band around 6000Hz, repeated quietly after 1s.
- play /tmp/test.wav
/tmp/test.wav: $(PLUGIN_LIB) ../../ladspa_sdk/snd/noise.wav
analyseplugin $(PLUGIN_LIB)