From 920b96fed10fa26e7b20ce0146fac16774ee3be8 Mon Sep 17 00:00:00 2001 From: ak5k <42914711+ak5k@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:47:24 +0200 Subject: [PATCH] Release ReaMCULive: Programmable ReaScript API control surface extension v0.1.7 (#75) fix GetFaderValue() --- ...able ReaScript API control surface extension.ext | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/API/ak5k_ReaMCULive Programmable ReaScript API control surface extension.ext b/API/ak5k_ReaMCULive Programmable ReaScript API control surface extension.ext index 9b79c34..560f15a 100644 --- a/API/ak5k_ReaMCULive Programmable ReaScript API control surface extension.ext +++ b/API/ak5k_ReaMCULive Programmable ReaScript API control surface extension.ext @@ -1,11 +1,12 @@ @description ReaMCULive: Programmable ReaScript API control surface extension @author ak5k -@version 0.1.6 +@version 0.1.7 +@changelog fix GetFaderValue() @provides - [win64] reaper_reamculive-x64.dll https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-x64.dll - [linux-aarch64] reaper_reamculive-aarch64.so https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-aarch64.so - [darwin-arm64] reaper_reamculive-arm64.dylib https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-arm64.dylib - [darwin64] reaper_reamculive-x86_64.dylib https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-x86_64.dylib - [linux64] reaper_reamculive-x86_64.so https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-x86_64.so + [win64] reaper_reamculive-x64.dll https://github.com/ak5k/reamculive/releases/download/$version/$path + [linux-aarch64] reaper_reamculive-aarch64.so https://github.com/ak5k/reamculive/releases/download/$version/$path + [darwin-arm64] reaper_reamculive-arm64.dylib https://github.com/ak5k/reamculive/releases/download/$version/$path + [darwin64] reaper_reamculive-x86_64.dylib https://github.com/ak5k/reamculive/releases/download/$version/$path + [linux64] reaper_reamculive-x86_64.so https://github.com/ak5k/reamculive/releases/download/$version/$path @about See [website](https://github.com/ak5k/reamculive).