# HG changeset patch # User Victor Zappi # Date 1415720118 0 # Node ID 323a4eb9b7c0572d7f09616c40a18ab2d8364e89 # Parent 08246efd51dafff43879298e7a8be3f1e5960008 _fixed file path in filter examples diff -r 08246efd51da -r 323a4eb9b7c0 projects/filter_FIR/main.cpp --- a/projects/filter_FIR/main.cpp Tue Nov 11 15:34:01 2014 +0000 +++ b/projects/filter_FIR/main.cpp Tue Nov 11 15:35:18 2014 +0000 @@ -128,7 +128,7 @@ } if(fileName.empty()){ - fileName = "longsample.wav"; + fileName = "filter/longsample.wav"; } if(settings.verbose) { diff -r 08246efd51da -r 323a4eb9b7c0 projects/filter_IIR/main.cpp --- a/projects/filter_IIR/main.cpp Tue Nov 11 15:34:01 2014 +0000 +++ b/projects/filter_IIR/main.cpp Tue Nov 11 15:35:18 2014 +0000 @@ -134,7 +134,7 @@ } if(fileName.empty()){ - fileName = "longsample.wav"; + fileName = "filter/longsample.wav"; } if(settings.verbose) {