|
1 | 1 | @description ReaSonus Native |
2 | 2 | @author Navelpluisje |
3 | | -@version 0.3.0 |
| 3 | +@version 0.4.0 |
4 | 4 | @changelog |
5 | | - > NEW REQUIREMENT: Also needs ReaImGui v0.10.* |
| 5 | + > The UI is now translatable and som etrickery has been done to lod the initial translations. |
| 6 | + > Please let me now if there is anything wrong with the translations. |
6 | 7 |
|
7 | 8 | # What's Changed |
8 | 9 |
|
9 | 10 | ## All devices |
10 | 11 |
|
11 | | - * Moved the dialogs to ReaImgui. See the documentation for more details. |
12 | | - * Fixed issue with saw-tooth like envelopes in touch mode |
| 12 | + * UI for the Control Panel is translatable now. |
| 13 | + * Some UI improvements. Added snackbar for messages instead of popups. |
13 | 14 |
|
14 | 15 | ### FaderPort 8/16 |
15 | 16 |
|
16 | | - * Added pan channel: The pan button now makes the faders handle the pan. Removed the shift + fader behaviour |
17 | | - * Moved the receives channel to [Shift] + [Send] to make space for the Pan channel |
18 | | - * Added option to make [Left Shift] + [Fader Touch] reset the fader value. This is a setting and off by default |
19 | | - * Changed the shift behaviour for all channel related modi (track, plugin, send, etc...). Now when the shift(left or right), this does not reflect on these modi. |
20 | | - * Fixed issue where all faders right of the last send fader also moved. |
21 | | - * Added converter for the old zon plugin mapping files (It is always recommanded doing a test run on a portable install) |
22 | | - * When on-device menu is open, it will now close with any click on the [Touch] button |
23 | | - * Added option in the settings to change the Display layout in track mode. This also available in the on-device menu |
24 | | - |
| 17 | + * Re-organized the settings page and added tabs |
| 18 | + * Added 8 extra function buttons by using the right Shift button. |
| 19 | + * The configutation for the Functionm keys now has 2 tabs. One for the Left Shift functions and one for the right Shift functions |
| 20 | + * Fixed an issue with the pan encoder in track mode |
| 21 | + * Added distraction free mode (Removes the blinking buttons and some of the active states of buttons) |
| 22 | + * TCP now follows the FaderPort (respects the offset created by pinned tracks) |
| 23 | + * Fixed issue where hidden tracks were not taken in account for the offset on the FaderPort |
| 24 | + |
25 | 25 | ### FaderPort V2 |
26 | 26 |
|
27 | | - * Fixed bug where fader became inresponsive after adding a new track |
| 27 | + * Added options to disable the fader with [Shift] + [Channel]. This has to be enabled in the settings |
28 | 28 |
|
29 | 29 | Thanx to anyone reporting issues and help me debug them. |
30 | 30 | @provides |
31 | 31 | [darwin-arm64] reaper_ReasonusNative-arm64-x86_64.dylib https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-arm64-x86_64.dylib |
32 | 32 | [win64] reaper_ReasonusNative-x64.dll https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-x64.dll |
33 | 33 | [win32] reaper_ReasonusNative-x86.dll https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-x86.dll |
34 | 34 | [darwin64] reaper_ReasonusNative-arm64-x86_64.dylib https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-arm64-x86_64.dylib |
| 35 | + ReaSonus/en-US.ini https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/en-US.ini |
35 | 36 | @link |
36 | 37 | Documentation https://navelpluisje.github.io/reasonus/ |
37 | 38 | Report Issue https://github.com/navelpluisje/Reasonus-Native/issues |
|
0 commit comments