From abde5affda1533c518cce06d5edcffa4eda52340 Mon Sep 17 00:00:00 2001 From: Eric Blossom Date: Sat, 13 Nov 2010 16:19:48 -0800 Subject: dail-tone.wfd example waveform can be loaded and run by gr-run-waveform. Write new app, gr-run-waveform, that reads waveforms and runs them. We'll need to turn this into a small piece of C/C++ code that embeds guile, but the guts of it is working. --- gr-guile/example-waveforms/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gr-guile/example-waveforms/.gitignore (limited to 'gr-guile/example-waveforms/.gitignore') diff --git a/gr-guile/example-waveforms/.gitignore b/gr-guile/example-waveforms/.gitignore new file mode 100644 index 000000000..16c984055 --- /dev/null +++ b/gr-guile/example-waveforms/.gitignore @@ -0,0 +1,6 @@ +/Makefile +/Makefile.in +/.deps +/.libs +/*.la +/*.lo -- cgit