Hi, Yesterday I was part of a live YouTube interview on IDDQDSound channel, as part of the Geeking Out with REAPER Legends series, following Justin and Schwa from Cockos and Kenny Gioia in previous weeks. During the stream, I answered questions about my journey into coding and mostly ReaScripting. Most questions are generalists, but because […]
Tag Archives: reascript
RPP-Parser: Coding a REAPER project file parser and generator
Hi, After a coding period spread over few weeks, I just released RPP-Parser, a script to parse and generate REAPER project files. The original concept was designed by mrlimbic for Vordio and was written in Java, he supervised me for the Lua port. It is way easier and faster than our previous version. It was […]
A Table of All My Premium ReaScripts
Hi, I finally took time to release complete table of all my Premium ReaScripts for REAPER, just like the one I already made for my Free Scripts. This will allow you to see scripts I publicly released in a pack… and also script I didn’t! Don’t hesitate to contact me if you have question on […]
Coding REAPER Scripts for Soundiron — Part 2
My second major ReaScript dev contract with Soundiron.
ReaScripts: Creating Karaoke Songs for UltraStar and Vocaluxe with REAPER (Update: REAPER Karaoke Lyrics Viewer)
A set of reascripts I made for UltraStar/Vocaluxe interoperability with REAPER.
Coding REAPER Scripts for Soundiron
My ReaScript contract with Soundiron.
REAPER Scripting Showcase by Robert Randolph
Two years ago, I wrote REAPER 5: User-Created New Features — Showcase of the most Notable Scripts / ExtremRaym, an article to promote ReaScript works made by the REAPER communities during the v5 development, which introduced Lua scripting language. Scripts proposed by users on Cockos Forum tend to be lost and forgotten pretty quickly due […]
ReaPack: Download, Manage and Update ReaScripts/JSFX Easily with this new REAPER Extension
Presentation of the ReaPack extension for REAPER, and its usage with ReaScripts and JSFX.
ReaScripts Templates Repository on GitHub
Beginners and Advanced REAPER Scripters could take advantage of a new GitHub repository I just created for ReaTeam (a group of scripters gathered on GitHub) : The ReaScripts Templates repository ! This allows to: Have template files for common ReaScript functions, for starting scripting faster with best pratices and actual conventions For eg, working on all selected […]
ReaScript Video Tutorial — Part. 9: Preventing Bugs
Scripts are powerful. But as Cockos developer’s Jeffos reminds me when I started: With great power comes great responsibility Uncle Ben, Spiderman What you will learn in this lesson is very important, for all people who make scripts for REAPER. In this video, you will see: that scripts can set invalid values to a project […]