Skip to content

Commit

Permalink
6.0.4 (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed May 20, 2024
1 parent ca19890 commit 8de37ea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center"><img src="https://raw.githubusercontent.com/JujuAdams/vinyl/master/LOGO.png" style="display:block; margin:auto; width:300px"></p>
<h1 align="center">Vinyl 6.0.3</h1>
<h1 align="center">Vinyl 6.0.4 (beta)</h1>

<p align="center">Audio tooling for GameMaker 2024.4 (and later)</p>

Expand Down
2 changes: 1 addition & 1 deletion options/windows/options_windows.yy

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

2 changes: 0 additions & 2 deletions scripts/__VinylClassPatternBlend/__VinylClassPatternBlend.gml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ function __VinylImportBlendJSON(_json)
if (not struct_exists(_json, "sounds")) __VinylError("Blend pattern \"", _json.blend, "\" property .sounds must be defined");
}

//TODO - Add animation curve definition

VinylSetupBlend(_json.blend, _json.sounds, _json[$ "loop"], _json[$ "gain"], _json[$ "animCurve"], undefined, _json[$ "duckOn"], _json[$ "duckPrio"], _json[$ "metadata"]);

return _json.blend;
Expand Down
2 changes: 1 addition & 1 deletion scripts/__VinylSystem/__VinylSystem.gml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Feather disable all

#macro __VINYL_VERSION "6.0.3 (alpha)"
#macro __VINYL_VERSION "6.0.4 (beta)"
#macro __VINYL_DATE "2024-05-20"

#macro __VINYL_RUNNING_FROM_IDE (GM_build_type == "run")
Expand Down

0 comments on commit 8de37ea

Please sign in to comment.