View Single Post
Old 11-30-2015, 08:51 AM   #102
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

Here it for Lua

Code:
--[[
 * ReaScript Name: Go to start of previous region
 * Description: Move edit or play cursor to previous region. Move view and seek play.
 * Instructions: Place edit cursor inside a region. Run.
 * Screenshot: http://
 * Author: X-Raym
 * Author URl: http://extremraym.com
 * Repository: GitHub > X-Raym > EEL Scripts for Cockos REAPER
 * Repository URl: https://github.com/X-Raym/REAPER-EEL-Scripts
 * File URl: https://github.com/X-Raym/REAPER-EEL-Scripts/scriptName.eel
 * Licence: GPL v3
 * Forum Thread: Scripts: Transport (various)
 * Forum Thread URl: http://forum.cockos.com/showthread.php?p=1601342
 * REAPER: 5.0
 * Extensions: None
--]]
 
--[[
 * Changelog:
 * v1.0 (2015-11-27)
    + Initial Release
--]]
for EEL, just replace --[[ by /**

Screenshot field is facultative, just like File direct URL. I guess we don't need it anymore, and it is a bit too painful to update everytime ^^

We could also imagine other faculative field like a Donation field.
X-Raym is offline   Reply With Quote