File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ MonoBehaviour:
277277 removeZeros : 0
278278 testUshort : 0
279279 noteIndex : 0
280- numNoteDivisions : 4
280+ numNoteDivisions : 3
281281 noteFreq : 0
282282 refNoteFreq : 0
283283 useRef : 0
@@ -391,7 +391,7 @@ MonoBehaviour:
391391 m_Script : {fileID: 11500000, guid: d43d8f4a12d48154f8cca0bbca859875, type: 3}
392392 m_Name :
393393 m_EditorClassIdentifier :
394- gain : 0.015
394+ gain : 0.018
395395 clipThreshold : 0.1
396396 sampleRate : 0
397397 numChannels : 0
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ namespace DLS.Game
1111{
1212 public static class Main
1313 {
14- public static readonly Version DLSVersion = new ( 2 , 1 , 5 ) ;
14+ public static readonly Version DLSVersion = new ( 2 , 1 , 6 ) ;
1515 public static readonly Version DLSVersion_EarliestCompatible = new ( 2 , 0 , 0 ) ;
16- public const string LastUpdatedString = "30 April 2025" ;
16+ public const string LastUpdatedString = "5 May 2025" ;
1717 public static AppSettings ActiveAppSettings ;
1818
1919 public static Project ActiveProject { get ; private set ; }
Original file line number Diff line number Diff line change 11using System ;
22using Seb . Helpers ;
3+ using UnityEngine ;
34
45namespace DLS . Simulation
56{
@@ -22,7 +23,7 @@ public SimAudio()
2223 {
2324 for ( int i = 0 ; i < freqsAll . Length ; i ++ )
2425 {
25- freqsAll [ i ] = CalculateFrequency ( i / 4 .0) ;
26+ freqsAll [ i ] = CalculateFrequency ( i / 3 .0) ;
2627 float freqT = i / 255f ;
2728 perceptualGainCorrection [ i ] = Maths . Lerp ( 2 , 0.35f , Maths . EaseQuadInOut ( freqT ) ) ;
2829 }
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ PlayerSettings:
140140 loadStoreDebugModeEnabled : 0
141141 visionOSBundleVersion : 1.0
142142 tvOSBundleVersion : 1.0
143- bundleVersion : 2.1.5
143+ bundleVersion : 2.1.6
144144 preloadedAssets : []
145145 metroInputSource : 0
146146 wsaTransparentSwapchain : 0
@@ -718,7 +718,7 @@ PlayerSettings:
718718 additionalCompilerArguments : {}
719719 platformArchitecture : {}
720720 scriptingBackend :
721- Standalone : 1
721+ Standalone : 0
722722 il2cppCompilerConfiguration :
723723 Standalone : 1
724724 il2cppCodeGeneration :
You can’t perform that action at this time.
0 commit comments