Skip to content

Commit

Permalink
index: 1 removed package
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ReaTeam Bot committed Nov 14, 2023
1 parent 965b955 commit 49bf169
Showing 1 changed file with 1 addition and 74 deletions.
75 changes: 1 addition & 74 deletions index.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<index version="1" commit="40c415b88158892511fbf4cb171b8a6858ed31e5" name="ReaTeam Scripts">
<index version="1" commit="965b955604773fe8f750cb0fdb9b635d09462497" name="ReaTeam Scripts">
<category name="Cursor">
<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)">
<metadata>
Expand Down Expand Up @@ -18208,79 +18208,6 @@ uc_track_name_abbreviations = \{"O-Out", "O-MID"\}\par}
<source main="main">https://github.com/ReaTeam/ReaScripts/raw/682b3cc9ce9511ff8707e94fb694a0f66f777650/Various/Airon_Colour%20Swatch.lua</source>
</version>
</reapack>
<reapack name="ak5k_Low latency monitoring.lua" type="script" desc="Low latency monitoring">
<metadata>
<description><![CDATA[{\rtf1\ansi\deff0{\fonttbl{\f0 \fswiss Helvetica;}{\f1 Courier;}}
{\colortbl;\red255\green0\blue0;\red0\green0\blue255;}
\widowctrl\hyphauto

{\pard \ql \f0 \sa180 \li0 \fi0 \b \fs36 Low latency monitoring\par}
{\pard \ql \f0 \sa180 \li0 \fi0 Provides REAPER a function also known as 'Low Latency Monitoring', 'Low Latency Mode', 'Native Low Latency Monitoring', 'Constrain Delay Compenstation' or 'Reduce Latency when Monitoring' in other DAWs. It resembles the one from Cubase.\par}
{\pard \ql \f0 \sa180 \li0 \fi0 While enabled, it bypasses (or takes offline) latency inducing plugins (VSTs etc) from rec armed, input monitored and automation write enabled signal chains, to provide lowest possible latency and CPU usage when monitoring through software.\par}
{\pard \ql \f0 \sa180 \li0 \fi0 Plugins contributing PDC latency to active signal chain will be bypassed, once the set limit is exceeded per signal chain. Useful when recording e.g. software synths or guitars through amp sims, or writing automation, into a REAPER project already filled with plugins.\par}
{\pard \ql \f0 \sa180 \li0 \fi0 Can be setup as a toolbar toggle on/off button, and this is recommended. REAPER 6.21 or later required. Visit {\field{\*\fldinst{HYPERLINK "https://forum.cockos.com/showthread.php?t=245445"}}{\fldrslt{\ul
website
}}}
for detailed information or reporting bugs.\par}
}
]]></description>
<link rel="website" href="https://forum.cockos.com/showthread.php?t=245445">Forum thread, more detailed information</link>
<link rel="screenshot">https://i.imgur.com/iKHyQXb.gif</link>
</metadata>
<version name="1.3" author="ak5k" time="2021-04-14T20:39:02Z">
<source main="main">https://github.com/ReaTeam/ReaScripts/raw/b4fb85184c708536981c910b17fc2cfa6c23b833/Various/ak5k_Low%20latency%20monitoring.lua</source>
</version>
<version name="1.4" author="ak5k" time="2021-04-20T23:28:27Z">
<changelog><![CDATA[Automation write enabled tracks (touch, latch, write) are treated as low latency monitored inputs.
In Global automation override modes (touch, latch, write, bypass) all tracks are treated as low latency monitored inputs.]]></changelog>
<source main="main">https://github.com/ReaTeam/ReaScripts/raw/49e1216f23f230a693fac9db741352a049528b34/Various/ak5k_Low%20latency%20monitoring.lua</source>
</version>
<version name="1.5" author="ak5k" time="2021-07-10T20:09:58Z">
<changelog><![CDATA[Monitored signal chains without hardware output are left untouched.
PDC Manager is no longer a GUI option. It can still be enabled by setting script variable pdc_manager = true or false.]]></changelog>
<source main="main">https://github.com/ReaTeam/ReaScripts/raw/95dc6b64abb2afde827478afa820a9691a18a535/Various/ak5k_Low%20latency%20monitoring.lua</source>
</version>
<version name="1.6" author="ak5k" time="2021-08-16T12:13:26Z">
<changelog><![CDATA[Report window now shows monitored input tracks.]]></changelog>
<source main="main">https://github.com/ReaTeam/ReaScripts/raw/9a9a554b322ab9cb310eecf2b56ac6724a5b766d/Various/ak5k_Low%20latency%20monitoring.lua</source>
</version>
<version name="1.7" author="ak5k" time="2021-10-29T21:01:46Z">
<changelog><![CDATA[Bug fix related to track validation, which could cause script to crash when changing projects or deleting tracks while script is enabled.]]></changelog>
<source main="main">https://github.com/ReaTeam/ReaScripts/raw/c58b3cd29c79bab90afb5dd2558a3540df5b110b/Various/ak5k_Low%20latency%20monitoring.lua</source>
</version>
<version name="2.1" author="ak5k" time="2022-02-03T15:12:24Z">
<changelog><![CDATA[New streamlined and strongly opinionated version.

Same core functionality as before but with no user setting 'hassle'.

Assumes Per-chain PDC compensation mode (default in REAPER version > 6.19). Works with other modes too in a kind of 'will not break things' way.

Plugins can now be manually enabled/bypassed while Low latency monitoring script is running, and manual user choices are persistent. This makes previous including/excluding plugins or tracks with tags obsolete.

Hard limit is no longer available. No separate PDC or individual plugin limit settings. PDC limit is fixed to one audio driver block/buffer. This should leave enough 'PDC headroom' to begin with. It's now just easier and faster to 'manually override' plugins anyway.

Simpler and, hopefully, more robust.]]></changelog>
<source main="main">https://github.com/ReaTeam/ReaScripts/raw/bcc0ec99f7d7d916f80e5adbcf5527e062ac3690/Various/ak5k_Low%20latency%20monitoring.lua</source>
</version>
<version name="2.1.1" author="ak5k" time="2022-02-05T03:07:37Z">
<changelog><![CDATA[Fixed possible crash with feedback loop routing.

Fixed possible crash when changing projects while script is running.

Refactoring and performance optimization.]]></changelog>
<source main="main">https://github.com/ReaTeam/ReaScripts/raw/8f3f666221b5d7747a3b1843e75392e73e877b40/Various/ak5k_Low%20latency%20monitoring.lua</source>
</version>
<version name="2.2.0" author="ak5k" time="2022-02-11T03:01:03Z">
<changelog><![CDATA[Improved path recursion.

Simple internalized table object memory management.]]></changelog>
<source main="main">https://github.com/ReaTeam/ReaScripts/raw/11804a6b64b7eaa13630ea7024d022ad2230e179/Various/ak5k_Low%20latency%20monitoring.lua</source>
</version>
<version name="2.2.1" author="ak5k" time="2022-10-31T22:45:25Z">
<changelog><![CDATA[Detects if ReaLlm extension is installed and exits to prevent conflict.]]></changelog>
<source main="main">https://github.com/ReaTeam/ReaScripts/raw/c1455c91b8c4af35e729eb68a58bd574f367de90/Various/ak5k_Low%20latency%20monitoring.lua</source>
</version>
</reapack>
<reapack name="amagalma_Add smart metronome click track below the selected track.lua" type="script" desc="Add smart metronome click track below the selected track">
<metadata>
<description><![CDATA[{\rtf1\ansi\deff0{\fonttbl{\f0 \fswiss Helvetica;}{\f1 Courier;}}
Expand Down

0 comments on commit 49bf169

Please sign in to comment.