Last updated:

REAPER 5: User-Created New Features — Showcase of the most Notable Scripts

Scripting in REAPER isn’t a new thing. But some enhancements for the v5 allowed scripters to make more powerful scripts than ever, and to share them more easily. During the 8 months or pre-releases, scripters have proposed, developped and share new features for REAPER, pushing back the limits of ReaScript. What are these new features ? […]

Last updated:

ReaScript Video Tutorial — Part. 8: Using Native Actions

This article is part 15 of 17 in the series ReaScript for Beginners

Now that you can code complex script on your own, the serie will now evolve in a “Quick Tip” format, easier to make, and easier to watch ! In this video, we learn How to use native actions inside a script As a bonus of this video, you wil llearn in this article how to run […]

Last updated:

ReaScript Video Tutorial — Part. 7: Loop in Items on Selected Tracks

This article is part 14 of 17 in the series ReaScript for Beginners

In this video, we learn How to count the selected track number How to loop on selected tracks How to loop on items on tracks From a code perspective, you will learn How to make a nested loop How to break a loop Let’s go ! Code Snippet: Next videos will show you how to use […]

Last updated:

ReaScript Video Tutorial — Part. 5: Conditions Basics

This article is part 12 of 17 in the series ReaScript for Beginners

Conditions is the starting point of building useful scripts. Here are the basics on this subject ! Code Snippet: Next videos will show other ways to get items, and go further with conditions ! Hope you still enjoy it ! Note : I investigate a way to provide exercise for premium members. Tell me if you are interested ! Help […]

Last updated:

ReaScript Video Tutorial — Part. 4: Loop in Selected Items

This article is part 11 of 17 in the series ReaScript for Beginners

In this tutorial, you will learn how to get and set properties of all selected items. Note: Audio is not perfect but next videos will be better ! Code Snippets: Next videos will speak about conditions. It will start to be more sophisticated ! Hope you like it ! Help us translate the subtitles of this video in […]

Last updated:

ReaScript Video Tutorial — Part. 3: Get/Set First Selected Item Properties

This article is part 10 of 17 in the series ReaScript for Beginners

In this tutorial, you will learn how to get and set properties of the first selected items. It is where the fun begin ! Code Snippets: Next videos will speak about how to make it work for all selected items. If these videos are useful to you, don’t hesitate to leave a comment below ! Help us […]

Last updated:

ReaScript Video Tutorial — Part. 2: The Api Documentation

This article is part 9 of 17 in the series ReaScript for Beginners

In previous lesson, we saw ShowConsoleMsg. But what are the other REAPER functions ? Here is a tutorial to tell you how to get all this infos. It is the final step before making an actual useful scripts ! I Hope you will like it, and please consider making a donation if you like it ! All the […]

Last updated:

ReaScript Video Tutorial — Part. 1: The Console Output

This article is part 8 of 17 in the series ReaScript for Beginners

In the previous articles, we have spoken a lot about ReaScript, the why and how to jump into it. But the truth is, that we never wrote a single line of code. REAPER 5 is coming, and there is still no video about how to make this kind of actions, which is one of the […]