Skip to content

ReaBlink v0.2.0

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