Releases: derselbst/ANMP
Releases · derselbst/ANMP
ANMP 10
ANMP 9
ANMP 8
- display a ToolTip showing time offset when hovering seek bar
- require fluidsynth >= 2.0
- render reverb of each midi channel to its respective audio channel
- various improvements to the SongInspector
- add a spectrogram visualization (#25)
- fix memory leaks when processing MIDI files
- fix a compilation error with cmake >= 3.10
- fix a few NULL dereferences
- prevent the player being stuck in an infinite nothing-to-play loop
- improve determination of playback duration for libgme
- fix resource leaks when parsing cue files
- optimize loading files asynchronously
- fix a use-after-free when changing currently played song
- fix a crash when the audio driver cannot be initialized
- avoid skipping the first audio frames when starting playback with ALSA
- improve real-time performance by avoiding on-the-fly memory allocations
- indicate how much of a song has been decoded in the seek bar
- visualize loop markers in the seek bar
- MIDI Track Loops can now be unrolled, depending on
overridingGlobalLoopCount
- add support for
LOOPSTART
andLOOPLENGTH
markers
ANMP 7
- rework MainWindow by using dock windows (#60)
- decouple playlist and playlist qt model (fixes #13 and #8)
- fix various playlist usability issues
- correctly update current song on deletion
- avoid multi signal emitting on double click
- avoid unnecessary callback overhead when changing currently playing song
- fix buffer overflow in analyzer widgets
- fix NULL deref in channel/voice muter
ANMP 6
- libsndfile: speedup reading float PCM files
- fix blocking UI when adding files to playlist
- improve usability of channel muting dialog
- ability to build against libc++
- add SongInspector GUI
- avoid overlapping notes from killing each other
- make fluidsynth's volume response fit to N64's software synth
- implement an IIR lowpass filter compatible to Rareware's N64 games (CBFD, JFG)
ANMP 5
ANMP 4
- fix bugs when playing back with JACK
- support reading metadata for ffmpeg
- add support for aopsf
- add support for modplug
- improve usability of UI
- append songs to playlist asynchronously
- dont crash when exception is thrown
- add dbus interface to UI, enabling usage of global keyboard shortcuts