forked from vlad2305m/Sound-Physics-Fabric
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finished Variable slot count, the first major feature unique to Resounding! This can be thought of as the reverb "resolution", higher slot counts mean smoother reverb and more detail, but at the cost of memory and performance This setting can be changed with the `reverbResolution` setting in the config Also: - updated config. This will work until i can get around to a full rewrite - rewrote `dev.thedocruby.resounding.openal.*`, since i needed to to get the variable slot count working. - fixed a critical error with material properties inherited from Sound Physics that forced all materials to use fallback values. Material properties should now be applied correctly - fixed a bug from the last commit that prevented the mod from updating properly when the config was changed - Improved the reverb quality by no longer hard-coding some things, like reverb diffusion. Most of these are also now configurable - a few more minor things
- Loading branch information
1 parent
ffb5117
commit 618830a
Showing
11 changed files
with
531 additions
and
434 deletions.
There are no files selected for viewing
248 changes: 148 additions & 100 deletions
248
src/main/java/dev/thedocruby/resounding/Resounding.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.