Tuned default-settings in LevelVisualization

This commit is contained in:
Darth Affe 2017-08-13 14:21:13 +02:00
parent 472f0ddca7
commit 4bb3cf3670
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ namespace KeyboardAudioVisualizer.AudioProcessing.VisualizationProvider
set => SetProperty(ref _smoothing, value);
}
private double _scale = 5;
private double _scale = 8;
public double Scale
{
get => _scale;

View File

@ -17,7 +17,7 @@
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
@ -27,7 +27,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>