Skip to content

Commit

Permalink
4.0.4 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Dec 25, 2022
1 parent c5ddc5d commit 6db0b5e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Vinyl 4.0.3 alpha</h1>
<h1 align="center">Vinyl 4.0.4 alpha</h1>

<p align="center">Modular audio system for GameMaker 2022 LTS by <b>@jujuadams</b></p>

Expand Down
12 changes: 6 additions & 6 deletions options/windows/options_windows.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/VinylSystemGainSet/VinylSystemGainSet.gml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ function VinylSystemGainSet(_gain)
var _amplitude = __VinylGainToAmplitude(_gain + VINYL_SYSTEM_HEADROOM);
audio_master_gain(_amplitude);

__VinylTrace("Set system gain to ", _gain, " dB (inc. VINYL_SYSTEM_HEADROOM=", _gain + VINYL_SYSTEM_HEADROOM, " db, amplitude=", 100*_amplitude, "%)");
__VinylTrace("Set system gain to ", _gain, " dB (VINYL_SYSTEM_HEADROOM=", _gain + VINYL_SYSTEM_HEADROOM, " db, resultant amplitude=", 100*_amplitude, "%)");
}
}
4 changes: 2 additions & 2 deletions scripts/__VinylSystem/__VinylSystem.gml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#macro __VINYL_VERSION "4.0.3 alpha"
#macro __VINYL_DATE "2022-12-23"
#macro __VINYL_VERSION "4.0.4 alpha"
#macro __VINYL_DATE "2022-12-25"

#macro __VINYL_DATA_BUNDLE_FILENAME "vinyl.json"
#macro __VINYL_CONFIG_NOTE_NAME "__VinylConfig"
Expand Down

0 comments on commit 6db0b5e

Please sign in to comment.