Initial commit — WPF guitar note name tutor using FFT frequency detection
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuitarNoteNameTutor", "GuitarNoteNameTutor\GuitarNoteNameTutor.csproj", "{5C2AEEC3-B46A-4A40-B900-3C23CAD3FD7E}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoundAnalysis", "SoundAnalysis\SoundAnalysis.csproj", "{ABA54DC3-324B-49DE-B79E-C4F573306E4F}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoundCapture", "SoundCapture\SoundCapture.csproj", "{DAE12676-B26C-4487-A1A5-D7FE2E64E6CE}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrequencyDetection", "FrequencyDetection\FrequencyDetection.csproj", "{72165201-B9EA-45BD-96F9-9E81094C9BF0}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{5C2AEEC3-B46A-4A40-B900-3C23CAD3FD7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5C2AEEC3-B46A-4A40-B900-3C23CAD3FD7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5C2AEEC3-B46A-4A40-B900-3C23CAD3FD7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5C2AEEC3-B46A-4A40-B900-3C23CAD3FD7E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{ABA54DC3-324B-49DE-B79E-C4F573306E4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{ABA54DC3-324B-49DE-B79E-C4F573306E4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{ABA54DC3-324B-49DE-B79E-C4F573306E4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{ABA54DC3-324B-49DE-B79E-C4F573306E4F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{DAE12676-B26C-4487-A1A5-D7FE2E64E6CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{DAE12676-B26C-4487-A1A5-D7FE2E64E6CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{DAE12676-B26C-4487-A1A5-D7FE2E64E6CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{DAE12676-B26C-4487-A1A5-D7FE2E64E6CE}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{72165201-B9EA-45BD-96F9-9E81094C9BF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{72165201-B9EA-45BD-96F9-9E81094C9BF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{72165201-B9EA-45BD-96F9-9E81094C9BF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{72165201-B9EA-45BD-96F9-9E81094C9BF0}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user