forked from NearInfinityBrowser/NearInfinity
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New implementation of the MUS player (InfinityAmp)
Features: - More playback controls (jump to previous or next title, play, pause, stop) - Playback options: Loop, Shuffle - Supports playback of music files from all games at once - Refreshing or opening another game does not reset music player content - Improved display of playlist entries and current playback time - Sound filter to allow auto-skipping silent sound segments - Music entries and player configuration is saved in NI's preferences - Options for importing or exporting playlists (*.m3u or *.m3u8) - Supports extended keyboard media keys for playback controls (Windows only) Internal changes: - Added StopWatch class - Added InputKeyHelper class for extended virtual keys support (e.g. media keys) - Extended ChildFrame class to allow persistent frames that survive refreshing and changing games
- Loading branch information
Showing
11 changed files
with
3,691 additions
and
11 deletions.
There are no files selected for viewing
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.