Releases: ak5k/reablink
ReaBlink v0.4.3
- Install from ReaPack
- Modified release files
ReaBlink v0.4.2
- Further attempt to improve Master/Puppet mode performance by updating timeline more sparsely during tempo changes.
- ReaBlink_Monitor script updated.
ReaBlink v0.4.1
Blink_SetCaptureTransportCommands
now captures also Play, Stop and Pause transport commands to avoid conflicts between REAPER transport and Link session. This should fix crashes/flickering when using mouse/GUI to control REAPER transport while simultaneously running ReaBlink Monitor. See ReaScript documentation for Blink_* prefixed functions for futher information.- Some other tweaks too.
ReaBlink v0.4.0
- New ReaScript API function:
Blink_GetVersion
- Minor fixes
ReaBlink v0.3.3
- Further improvents on transport start/stop with Master/Puppet modes.
ReaBlink v0.3.2
- Transport start/stop related fixes
ReaBlink v0.3.1
dev
ReaBlink v0.3.0
- Revisited release builds.
- Minor fix for transport start/stop, when no peers are present and Master/Puppet mode is enabled.
ReaBlink v0.2.1
- Requires REAPER 5.62 or later.
- Added 32-bit Windows build.
- Added short guide for building from source on Linux in Wiki.
ReaBlink v0.2.0
-
New ReaScript API functions:
(Lua:) reaper.Blink_SetCaptureTransportCommands(boolean enable)
Captures REAPER 'Transport: Play/stop' and 'Tempo: Increase/Decrease current project tempo by 01 BPM' commands and broadcasts them into Link session. When used with Master or Puppet mode enabled, provides better integration between REAPER and Link session transport and tempos.
(Lua:) reaper.Blink_SetBeatAtStartPlayingTimeRequest(number beat, number quantum)
Convenience function to attempt to map the given beat to the time when transport is starting to play in context of the given quantum. This function evaluates to a no-op if GetPlaying() equals false. -
Updated Lua script
ReaBlink_Monitor.lua
Opening ReaBlink Monitor now fires up 'all the bells and whistles' to provide better functionality 'out-of-the-box'. It enables Blink, SetStartStopSyncEnabled, SetPuppet and SetCaptureTransportCommands.