- ReaScript Basics — Interview on REAPER blog / Part-1
- ReaScript Basics — Interview on REAPER blog / Part-2
- How to Learn ReaScript for REAPER
- Useful Tools for REAPER Scripters
- ReaScript: What can we Expect from v5 Pre-Releases?
- Advanced Actions Management: Import and Export Toolbars Buttons linked to Scripts, Change Script Path and Name
- Scripting for REAPER: General Guidelines
- ReaScript Video Tutorial — Part. 1: The Console Output
- ReaScript Video Tutorial — Part. 2: The Api Documentation
- ReaScript Video Tutorial — Part. 3: Get/Set First Selected Item Properties
- ReaScript Video Tutorial — Part. 4: Loop in Selected Items
- ReaScript Video Tutorial — Part. 5: Conditions Basics
- ReaScript Video Tutorial — Part. 6: Time Selection
- ReaScript Video Tutorial — Part. 7: Loop in Items on Selected Tracks
- ReaScript Video Tutorial — Part. 8: Using Native Actions
- ReaScript Video Tutorial — Part. 9: Preventing Bugs
- ReaScripts Templates Repository on GitHub
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:
selected_items_count = reaper.CountSelectedMediaItems(0) -- INITIALIZE loop through selected items for i = 0, selected_items_count-1 do -- GET ITEMS item = reaper.GetSelectedMediaItem(0, i) -- Get selected item i -- DO SOMETHING HERE end -- ENDLOOP through selected items
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 your language using Amara.org !