mirror of
https://github.com/blueskythlikesclouds/SonicAudioTools.git
synced 2024-12-11 07:16:06 +01:00
15 lines
667 B
Plaintext
15 lines
667 B
Plaintext
|
<?xml version='1.0' encoding='utf-8'?>
|
||
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="AcbEditor.Properties" GeneratedClassName="Settings">
|
||
|
<Profiles />
|
||
|
<Settings>
|
||
|
<Setting Name="EnableThreading" Type="System.Boolean" Scope="User">
|
||
|
<Value Profile="(Default)">True</Value>
|
||
|
</Setting>
|
||
|
<Setting Name="MaxThreads" Type="System.Int32" Scope="User">
|
||
|
<Value Profile="(Default)">4</Value>
|
||
|
</Setting>
|
||
|
<Setting Name="BufferSize" Type="System.Int32" Scope="User">
|
||
|
<Value Profile="(Default)">4096</Value>
|
||
|
</Setting>
|
||
|
</Settings>
|
||
|
</SettingsFile>
|