Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions Control Surfaces/navelpluisje_ReaSonus Native.ext
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
@description ReaSonus Native
@author Navelpluisje
@version 0.3.0
@version 0.4.0
@changelog
> NEW REQUIREMENT: Also needs ReaImGui v0.10.*
> The UI is now translatable and som etrickery has been done to lod the initial translations.
> Please let me now if there is anything wrong with the translations.

# What's Changed

## All devices

* Moved the dialogs to ReaImgui. See the documentation for more details.
* Fixed issue with saw-tooth like envelopes in touch mode
* UI for the Control Panel is translatable now.
* Some UI improvements. Added snackbar for messages instead of popups.

### FaderPort 8/16

* Added pan channel: The pan button now makes the faders handle the pan. Removed the shift + fader behaviour
* Moved the receives channel to [Shift] + [Send] to make space for the Pan channel
* Added option to make [Left Shift] + [Fader Touch] reset the fader value. This is a setting and off by default
* 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.
* Fixed issue where all faders right of the last send fader also moved.
* Added converter for the old zon plugin mapping files (It is always recommanded doing a test run on a portable install)
* When on-device menu is open, it will now close with any click on the [Touch] button
* Added option in the settings to change the Display layout in track mode. This also available in the on-device menu

* Re-organized the settings page and added tabs
* Added 8 extra function buttons by using the right Shift button.
* The configutation for the Functionm keys now has 2 tabs. One for the Left Shift functions and one for the right Shift functions
* Fixed an issue with the pan encoder in track mode
* Added distraction free mode (Removes the blinking buttons and some of the active states of buttons)
* TCP now follows the FaderPort (respects the offset created by pinned tracks)
* Fixed issue where hidden tracks were not taken in account for the offset on the FaderPort

### FaderPort V2

* Fixed bug where fader became inresponsive after adding a new track
* Added options to disable the fader with [Shift] + [Channel]. This has to be enabled in the settings

Thanx to anyone reporting issues and help me debug them.
@provides
[darwin-arm64] reaper_ReasonusNative-arm64-x86_64.dylib https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-arm64-x86_64.dylib
[win64] reaper_ReasonusNative-x64.dll https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-x64.dll
[win32] reaper_ReasonusNative-x86.dll https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-x86.dll
[darwin64] reaper_ReasonusNative-arm64-x86_64.dylib https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/reaper_ReasonusNative-arm64-x86_64.dylib
ReaSonus/en-US.ini https://github.com/navelpluisje/Reasonus-Native/releases/download/$version/en-US.ini
@link
Documentation https://navelpluisje.github.io/reasonus/
Report Issue https://github.com/navelpluisje/Reasonus-Native/issues
Expand Down