|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<index version="1" commit="68cd79a186b959738a811e0456a4066d35d2bab4" name="ReaTeam Scripts"> |
| 2 | +<index version="1" commit="9b95556a7b29976566c5e54537d5737b729b2524" name="ReaTeam Scripts"> |
3 | 3 | <category name="Cursor"> |
4 | 4 | <reapack name="amagalma_Move edit cursor to closest item edge (among the selected items).lua" type="script" desc="Move edit cursor to closest item edge (among the selected items)"> |
5 | 5 | <metadata> |
@@ -8230,18 +8230,28 @@ Override Reaper option "Toggle enable/disable default fadein/fadeout" (on/off)]] |
8230 | 8230 | </reapack> |
8231 | 8231 | <reapack name="ilovemedia_Replace with an empty item.lua" type="script" desc="Replace with an empty item"> |
8232 | 8232 | <metadata> |
8233 | | - <description><![CDATA[{\rtf1\ansi\deff0{\fonttbl{\f0 \fswiss Helvetica;}{\f1 Courier;}} |
| 8233 | + <description><![CDATA[{\rtf1\ansi\deff0{\fonttbl{\f0 \fswiss Helvetica;}{\f1 \fmodern Courier;}} |
8234 | 8234 | {\colortbl;\red255\green0\blue0;\red0\green0\blue255;} |
8235 | 8235 | \widowctrl\hyphauto |
8236 | 8236 |
|
8237 | | -{\pard \ql \f0 \sa180 \li0 \fi0 \b \fs36 Replace with an empty item\par} |
8238 | | -{\pard \ql \f0 \sa180 \li0 \fi0 Replace the selected item with an empty one with the same name, duration and position.\par} |
| 8237 | +{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel0 \b \fs36 Replace with an empty item\par} |
| 8238 | +{\pard \ql \f0 \sa180 \li0 \fi0 Replace selected items with empty MIDI items (Keep names, position, length, fades, mute, color)\par} |
8239 | 8239 | } |
8240 | 8240 | ]]></description> |
8241 | 8241 | </metadata> |
8242 | 8242 | <version name="1.0" author="ilovemedia" time="2023-07-24T06:12:57Z"> |
8243 | 8243 | <source main="main">https://github.com/ReaTeam/ReaScripts/raw/f50bf0dc8b1920b1633bd7c1a3db9353440d8a45/Items%20Editing/ilovemedia_Replace%20with%20an%20empty%20item.lua</source> |
8244 | 8244 | </version> |
| 8245 | + <version name="2.0" author="ilovemedia" time="2026-03-30T15:13:55Z"> |
| 8246 | + <changelog><![CDATA[Added support for replacing multiple selected items simultaneously. |
| 8247 | +Generate MIDI items via API (CreateNewMIDIItemInProj) instead of action commands. |
| 8248 | +Prevent alteration of the user's loop/time selection. |
| 8249 | +Preserve item Mute state. |
| 8250 | +Preserve all fade properties (fade in/out lengths, shapes, and curves). |
| 8251 | +Added proper Undo/Redo block support. |
| 8252 | +Enhanced stability by buffering item data before modifying the project.]]></changelog> |
| 8253 | + <source main="main">https://github.com/ReaTeam/ReaScripts/raw/9b95556a7b29976566c5e54537d5737b729b2524/Items%20Editing/ilovemedia_Replace%20with%20an%20empty%20item.lua</source> |
| 8254 | + </version> |
8245 | 8255 | </reapack> |
8246 | 8256 | <reapack name="JerContact_Zero crossing loop maker for items.lua" type="script" desc="Zero crossing loop maker for items"> |
8247 | 8257 | <metadata> |
|
0 commit comments