Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

AndroidRemixer goes StandardRemixer

Pre-release
Pre-release
Compare
Choose a tag to compare
@miguelandres miguelandres released this 06 Jan 22:20
· 121 commits to stable since this release

This release mostly brings Android remixer to parity with iOS. No triggers and numbers are backed by floats.

Breaking changes

  • Numbers are now backed by floats. So if you're using RangeVariableMethod or IntegerListVariableMethod, the callbacks will take Float instead of Integer
    • Furthermore, IntegerListVariableMethod has been split into NumberListVariableMethod and ColorListVariableMethod.
      • Colors are still backed by Integers
      • No more base type changes are expected, but sorry about this one, this had to be done and it had been a while under work.
      • Triggers are gone.