-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release ReaMCULive: Programmable ReaScript API control surface extens…
…ion v0.1.7 (#75) fix GetFaderValue()
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
13 changes: 7 additions & 6 deletions
13
API/ak5k_ReaMCULive Programmable ReaScript API control surface extension.ext
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). | ||
|