<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Reaper | Guillaume Barrette</title>
    <link>https://guillaumebarrette.com/project/reaper/</link>
      <atom:link href="https://guillaumebarrette.com/project/reaper/index.xml" rel="self" type="application/rss+xml" />
    <description>Reaper</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language><copyright>© 2020, Guillaume Barrette</copyright>
    <image>
      <url>https://guillaumebarrette.com/project/reaper/featured.png</url>
      <title>Reaper</title>
      <link>https://guillaumebarrette.com/project/reaper/</link>
    </image>
    
    <item>
      <title>ReaScript: Independant Time Offset</title>
      <link>https://guillaumebarrette.com/project/reaper/reascript-independant_time_offset/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://guillaumebarrette.com/project/reaper/reascript-independant_time_offset/</guid>
      <description>&lt;!-- 












&lt;figure&gt;


  &lt;a data-fancybox=&#34;&#34; href=&#34;Reaper-GuiB-Independant_Time_Offset-Gesture-c.gif&#34; &gt;
&lt;img data-src=&#34;Reaper-GuiB-Independant_Time_Offset-Gesture-c.gif&#34; class=&#34;lazyload&#34; alt=&#34;Independant Time Offset Screencast&#34; width=&#34;60%&#34; &gt;&lt;/a&gt;



&lt;/figure&gt;
 --&gt;
&lt;image src=&#34;./Reaper-GuiB-Independant_Time_Offset-Gesture-c.gif&#34; width=&#34;60%&#34; alt=&#34;Independant Time Offset Screencast&#34;&gt;
&lt;h2 id=&#34;about-this-script&#34;&gt;About this Script&lt;/h2&gt;
&lt;p&gt;&lt;a class=&#39;btn
	btn-primary
	btn-sm&#39;
  href=&#39;https://forum.cockos.com/showthread.php?t=228951&#39; role=&#34;button&#34;
  target=&#39;_blank&#39;&gt;
  
  &lt;i class=&#39;fas fa-comments&#39;&gt;&lt;/i&gt; 
  Discussion
&lt;/a&gt;

&lt;a class=&#39;btn
	btn-primary
	btn-sm&#39;
  href=&#39;https://d.pr/f/yeHtJ6&amp;#43;&#39; role=&#34;button&#34;
  target=&#39;_blank&#39;&gt;
  
  &lt;i class=&#39;fas fa-download&#39;&gt;&lt;/i&gt; 
  Download
&lt;/a&gt;

&lt;a class=&#39;btn
	btn-primary
	btn-sm&#39;
  href=&#39;https://guillaumebarrette.com/donate&#39; role=&#34;button&#34;
  target=&#39;_self&#39;&gt;
  
  &lt;i class=&#39;fas fa-donate&#39;&gt;&lt;/i&gt; 
  Donate
&lt;/a&gt;
&lt;/p&gt;
&lt;!-- &lt;a class=&#39;btn
	btn-primary
	btn-sm&#39;
  href=&#39;https://github.com/guibarrette&#39; role=&#34;button&#34;
  target=&#39;_blank&#39;&gt;
  
  &lt;i class=&#39;fas fa-code&#39;&gt;&lt;/i&gt; 
  Source Code
&lt;/a&gt;
 --&gt;
&lt;p&gt;This Independant Time Offset script lets you move the content of a media item, just like the &amp;ldquo;Move item contents&amp;rdquo; action, but while keeping the offset value variation so we can refer to it and revert to no offset easily if wanted and by being able to work on groups or only the selection.&lt;/p&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;
&lt;!-- ### Using ReaPack
Simply search for `GuiB_Independant Time Offset` in the ReaPack `Browse packages` window

&lt;a class=&#39;btn
	btn-primary
	btn-sm&#39;
  href=&#39;https://reapack.com/&#39; role=&#34;button&#34;
  target=&#39;_blank&#39;&gt;
  
  &lt;i class=&#39;fas fa-link&#39;&gt;&lt;/i&gt; 
  ReaPack Website
&lt;/a&gt;
 --&gt;
&lt;h3 id=&#34;manually&#34;&gt;Manually&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;https://d.pr/f/yeHtJ6+&#34;&gt;Download&lt;/a&gt; the file and put it into the folder at: &lt;code&gt;~/Library/Application Support/REAPER/Scripts/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Open the Reaper&#39;s Action list (&lt;code&gt;Actions -&amp;gt; Show action list...&lt;/code&gt;) and press the &lt;code&gt;Load..&lt;/code&gt; button next to the &lt;code&gt;ReaScript:&lt;/code&gt; label&lt;/li&gt;
&lt;li&gt;Locate your file and press the &lt;code&gt;Open&lt;/code&gt; button&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You can look at this &lt;a href=&#34;https://www.youtube.com/watch?v=9aQNCNGBF-c&amp;amp;t=65s&#34;&gt;video&lt;/a&gt; if you have difficulties to import/load the script&lt;/p&gt;
&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;
&lt;p&gt;You can instantiate the script using Reaper&#39;s Action list (&lt;code&gt;Actions -&amp;gt; Show action list...&lt;/code&gt;) and searching for the &lt;code&gt;Independant Time Offset&lt;/code&gt; script in this menu or I would recommend to had a keyboard shortcut to easily and rapidly use the action.&lt;/p&gt;
&lt;p&gt;A small window will pop and make the actions work when you click and drag in this window (or by holding the &lt;code&gt;Alt&lt;/code&gt; key).&lt;/p&gt;
&lt;!-- ## Features:
- Work on groups or only selection (on groups by default or hold shift to bypass)
- Show the offset the item was moved by in the Take name
- Changed &#34;Toggle Docked/Windowed mode&#34; to Super + Click (Super key = Windows key on Windows and Command key on macOS)
- Fixed some bugs like the problem that toggling CTRL could set the offset to 0 (now keys are better blocked between changes)

- Added Shift modifier for the Paste action to bypass groups
- Moved the Help (&#34;How to&#34; text) to a tooltip that can be shown using Ctrl+Alt (I prefer to have less clutter in the GUI)
- Added Undo/Redo shortcuts to the script (to make the standard Reaper Undo/Redo works)
- Copy/Paste an offset from an item into another using the standard OS key combination: CMD+C/CMD+V (macOS) CTRL+C/CTRL+V (Windows) --&gt;
&lt;h2 id=&#34;keyboard-hotkeys&#34;&gt;Keyboard Hotkeys:&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Key&lt;/th&gt;
&lt;th&gt;Action&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;i&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Press &amp;ldquo;i&amp;rdquo; to popup the User Input window to manually set the offset value&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Ctrl+Alt&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Will pop a help menu in a tooltip&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Shift&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Hold Shift to bypass Groups when doing an action&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Secondary Click&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Reset offset to 0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Ctrl+Paste&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Hold Ctrl while pasting to substract the item offset with the offset value in clipboard&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Alt&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Hold Alt without click to modify the item offset&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Super+LeftClick&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Toggle between windowed and docked mode&lt;br /&gt;(&lt;em&gt;Super&lt;/em&gt; = Cmd key on macOS and Windows key on Windows)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</description>
    </item>
    
  </channel>
</rss>
