Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit 4bb3cf3

Browse files
committed
Tuned default-settings in LevelVisualization
1 parent 472f0dd commit 4bb3cf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

KeyboardAudioVisualizer/AudioProcessing/VisualizationProvider/LevelVisualizationProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public double Smoothing
2929
set => SetProperty(ref _smoothing, value);
3030
}
3131

32-
private double _scale = 5;
32+
private double _scale = 8;
3333
public double Scale
3434
{
3535
get => _scale;

KeyboardAudioVisualizer/KeyboardAudioVisualizer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</NuGetPackageImportStamp>
1818
</PropertyGroup>
1919
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20-
<PlatformTarget>AnyCPU</PlatformTarget>
20+
<PlatformTarget>x86</PlatformTarget>
2121
<DebugSymbols>true</DebugSymbols>
2222
<DebugType>full</DebugType>
2323
<Optimize>false</Optimize>
@@ -27,7 +27,7 @@
2727
<WarningLevel>4</WarningLevel>
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30-
<PlatformTarget>AnyCPU</PlatformTarget>
30+
<PlatformTarget>x86</PlatformTarget>
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release\</OutputPath>

0 commit comments

Comments
 (0)