This repository was archived by the owner on May 15, 2023. It is now read-only.
AndroidRemixer goes StandardRemixer
Pre-release
Pre-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
orIntegerListVariableMethod
, the callbacks will takeFloat
instead ofInteger
- Furthermore,
IntegerListVariableMethod
has been split intoNumberListVariableMethod
andColorListVariableMethod
.- 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.
- Furthermore,