Skip to content

Commit ffef1d2

Browse files
committed
Release ReaMCULive: Programmable ReaScript API control surface extension v0.1.7
fix GetFaderValue()
1 parent 9900f6f commit ffef1d2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
@description ReaMCULive: Programmable ReaScript API control surface extension
22
@author ak5k
3-
@version 0.1.6
3+
@version 0.1.7
4+
@changelog fix GetFaderValue()
45
@provides
5-
[win64] reaper_reamculive-x64.dll https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-x64.dll
6-
[linux-aarch64] reaper_reamculive-aarch64.so https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-aarch64.so
7-
[darwin-arm64] reaper_reamculive-arm64.dylib https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-arm64.dylib
8-
[darwin64] reaper_reamculive-x86_64.dylib https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-x86_64.dylib
9-
[linux64] reaper_reamculive-x86_64.so https://github.com/ak5k/reamculive/releases/download/v$version/reaper_reamculive-x86_64.so
6+
[win64] reaper_reamculive-x64.dll https://github.com/ak5k/reamculive/releases/download/$version/$path
7+
[linux-aarch64] reaper_reamculive-aarch64.so https://github.com/ak5k/reamculive/releases/download/$version/$path
8+
[darwin-arm64] reaper_reamculive-arm64.dylib https://github.com/ak5k/reamculive/releases/download/$version/$path
9+
[darwin64] reaper_reamculive-x86_64.dylib https://github.com/ak5k/reamculive/releases/download/$version/$path
10+
[linux64] reaper_reamculive-x86_64.so https://github.com/ak5k/reamculive/releases/download/$version/$path
1011
@about See [website](https://github.com/ak5k/reamculive).
1112

0 commit comments

Comments
 (0)