Skip to content

Commit

Permalink
accord-netGH-70: Updating sample application references and fixing DP…
Browse files Browse the repository at this point in the history
…I scaling issues.
  • Loading branch information
cesarsouza committed May 9, 2015
1 parent b96b80e commit 2368638
Show file tree
Hide file tree
Showing 383 changed files with 38,114 additions and 43,842 deletions.
2 changes: 1 addition & 1 deletion Samples/Audio/Beat detection/AboutBox.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Samples/Audio/Beat detection/AboutBox.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System.Reflection;
using System.Windows.Forms;

namespace BeatDetector
using System.Windows.Forms;

namespace SampleApp
{
partial class AboutBox : Form
{
Expand Down
4 changes: 2 additions & 2 deletions Samples/Audio/Beat detection/Beat detection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>WinExe</OutputType>
<RootNamespace>BeatDetector</RootNamespace>
<RootNamespace>SampleApp</RootNamespace>
<AssemblyName>Beat detection</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<AppDesignerFolder>Properties</AppDesignerFolder>
<StartupObject>BeatDetector.Program</StartupObject>
<StartupObject>SampleApp.Program</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
Expand Down
106 changes: 53 additions & 53 deletions Samples/Audio/Beat detection/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Samples/Audio/Beat detection/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
using System.Windows.Forms;
using Accord.Audio;
using Accord.Audition.Beat;
using Accord.DirectSound;

namespace BeatDetector
using Accord.DirectSound;

namespace SampleApp
{

/// <summary>
/// Beat detector sample application.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Beat detection/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Windows.Forms;

namespace BeatDetector
namespace SampleApp
{
class Program
{
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Fourier (FFT)/AboutBox.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Samples/Audio/Fourier (FFT)/AboutBox.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System.Reflection;
using System.Windows.Forms;

namespace Fourier
using System.Windows.Forms;

namespace SampleApp
{
partial class AboutBox : Form
{
Expand Down
4 changes: 2 additions & 2 deletions Samples/Audio/Fourier (FFT)/Fourier (FFT).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>WinExe</OutputType>
<RootNamespace>Fourier</RootNamespace>
<RootNamespace>SampleApp</RootNamespace>
<AssemblyName>Fourier %28FFT%29</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<AppDesignerFolder>Properties</AppDesignerFolder>
<SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\Caio\Dados de aplicativos\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
<StartupObject>Fourier.Program</StartupObject>
<StartupObject>SampleApp.Program</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
Expand Down
118 changes: 60 additions & 58 deletions Samples/Audio/Fourier (FFT)/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2368638

Please sign in to comment.