Skip to content

Releases: Wohlstand/ADLMIDI-Player-Java

ADLMIDI Player for Android v1.6.1

21 Sep 23:42
4fa2fb5

Choose a tag to compare

  • Enabled RAM page size support for 16 KB.
  • Updated libADLMIDI to 1.6.1:
    • WinMM: Fixed random crash on waveOutOpen initialisation because of incorrect initialisation structure usage.
    • Fixed crash when playing too many notes at the same channel.
    • Fixed an unexpected loud noise sounding after switching bank from the 4-op only to 2-op on the fly.
    • WinMM: Fixed sound damange when switching between banks while playing some music streams.
    • Fixed the crash when playing some files with Auto-Arpeggio enabled.
    • Added support for KLM music files from the Wacky Wheels game.
    • Fixed buffered data corruption that leads a noisy output at some emulators (primarily at the LLE-OPL3).

ADLMIDI Player for Android v1.6.0

05 Jul 07:53
a706a03

Choose a tag to compare

  • Updated Android SDK target to 15
  • Updated libADLMIDI to 1.6.0:
    • Fixed the work on big endian processors
    • Fixed ARM64 build on some platforms
    • Improved support of the EA-MUS files (Thanks to dashodanger)
    • Fixed crash on attempt to change the volume of a blank note
    • Added an ability to supply the custom list of embedded banks using -DGENADLDATA_CUSTOM_BANKLIST=/path/to/ini/file.ini argument
    • Improved support of the CMF files: added support for previously missing transpose, depth control, and song marker controllers
    • Added ESFMu emulator for the future ESFM support (Currently used as one another OPL3 emulator and without panned stereo support yet).
    • Added YMFM emulator support (OPL3 and OPL2).
    • Added support for OPL2 mode when some emulators enabled.
    • Added ability to change the hardware address at the DOS version of MIDI player.
    • Added an ability to manually specify the chip type (OPL2 or OPL3) at the DOS version of MIDI player.
    • Added an automatical detection of OPL2 or OPL3 chip depending on the BLASTER environment variable's value at the DOS version of MIDI player.
    • Added Nuked OPL2 and OPL3 Low-Level emulators (Kept disabled by default because they are too heavy for ordinary processors).
    • Fixed a dead loop that might happen when final tone gets lower than zero.
    • Added possibility to play the same note multiple times at the same MIDI channel (Resolved playback of some music, like Heretic's E1M6).
    • Dual-voice 2-op instruments will be squashed to single 2-op voice when available chip channels are overflow (The stability of DMX-oriented music has been improved).

ADLMIDI Player for Android 1.5.0.14

12 Aug 21:47
000edbb

Choose a tag to compare

  • Fixed support on Android 14
  • Updated libADLMIDI

ADLMIDI Player for Android 1.5.0.13

04 Jul 22:10
db03c28

Choose a tag to compare

Implemented the usage of a system file picker on Android 11+ to don't require the manage external storage permission.

ADLMIDI Player for Android 1.5.0.12

03 Jul 02:00
430b35a

Choose a tag to compare

Hotfix: Fixed an inability to open the file browser

ADLMIDI Player for Android 1.5.0.11

03 Jul 01:32
bd7060d

Choose a tag to compare

  • Updated libADLMIDI library
  • Fixed the work on Android 11+
  • Tweaked default settings

ADLMIDI Player for Android BETA

02 Jan 10:46
5ef2041

Choose a tag to compare

Pre-release
  • Updated libADLMIDI
  • Stabilized the background service work
  • Added auto-arpeggio toggler
  • Added channel allocation mode toggler
  • And more other minor fixes

ADLMIDI Player for Android BETA

02 Feb 19:29
1da799e

Choose a tag to compare

Pre-release
  • Improved the compatibility with newer Android versions
  • Updated libADLMIDI backend
  • Using Float32 audio output for Android 5 and newer (avoids clipping on higher gaining values)
  • More other minor things

ADLMIDI Player for Android

03 Mar 21:52

Choose a tag to compare

  • Added French translation by @jpcima
  • Updated libADLMIDI
  • Rhythm-mode now is fully supported on the bank side, the junk switch was removed
  • Added ability to switch OPL3 emulator

ADLMIDI Player for Android

21 Feb 15:05

Choose a tag to compare

  • Better files handling by intent
  • Correct manifest to return back the icon showing into the launcher