# HG changeset patch
# User Chris Cannam
# Date 1379080721 -3600
# Node ID 34ff6b72b0f4be97ac7a797eddec6287c10d828d
# Parent  ef49ec7b71be7fc2addc1d18bd82e68bda94bf47
Combined VC++ solution containing plugin SDK, host SDK, example plugins, and simple host projects
diff -r ef49ec7b71be -r 34ff6b72b0f4 .hgignore
--- a/.hgignore	Wed May 08 10:48:43 2013 +0100
+++ b/.hgignore	Fri Sep 13 14:58:41 2013 +0100
@@ -23,3 +23,5 @@
 *.filters
 re:^build/_UpgradeReport_Files/
 *.ipch
+re:^build/x64/Debug/
+re:^build/x64/Release/
diff -r ef49ec7b71be -r 34ff6b72b0f4 build/VampExamplePlugins.sln
--- a/build/VampExamplePlugins.sln	Wed May 08 10:48:43 2013 +0100
+++ b/build/VampExamplePlugins.sln	Fri Sep 13 14:58:41 2013 +0100
@@ -1,18 +1,24 @@
 
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C++ Express 2010
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2012 for Windows Desktop
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampExamplePlugins", "VampExamplePlugins.vcxproj", "{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Win32 = Debug|Win32
+		Debug|x64 = Debug|x64
 		Release|Win32 = Release|Win32
+		Release|x64 = Release|x64
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|Win32.ActiveCfg = Debug|Win32
 		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|Win32.Build.0 = Debug|Win32
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|x64.ActiveCfg = Debug|x64
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|x64.Build.0 = Debug|x64
 		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|Win32.ActiveCfg = Release|Win32
 		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|Win32.Build.0 = Release|Win32
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|x64.ActiveCfg = Release|x64
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|x64.Build.0 = Release|x64
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
diff -r ef49ec7b71be -r 34ff6b72b0f4 build/VampExamplePlugins.vcxproj
--- a/build/VampExamplePlugins.vcxproj	Wed May 08 10:48:43 2013 +0100
+++ b/build/VampExamplePlugins.vcxproj	Fri Sep 13 14:58:41 2013 +0100
@@ -5,10 +5,18 @@
       Debug
       Win32
     
+    
+      Debug
+      x64
+    
     
       Release
       Win32
     
+    
+      Release
+      x64
+    
   
   
     {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}
@@ -18,9 +26,19 @@
   
   
     DynamicLibrary
+    v110
+  
+  
+    DynamicLibrary
+    v110
   
   
     DynamicLibrary
+    v110
+  
+  
+    DynamicLibrary
+    v110
   
   
   
@@ -28,18 +46,26 @@
   
     
   
+  
+    
+  
   
     
   
+  
+    
+  
   
   
     <_ProjectFileVersion>10.0.30319.1
     Debug\
     Debug\
     true
+    true
     Release\
     Release\
     true
+    true
   
   
     
@@ -63,6 +89,26 @@
       MachineX86
     
   
+  
+    
+      Disabled
+      $(ProjectDir)/..;%(AdditionalIncludeDirectories)
+      WIN32;_DEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions)
+      EnableFastChecks
+      MultiThreadedDebugDLL
+      
+      
+      Level3
+      ProgramDatabase
+      4996;%(DisableSpecificWarnings)
+    
+    
+      /EXPORT:vampGetPluginDescriptor %(AdditionalOptions)
+      $(OutDir)vamp-example-plugins.dll
+      true
+      Windows
+    
+  
   
     
       $(ProjectDir)/..;%(AdditionalIncludeDirectories)
@@ -84,6 +130,26 @@
       MachineX86
     
   
+  
+    
+      $(ProjectDir)/..;%(AdditionalIncludeDirectories)
+      WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions)
+      MultiThreadedDLL
+      
+      
+      Level3
+      ProgramDatabase
+      4996;%(DisableSpecificWarnings)
+    
+    
+      /EXPORT:vampGetPluginDescriptor %(AdditionalOptions)
+      $(OutDir)vamp-example-plugins.dll
+      true
+      Windows
+      true
+      true
+    
+  
   
     
     
diff -r ef49ec7b71be -r 34ff6b72b0f4 build/VampHostSDK.sln
--- a/build/VampHostSDK.sln	Wed May 08 10:48:43 2013 +0100
+++ b/build/VampHostSDK.sln	Fri Sep 13 14:58:41 2013 +0100
@@ -1,18 +1,24 @@
 
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C++ Express 2010
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2012 for Windows Desktop
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampHostSDK", "VampHostSDK.vcxproj", "{3875EF8B-14E8-4825-B2C1-A8B869C336F5}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Win32 = Debug|Win32
+		Debug|x64 = Debug|x64
 		Release|Win32 = Release|Win32
+		Release|x64 = Release|x64
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|Win32.ActiveCfg = Debug|Win32
 		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|Win32.Build.0 = Debug|Win32
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|x64.ActiveCfg = Debug|x64
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|x64.Build.0 = Debug|x64
 		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|Win32.ActiveCfg = Release|Win32
 		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|Win32.Build.0 = Release|Win32
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|x64.ActiveCfg = Release|x64
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|x64.Build.0 = Release|x64
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
diff -r ef49ec7b71be -r 34ff6b72b0f4 build/VampHostSDK.vcxproj
--- a/build/VampHostSDK.vcxproj	Wed May 08 10:48:43 2013 +0100
+++ b/build/VampHostSDK.vcxproj	Fri Sep 13 14:58:41 2013 +0100
@@ -5,10 +5,18 @@
       Debug
       Win32
     
+    
+      Debug
+      x64
+    
     
       Release
       Win32
     
+    
+      Release
+      x64
+    
   
   
     {3875EF8B-14E8-4825-B2C1-A8B869C336F5}
@@ -18,9 +26,19 @@
   
   
     StaticLibrary
+    v110
+  
+  
+    StaticLibrary
+    v110
   
   
     StaticLibrary
+    v110
+  
+  
+    StaticLibrary
+    v110
   
   
   
@@ -28,9 +46,15 @@
   
     
   
+  
+    
+  
   
     
   
+  
+    
+  
   
   
     <_ProjectFileVersion>10.0.30319.1
@@ -53,6 +77,19 @@
       EditAndContinue
     
   
+  
+    
+      Disabled
+      ..;%(AdditionalIncludeDirectories)
+      WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;%(PreprocessorDefinitions)
+      EnableFastChecks
+      MultiThreadedDebugDLL
+      
+      
+      Level3
+      ProgramDatabase
+    
+  
   
     
       ..;%(AdditionalIncludeDirectories)
@@ -64,6 +101,17 @@
       ProgramDatabase
     
   
+  
+    
+      ..;%(AdditionalIncludeDirectories)
+      WIN32;_USE_MATH_DEFINES;NDEBUG;_LIB;%(PreprocessorDefinitions)
+      MultiThreadedDLL
+      
+      
+      Level2
+      ProgramDatabase
+    
+  
   
     
     
diff -r ef49ec7b71be -r 34ff6b72b0f4 build/VampPluginSDK.sln
--- a/build/VampPluginSDK.sln	Wed May 08 10:48:43 2013 +0100
+++ b/build/VampPluginSDK.sln	Fri Sep 13 14:58:41 2013 +0100
@@ -1,18 +1,24 @@
 
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C++ Express 2010
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2012 for Windows Desktop
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampPluginSDK", "VampPluginSDK.vcxproj", "{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Win32 = Debug|Win32
+		Debug|x64 = Debug|x64
 		Release|Win32 = Release|Win32
+		Release|x64 = Release|x64
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|Win32.ActiveCfg = Debug|Win32
 		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|Win32.Build.0 = Debug|Win32
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|x64.ActiveCfg = Debug|x64
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|x64.Build.0 = Debug|x64
 		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|Win32.ActiveCfg = Release|Win32
 		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|Win32.Build.0 = Release|Win32
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|x64.ActiveCfg = Release|x64
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|x64.Build.0 = Release|x64
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
diff -r ef49ec7b71be -r 34ff6b72b0f4 build/VampPluginSDK.vcxproj
--- a/build/VampPluginSDK.vcxproj	Wed May 08 10:48:43 2013 +0100
+++ b/build/VampPluginSDK.vcxproj	Fri Sep 13 14:58:41 2013 +0100
@@ -5,10 +5,18 @@
       Debug
       Win32
     
+    
+      Debug
+      x64
+    
     
       Release
       Win32
     
+    
+      Release
+      x64
+    
   
   
     {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}
@@ -18,9 +26,19 @@
   
   
     StaticLibrary
+    v110
+  
+  
+    StaticLibrary
+    v110
   
   
     StaticLibrary
+    v110
+  
+  
+    StaticLibrary
+    v110
   
   
   
@@ -28,9 +46,15 @@
   
     
   
+  
+    
+  
   
     
   
+  
+    
+  
   
   
     <_ProjectFileVersion>10.0.30319.1
@@ -53,6 +77,19 @@
       EditAndContinue
     
   
+  
+    
+      Disabled
+      ..;%(AdditionalIncludeDirectories)
+      WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;%(PreprocessorDefinitions)
+      EnableFastChecks
+      MultiThreadedDebugDLL
+      
+      
+      Level3
+      ProgramDatabase
+    
+  
   
     
       ..;%(AdditionalIncludeDirectories)
@@ -64,6 +101,17 @@
       ProgramDatabase
     
   
+  
+    
+      ..;%(AdditionalIncludeDirectories)
+      WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);_USE_MATH_DEFINES
+      MultiThreadedDLL
+      
+      
+      Level2
+      ProgramDatabase
+    
+  
   
     
     
diff -r ef49ec7b71be -r 34ff6b72b0f4 build/VampSDK.sln
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build/VampSDK.sln	Fri Sep 13 14:58:41 2013 +0100
@@ -0,0 +1,80 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2012 for Windows Desktop
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampHostSDK", "VampHostSDK.vcxproj", "{3875EF8B-14E8-4825-B2C1-A8B869C336F5}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampPluginSDK", "VampPluginSDK.vcxproj", "{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampExamplePlugins", "VampExamplePlugins.vcxproj", "{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}"
+	ProjectSection(ProjectDependencies) = postProject
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5} = {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}
+	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampSimpleHost", "VampSimpleHost.vcxproj", "{6F6F2651-E7B2-42B2-8053-556FEB50A552}"
+	ProjectSection(ProjectDependencies) = postProject
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5} = {3875EF8B-14E8-4825-B2C1-A8B869C336F5}
+	EndProjectSection
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Mixed Platforms = Debug|Mixed Platforms
+		Debug|Win32 = Debug|Win32
+		Debug|x64 = Debug|x64
+		Release|Mixed Platforms = Release|Mixed Platforms
+		Release|Win32 = Release|Win32
+		Release|x64 = Release|x64
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|Mixed Platforms.Build.0 = Debug|Win32
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|Win32.ActiveCfg = Debug|Win32
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|Win32.Build.0 = Debug|Win32
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|x64.ActiveCfg = Debug|x64
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|x64.Build.0 = Debug|x64
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|Mixed Platforms.ActiveCfg = Release|Win32
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|Mixed Platforms.Build.0 = Release|Win32
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|Win32.ActiveCfg = Release|Win32
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|Win32.Build.0 = Release|Win32
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|x64.ActiveCfg = Release|x64
+		{3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|x64.Build.0 = Release|x64
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|Mixed Platforms.Build.0 = Debug|Win32
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|Win32.ActiveCfg = Debug|Win32
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|Win32.Build.0 = Debug|Win32
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|x64.ActiveCfg = Debug|x64
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|x64.Build.0 = Debug|x64
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|Mixed Platforms.ActiveCfg = Release|Win32
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|Mixed Platforms.Build.0 = Release|Win32
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|Win32.ActiveCfg = Release|Win32
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|Win32.Build.0 = Release|Win32
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|x64.ActiveCfg = Release|x64
+		{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|x64.Build.0 = Release|x64
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|Mixed Platforms.Build.0 = Debug|Win32
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|Win32.ActiveCfg = Debug|Win32
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|Win32.Build.0 = Debug|Win32
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|x64.ActiveCfg = Debug|x64
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|x64.Build.0 = Debug|x64
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|Mixed Platforms.ActiveCfg = Release|Win32
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|Mixed Platforms.Build.0 = Release|Win32
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|Win32.ActiveCfg = Release|Win32
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|Win32.Build.0 = Release|Win32
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|x64.ActiveCfg = Release|x64
+		{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|x64.Build.0 = Release|x64
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|Mixed Platforms.Build.0 = Debug|Win32
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|Win32.ActiveCfg = Debug|Win32
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|Win32.Build.0 = Debug|Win32
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|x64.ActiveCfg = Debug|x64
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|x64.Build.0 = Debug|x64
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|Mixed Platforms.ActiveCfg = Release|Win32
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|Mixed Platforms.Build.0 = Release|Win32
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|Win32.ActiveCfg = Release|Win32
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|Win32.Build.0 = Release|Win32
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|x64.ActiveCfg = Release|x64
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|x64.Build.0 = Release|x64
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal
diff -r ef49ec7b71be -r 34ff6b72b0f4 build/VampSimpleHost.sln
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build/VampSimpleHost.sln	Fri Sep 13 14:58:41 2013 +0100
@@ -0,0 +1,26 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2012 for Windows Desktop
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampSimpleHost", "VampSimpleHost.vcxproj", "{6F6F2651-E7B2-42B2-8053-556FEB50A552}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Win32 = Debug|Win32
+		Debug|x64 = Debug|x64
+		Release|Win32 = Release|Win32
+		Release|x64 = Release|x64
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|Win32.ActiveCfg = Debug|Win32
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|Win32.Build.0 = Debug|Win32
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|x64.ActiveCfg = Debug|x64
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Debug|x64.Build.0 = Debug|x64
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|Win32.ActiveCfg = Release|Win32
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|Win32.Build.0 = Release|Win32
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|x64.ActiveCfg = Release|x64
+		{6F6F2651-E7B2-42B2-8053-556FEB50A552}.Release|x64.Build.0 = Release|x64
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal
diff -r ef49ec7b71be -r 34ff6b72b0f4 build/VampSimpleHost.vcxproj
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build/VampSimpleHost.vcxproj	Fri Sep 13 14:58:41 2013 +0100
@@ -0,0 +1,155 @@
+
+
+  
+    
+      Debug
+      Win32
+    
+    
+      Debug
+      x64
+    
+    
+      Release
+      Win32
+    
+    
+      Release
+      x64
+    
+  
+  
+    {6F6F2651-E7B2-42B2-8053-556FEB50A552}
+    Win32Proj
+    VampSimpleHost
+  
+  
+  
+    Application
+    true
+    v110
+    Unicode
+  
+  
+    Application
+    true
+    v110
+    MultiByte
+  
+  
+    Application
+    false
+    v110
+    true
+    Unicode
+  
+  
+    Application
+    false
+    v110
+    true
+    MultiByte
+  
+  
+  
+  
+  
+    
+  
+  
+    
+  
+  
+    
+  
+  
+    
+  
+  
+  
+    true
+  
+  
+    true
+  
+  
+    false
+  
+  
+    false
+  
+  
+    
+      
+      
+      Level3
+      Disabled
+      WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+      ..
+    
+    
+      Console
+      true
+    
+  
+  
+    
+      
+      
+      Level3
+      Disabled
+      WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+      ..;C:\Program Files\Mega-Nerd\libsndfile\include
+    
+    
+      Console
+      true
+      x64\Debug\VampHostSDK.lib;C:\Program Files\Mega-Nerd\libsndfile\lib\libsndfile-1.lib;%(AdditionalDependencies)
+    
+  
+  
+    
+      Level3
+      
+      
+      MaxSpeed
+      true
+      true
+      WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+    
+    
+      Console
+      true
+      true
+      true
+    
+  
+  
+    
+      Level3
+      
+      
+      MaxSpeed
+      true
+      true
+      WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+      ..;C:\Program Files\Mega-Nerd\libsndfile\include
+    
+    
+      Console
+      true
+      true
+      true
+      x64\Release\VampHostSDK.lib;C:\Program Files\Mega-Nerd\libsndfile\lib\libsndfile-1.lib;%(AdditionalDependencies)
+    
+  
+  
+    
+  
+  
+    
+  
+  
+  
+  
+
\ No newline at end of file
diff -r ef49ec7b71be -r 34ff6b72b0f4 host/vamp-simple-host.cpp
--- a/host/vamp-simple-host.cpp	Wed May 08 10:48:43 2013 +0100
+++ b/host/vamp-simple-host.cpp	Fri Sep 13 14:58:41 2013 +0100
@@ -461,7 +461,7 @@
 
         if (sfinfo.frames > 0){
             int pp = progress;
-            progress = lrintf((float(currentStep * stepSize) / sfinfo.frames) * 100.f);
+            progress = (int)((float(currentStep * stepSize) / sfinfo.frames) * 100.f + 0.5f);
             if (progress != pp && out) {
                 cerr << "\r" << progress << "%";
             }