Skip to content

Releases: ak5k/reablink

ReaBlink v0.4.3

23 Dec 16:41
b97cc88
Compare
Choose a tag to compare
  • Install from ReaPack
  • Modified release files

ReaBlink v0.4.2

23 Dec 06:13
Compare
Choose a tag to compare
  • Further attempt to improve Master/Puppet mode performance by updating timeline more sparsely during tempo changes.
  • ReaBlink_Monitor script updated.

ReaBlink v0.4.1

23 Dec 02:13
Compare
Choose a tag to compare
  • 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

07 Jun 08:21
Compare
Choose a tag to compare
  • New ReaScript API function: Blink_GetVersion
  • Minor fixes

ReaBlink v0.3.3

03 Jun 11:58
13e38f8
Compare
Choose a tag to compare
  • Further improvents on transport start/stop with Master/Puppet modes.

ReaBlink v0.3.2

03 Jun 01:29
Compare
Choose a tag to compare
  • Transport start/stop related fixes

ReaBlink v0.3.1

01 Jun 13:44
Compare
Choose a tag to compare

ReaBlink v0.3.0

01 Jun 09:33
Compare
Choose a tag to compare
  • Revisited release builds.
  • Minor fix for transport start/stop, when no peers are present and Master/Puppet mode is enabled.

ReaBlink v0.2.1

30 May 01:43
e18639b
Compare
Choose a tag to compare
  • 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

29 May 02:34
Compare
Choose a tag to compare
  • 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.