Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Final touches to audio engine (#108)
* Add update check on startup (#91) * Created update checker, runs on startup * Add current version and update notification to main menu * Update version back to 0.8.2 * Moved engine constants to `Constants` * Awesomeness Detection (#89) * Awesomeness detection EXTREMLY IMPORTANT * Awesomeness Detection Very important! * Pretty awesome if you ask me * Add native bass library folders + READMEs for installation * IAudioManager interface and BASS implementation * Add ManagedBass to NuGet packages * Change Play and AbstractTrack to use new audio engine * Deleted old audio code and added StreamingAssets folder * Add gitignore to ignore BASS libraries * Adding generation of currentsong.text (#93) This is mainly for OBS to show on twitch streams. More stuff can be added but let's see if this works right first, ya? :) * Added reverb to player stems when star power is active * "ThirdParty" folder * Fix lefty flip on 4 and 5 lane drums (#96) * 4 lane drum lefty flip fix * 5 lane drum lefty flip fix * Updated credits * Add PlasticBand-Unity for input mappings, and HIDrogen for Linux HID support (#95) * Add PlasticBand-Unity package * Switch Pro Guitar support to PlasticBand's * Update input actions Guitar actions now use PlasticBand Removed most guitar UI actions, as they are covered by usages in PlasticBand * Add HIDrogen package for HID support on Linux * Fix lefty flip drum inputs (#99) * fixed lefty flip drum inputs * fixed bot drum lefty flip * Re-enable incremental garbage collection (#101) * Improve HO/PO overstrum forgiveness (#100) * Allow anchoring chord HO/POs (togglable) * Improve HO/PO overstrum forgiveness * Small fix * Add clap and starpower deploy sfx * Add clap sfx to code * Reverb keys stems and all drums stems * Stem gain on SP and volume control settings * Update and add new starpower SFX * meta file update? * Weird curly brace problem and 2 update checkers? Whats happening * Add note miss sfx * Add sfx volume and use star power fx controls. Play note miss on combo >= 10 --------- Co-authored-by: EliteAsian <lavasnakegaming@gmail.com> Co-authored-by: TheFatBastid <tfb@sof.ws> Co-authored-by: Rodrigo Oliveira <39157156+santorfo@users.noreply.github.com> Co-authored-by: Nathan <nathanhurst03@gmail.com> Co-authored-by: Raphael Goulart <contact@raphaelgoul.art>
- Loading branch information