All notable changes to this project will be documented in this file.
- [ui] inner dependencies (music-theory)
- changed app icon, added more sizes
- AUv3 unsigned iOS .ipa release. It is not present in official Apple store and can be sideloaded/installed manualy (with Sideloadly or TrollStore)
- [ui] inner dependencies (music-theory)
- [juce] update to 7.0.9
- [ui] inner dependencies (music-theory)
- AUv3 build configurations
- [ui] updated packages and add support for web
- Disable WinRT in plugins due to performance issues
- LV2 plugins didn't work due to incorrect URL
- [ui] incorrect sizing of list elements
-
[ui] colors mode for remapped keyboard
-
buttons to cycle through the modes with the same keys selected
-
icon for standalone app
-
LUMI keys hardware support (4 modes, if plugin is disabled it will only highlight the key, otherwise it will highlight remapped keys, power button is changing color mode)
-
custom scales override is possible if
scales.txt
is placed near the plugin binary file. Text file should list scales in formatintervals scaleName
, ex:2 1 2 2 2 2 1 Melodic Minor 2 1 2 2 1 3 1 Harmonic Minor
- updated JUCE to 7.0.5
- [ui] updated minor deps
- [ui] event system to support correct multiple parameters change
- lv2 support
- vst support for hosts incompatible with vst3 midi (won't be distributed due to the license limitations)
- [ui] interactive keyboard feature
- [ui] restyled color theme
- resticted window resize
- removed loading indicator
- [ui] index was set to 0 after first scale switching
- initial scale intervals were set to follow default scale (major)
- moved state to redux store
- now the saved params are restored correctly
- multiple inconsistencies in behavior
- extract-release-notes action couldn't find changelog
- Added changelog
- Integrated changelog into pipeline