mirror of
https://github.com/DarthAffe/KeyboardAudioVisualizer.git
synced 2025-12-12 15:18:30 +00:00
Tuned default-settings in LevelVisualization
This commit is contained in:
parent
472f0ddca7
commit
4bb3cf3670
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user