diff --git a/mac/Audacity.xcodeproj/project.pbxproj b/mac/Audacity.xcodeproj/project.pbxproj index 7707d7d2c..f20913b73 100644 --- a/mac/Audacity.xcodeproj/project.pbxproj +++ b/mac/Audacity.xcodeproj/project.pbxproj @@ -1483,6 +1483,7 @@ AA6B5BB02061EC58008B5B26 /* soxr.c in Sources */ = {isa = PBXBuildFile; fileRef = ED15215F163C244200451B5F /* soxr.c */; }; AA6B5BB12061EC58008B5B26 /* vr32.c in Sources */ = {isa = PBXBuildFile; fileRef = EDE325FF168243EF00C19E60 /* vr32.c */; }; AABEE77E242C04EB00BB4178 /* eq-xml-to-txt-converter.ny in Resources */ = {isa = PBXBuildFile; fileRef = AABEE77D242C04EB00BB4178 /* eq-xml-to-txt-converter.ny */; }; + AAF1CE7024377B5300B75C7A /* spectral-delete.ny in Resources */ = {isa = PBXBuildFile; fileRef = AAF1CE6F24377B5300B75C7A /* spectral-delete.ny */; }; ED1521EB163C2B9000451B5F /* libsoxr.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ED152130163C227C00451B5F /* libsoxr.a */; }; ED19449A1733F92800F4F5CA /* Reverb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED1944981733F92800F4F5CA /* Reverb.cpp */; }; ED2706FF0EF9C47E007D4FFD /* sbsms.h in Headers */ = {isa = PBXBuildFile; fileRef = ED2706FE0EF9C47E007D4FFD /* sbsms.h */; }; @@ -3680,6 +3681,7 @@ AAB5D42E216A9764006136B4 /* rms.ny */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = rms.ny; path = "../plug-ins/rms.ny"; sourceTree = ""; }; AABEE77D242C04EB00BB4178 /* eq-xml-to-txt-converter.ny */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "eq-xml-to-txt-converter.ny"; path = "../plug-ins/eq-xml-to-txt-converter.ny"; sourceTree = ""; }; AAC1F49C1DE653A70038BB3A /* sample-data-import.ny */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "sample-data-import.ny"; path = "../../Audacity/plug-ins/sample-data-import.ny"; sourceTree = ""; }; + AAF1CE6F24377B5300B75C7A /* spectral-delete.ny */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "spectral-delete.ny"; path = "../plug-ins/spectral-delete.ny"; sourceTree = ""; }; ED05D1020E50AD5700CC4BD3 /* audioreader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 3; lastKnownFileType = sourcecode.cpp.cpp; path = audioreader.cpp; sourceTree = ""; tabWidth = 3; }; ED05D1030E50AD5700CC4BD3 /* audioreader.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 3; lastKnownFileType = sourcecode.c.h; path = audioreader.h; sourceTree = ""; tabWidth = 3; }; ED05D1140E50AD5700CC4BD3 /* comp_chroma.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 3; lastKnownFileType = sourcecode.cpp.cpp; path = comp_chroma.cpp; sourceTree = ""; tabWidth = 3; }; @@ -6146,6 +6148,7 @@ AAC1F49C1DE653A70038BB3A /* sample-data-import.ny */, 28AA281E0F267A2D008AED9E /* SilenceMarker.ny */, 28ED7B751A1C77BF008A01D9 /* SoundFinder.ny */, + AAF1CE6F24377B5300B75C7A /* spectral-delete.ny */, 28ED7B761A1C77BF008A01D9 /* SpectralEditMulti.ny */, 28ED7B771A1C77BF008A01D9 /* SpectralEditParametricEQ.ny */, 28ED7B781A1C77BF008A01D9 /* SpectralEditShelves.ny */, @@ -8194,6 +8197,7 @@ 174F73D2098D516D009CD6E0 /* AudacityAU.icns in Resources */, 174F73D3098D516D009CD6E0 /* AudacityMP3.icns in Resources */, AABEE77E242C04EB00BB4178 /* eq-xml-to-txt-converter.ny in Resources */, + AAF1CE7024377B5300B75C7A /* spectral-delete.ny in Resources */, 174F73D4098D516D009CD6E0 /* AudacityOGG.icns in Resources */, 174F73D5098D516D009CD6E0 /* AudacityProject.icns in Resources */, 174F73D6098D516D009CD6E0 /* AudacityWAV.icns in Resources */, diff --git a/plug-ins/spectral-delete.ny b/plug-ins/spectral-delete.ny index 73694d442..960b3eb2a 100644 --- a/plug-ins/spectral-delete.ny +++ b/plug-ins/spectral-delete.ny @@ -134,4 +134,4 @@ $copyright (_ "Released under terms of the GNU General Public License version 2" (mult (diff 1.0 env) *track*))))) -(catch 'err (filter)) \ No newline at end of file +(catch 'err (filter))