mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01:00 
			
		
		
		
	Added Sample Data Import to Mac
This commit is contained in:
		
				
					committed by
					
						 Steve Daulton
						Steve Daulton
					
				
			
			
				
	
			
			
			
						parent
						
							6f3aad2fe0
						
					
				
				
					commit
					dcd219ee3c
				
			| @@ -1221,6 +1221,7 @@ | ||||
| 		5EF17C231D1F0A690090A642 /* ScrubbingToolBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EF17C211D1F0A690090A642 /* ScrubbingToolBar.cpp */; }; | ||||
| 		8406A93812D0F2510011EA01 /* EQDefaultCurves.xml in Resources */ = {isa = PBXBuildFile; fileRef = 8406A93712D0F2510011EA01 /* EQDefaultCurves.xml */; }; | ||||
| 		8484F31413086237002DF7F0 /* DeviceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8484F31213086237002DF7F0 /* DeviceManager.cpp */; }; | ||||
| 		AAC1F49D1DE653A70038BB3A /* sample-data-import.ny in Resources */ = {isa = PBXBuildFile; fileRef = AAC1F49C1DE653A70038BB3A /* sample-data-import.ny */; }; | ||||
| 		ED15214D163C22F000451B5F /* lsr.c in Sources */ = {isa = PBXBuildFile; fileRef = ED152123163C220300451B5F /* lsr.c */; }; | ||||
| 		ED152161163C244200451B5F /* soxr.c in Sources */ = {isa = PBXBuildFile; fileRef = ED15215F163C244200451B5F /* soxr.c */; }; | ||||
| 		ED152162163C244200451B5F /* soxr.h in Headers */ = {isa = PBXBuildFile; fileRef = ED152160163C244200451B5F /* soxr.h */; }; | ||||
| @@ -3015,6 +3016,7 @@ | ||||
| 		8406A93712D0F2510011EA01 /* EQDefaultCurves.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = EQDefaultCurves.xml; path = ../presets/EQDefaultCurves.xml; sourceTree = SOURCE_ROOT; }; | ||||
| 		8484F31213086237002DF7F0 /* DeviceManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.cpp.cpp; path = DeviceManager.cpp; sourceTree = "<group>"; tabWidth = 3; }; | ||||
| 		8484F31313086237002DF7F0 /* DeviceManager.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.h; path = DeviceManager.h; sourceTree = "<group>"; tabWidth = 3; }; | ||||
| 		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 = "<group>"; }; | ||||
| 		ED05D1020E50AD5700CC4BD3 /* audioreader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 3; lastKnownFileType = sourcecode.cpp.cpp; path = audioreader.cpp; sourceTree = "<group>"; tabWidth = 3; }; | ||||
| 		ED05D1030E50AD5700CC4BD3 /* audioreader.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 3; lastKnownFileType = sourcecode.c.h; path = audioreader.h; sourceTree = "<group>"; tabWidth = 3; }; | ||||
| 		ED05D1140E50AD5700CC4BD3 /* comp_chroma.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 3; lastKnownFileType = sourcecode.cpp.cpp; path = comp_chroma.cpp; sourceTree = "<group>"; tabWidth = 3; }; | ||||
| @@ -5306,6 +5308,7 @@ | ||||
| 				28D34C7F1D9F52E200D4FB61 /* rhythmtrack.ny */, | ||||
| 				28AA281D0F267A2D008AED9E /* rissetdrum.ny */, | ||||
| 				28ED7B741A1C77BF008A01D9 /* sample-data-export.ny */, | ||||
| 				AAC1F49C1DE653A70038BB3A /* sample-data-import.ny */, | ||||
| 				28AA281E0F267A2D008AED9E /* SilenceMarker.ny */, | ||||
| 				28ED7B751A1C77BF008A01D9 /* SoundFinder.ny */, | ||||
| 				28ED7B761A1C77BF008A01D9 /* SpectralEditMulti.ny */, | ||||
| @@ -6760,6 +6763,7 @@ | ||||
| 				174F73D3098D516D009CD6E0 /* AudacityMP3.icns in Resources */, | ||||
| 				174F73D4098D516D009CD6E0 /* AudacityOGG.icns in Resources */, | ||||
| 				174F73D5098D516D009CD6E0 /* AudacityProject.icns in Resources */, | ||||
| 				AAC1F49D1DE653A70038BB3A /* sample-data-import.ny in Resources */, | ||||
| 				28CBD6601B9F7DF7003AC5EE /* zh_CN.po in Resources */, | ||||
| 				289FC6051B5EE9A400D1B13F /* hy.po in Resources */, | ||||
| 				28EA4A091B7B162500723B3E /* Build.txt in Resources */, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user