View Single Post
Old 05-24-2016, 05:29 PM   #1
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,937
Default Interactive ReaScript (Lua)

This script implements a REPL shell for Lua ReaScript inside of REAPER, for quickly experimenting code and API functions.



Main Features:
  • Autocompletion
  • Code history
  • Colored output
  • Copy/paste from clipboard
  • Error catching
  • Multiline input (functions, conditions...)
  • Pretty print return values
  • Run actions (!command_id, !!midi_editor_action)
  • Scrolling
  • Text selection
  • Text wrapping for long lines
Known Issues/Limitations:
Install:

iReaScript is available from ReaTeam's ReaScript repository in ReaPack.

Last edited by cfillion; 08-02-2018 at 08:34 AM.
cfillion is offline   Reply With Quote