Skip to content

Releases: billthefarmer/mididriver

Version 1.26

07 Nov 18:33
Compare
Choose a tag to compare

ic_launcher

  • Update Sonivox sources, build tools

This version is not available from JitPack because it won't build on their system. It builds fine elsewhere. I have raised an issue, which has been ignored. The changes in the Sonivox sources are minor, so not worth bothering with, but I had already made this release.

Version 1.25

30 Jun 13:25
Compare
Choose a tag to compare

ic_launcher

  • Update Sonivox sources, build tools

Version 1.24

10 Sep 13:23
Compare
Choose a tag to compare

ic_launcher

  • Add fix for plugging in headphones by @ygtorres
  • Update build tools

Version 1.23

01 Jul 11:04
Compare
Choose a tag to compare

ic_launcher

  • Update sonivox sources

Version 1.22

28 Jun 15:39
Compare
Choose a tag to compare

ic_launcher

  • Convert native audio output to oboe, uses OpenSLES or AAudio on newer devices
  • No API changes

Version 1.21

02 May 12:20
Compare
Choose a tag to compare

ic_launcher

  • Add getInstance() methods to ensure only one instance of the driver in an app and make constructor private
  • Tidy up demo app
  • Update build tools
    Mididriver midi = MidiDriver.getInstance();
    // or
    Mididriver midi = MidiDriver.getInstance(this);  // Add listener
    // or
    Mididriver midi = MidiDriver.getInstance(() ->  // Use lambda expression
        // Do whatever
        );

Version 1.20

22 Jan 20:04
Compare
Choose a tag to compare

ic_launcher

  • Add setReverb by @b3b
  • Update build tools
    boolean setReverb(int preset) // Set Reverb effect preset for EAS
                                  // synthesizer (value from
                                  // ReverbConstants). Returns true
                                  // on success, false on failure

Version 1.19

05 Nov 14:18
Compare
Choose a tag to compare

ic_launcher

  • Updated build scripts and sonivox sources
  • Restored missing functions

Google have removed the functions for streaming midi code to the synthesiser. I have restored them in an addition file (eas_midi.c).

Version 1.18

16 Dec 16:27
Compare
Choose a tag to compare

ic_launcher

  • Updated build scripts and sonivox sources

Version 1.17

02 Apr 14:09
Compare
Choose a tag to compare