Skip to content

Commit 00407ad

Browse files
authored
Reasonus is on v0.4.0 now (#116)
1 parent cdd635e commit 00407ad

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

Control Surfaces/navelpluisje_ReaSonus Native.ext

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
11
@description ReaSonus Native
22
@author Navelpluisje
3-
@version 0.3.0
3+
@version 0.4.0
44
@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.
67

78
# What's Changed
89

910
## All devices
1011

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.
1314

1415
### FaderPort 8/16
1516

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+
2525
### FaderPort V2
2626

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
2828

2929
Thanx to anyone reporting issues and help me debug them.
3030
@provides
3131
[darwin-arm64] reaper_ReasonusNative-arm64-x86_64.dylib https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-arm64-x86_64.dylib
3232
[win64] reaper_ReasonusNative-x64.dll https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-x64.dll
3333
[win32] reaper_ReasonusNative-x86.dll https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-x86.dll
3434
[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
3536
@link
3637
Documentation https://navelpluisje.github.io/reasonus/
3738
Report Issue https://github.com/navelpluisje/Reasonus-Native/issues

0 commit comments

Comments
 (0)