View Single Post
Old 04-06-2020, 12:38 PM   #149
amagalma
Human being with feelings
 
amagalma's Avatar
 
Join Date: Apr 2011
Posts: 3,451
Default

Reaper.ini keys for "Auto trim/split items (remove silence)..."


Code:
tsi_thr -- threshold
tsi_thrhyst -- hysteresis
tsi_minsil -- ignore silence shorter than
tsi_minnonsil -- make non-silent clips no shorter than
tsi_snappk -- auto adjust snap offset
tsi_lead -- leading pad
tsi_trail -- trailing pad

Code:
tsi_flags -- (all below):

(&1 and &16 show modes)
split & remove silent area -> false false
split & keep silent area -> true false
split only before non-silence -> false true
split only before silence -> true true


&2 Preserve timing checked -> false
&4 fade pad chekced -> false
&8 run through fx checked -> true
&32 split grouped checked -> true

I couldn't find them on your page mespotine.. You can add them if you like
__________________
Most of my scripts can be found in ReaPack.
If you find them useful, a donation would be greatly appreciated! Thank you! :)
amagalma is offline   Reply With Quote