Old 06-24-2015, 03:34 AM   #1
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default Scripts: Items selection (Various)

Hi,

here a few scripts about items selection, very useful for ambiance creation and sound design:
  • Keep selected only X items randomly



Download
See my script pack.


Requirements:

Reaper 5

More coming soon !

EDIT 2017-11-21
Premium scripts pack release:

Last edited by X-Raym; 11-21-2017 at 04:58 AM.
X-Raym is offline   Reply With Quote
Old 06-25-2015, 08:39 AM   #2
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

New script !

  • X-Raym_Keep selected items with X channels only.lua
Demo:




Note that it work with item channel in REAPER, not according to the source file.

I needed this for the script: Script (Lua): Explode Multi-Channel Items

Hope you'll like it, don't hesitate to comment, every feedback is appreciated !
X-Raym is offline   Reply With Quote
Old 07-04-2015, 08:50 AM   #3
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default Fades

New script:

  • X-Raym_Exclude items with or without fades from selection.lua
Demo:





Beware of very small fades introduced if there is auto fades acivated.

EDIT: UPDATED with auto crossfade in and out as two other user input fields.

Last edited by X-Raym; 07-04-2015 at 11:16 AM.
X-Raym is offline   Reply With Quote
Old 08-16-2015, 02:49 PM   #4
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

New script:
  • X-Raym_Select items with same source as first selected item.lua
Note : if a MIDI item is selected, it just do the select item sharing the same pool function.
X-Raym is offline   Reply With Quote
Old 09-22-2015, 05:03 AM   #5
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default Initial release

A new script to prepare selective item/take properties propagation:

  • Propagate items selection to all similary-named active takes on track
It could have be name Select items with similary-named active take of selected items on tracks, but it was a bit longer and doesn't represent the basic usage (propagation).

Already on my script pack !
X-Raym is offline   Reply With Quote
Old 11-25-2015, 08:36 AM   #6
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default New Release

A script to clean projects of unwanted low sized items:
  • Select all items below length threshold on selected tracks



Just press delete after that

Regards,
X-Raym is offline   Reply With Quote
Old 11-28-2015, 05:29 AM   #7
kamalmanzkie
Human being with feelings
 
kamalmanzkie's Avatar
 
Join Date: Jul 2012
Location: inside a man
Posts: 84
Default

Quote:
Originally Posted by X-Raym View Post
A script to clean projects of unwanted low sized items:
  • Select all items below length threshold on selected tracks



Just press delete after that

Regards,
not THATS what i'm talking about!!!! whoooo!
__________________
get a grip, play my tracks : https://soundcloud.com/an-colonel-aronson
kamalmanzkie is offline   Reply With Quote
Old 11-28-2015, 06:13 AM   #8
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@kamalmanzkie
Thanks for the feedback :P
X-Raym is offline   Reply With Quote
Old 11-25-2016, 10:00 AM   #9
tompad
Human being with feelings
 
Join Date: Jan 2010
Location: Fjugesta, Sweden
Posts: 811
Default Multiply selected items rate by X and adjust length

Hi X-Raym!

Thank you for the script "Multiply selected items rate by X and adjust length"
Its great when importing midiloops and want to change tempo of loop.

I am trying to figure out how to make the script change rate to 0.5 without
the need to fill in the dialog with 0.5, can you help me??

Regards
Thomas
__________________
ToDoList Obliques MusicMath Donation Some of mine and my friends music projects on Spotify
tompad is offline   Reply With Quote
Old 11-25-2016, 10:14 AM   #10
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@tompad

Just updated the script so you can easily mod it.

Duplicate it, edit it via REAPER and set prompt to false in the USER CONFIG AREA

Code:
-- ------ USER AREA =====>

coef = 0.5 -- number > 1
prompt = false -- true/false

-- <===== USER AREA ------
Thank you for considering a donation if you like it !

Cheers !

(note the support thread for shis script shouldn't be this one but I didn't find its original thread --')
X-Raym is offline   Reply With Quote
Old 11-25-2016, 10:42 AM   #11
tompad
Human being with feelings
 
Join Date: Jan 2010
Location: Fjugesta, Sweden
Posts: 811
Default

Quote:
Originally Posted by X-Raym View Post
@tompad

Just updated the script so you can easily mod it.


Thank you for considering a donation if you like it !

Cheers !

(note the support thread for shis script shouldn't be this one but I didn't find its original thread --')
Oooh man!! GREAT!

How can I donate?

Regards
Thomas
__________________
ToDoList Obliques MusicMath Donation Some of mine and my friends music projects on Spotify
tompad is offline   Reply With Quote
Old 11-25-2016, 10:47 AM   #12
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@tompad

Glad you like it

You can donate on my donation page,
or/and you can consider one of my premiums scripts pack.

Thanks for your consideration !
X-Raym is offline   Reply With Quote
Old 11-25-2016, 10:56 AM   #13
tompad
Human being with feelings
 
Join Date: Jan 2010
Location: Fjugesta, Sweden
Posts: 811
Default

Quote:
Originally Posted by X-Raym View Post
@tompad

Glad you like it

You can donate on my donation page,
or/and you can consider one of my premiums scripts pack.

Thanks for your consideration !
You got a donation! :-)
__________________
ToDoList Obliques MusicMath Donation Some of mine and my friends music projects on Spotify
tompad is offline   Reply With Quote
Old 11-25-2016, 10:58 AM   #14
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@Tompad
So cool man !! Many thanks !!
X-Raym is offline   Reply With Quote
Old 11-21-2017, 04:56 AM   #15
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default ReaScripts: Item Selection Pack

New premium scripts pack:


Content:
  • X-Raym_Set item selection from imported txt list of source files.lua
  • X-Raym_Select items inside other items on the same track.lua
  • X-Raym_Filter selected items by length.lua
Screenshots and infos on the scripts page


Cheers !
X-Raym is offline   Reply With Quote
Old 11-21-2017, 05:57 AM   #16
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,031
Default

I guess you meant below:
Quote:
Originally Posted by X-Raym View Post
Code:
-- ------ USER AREA =====>
coef = 0.5 -- number < 1
I think you have a few stuff very similar to these:
https://forum.cockos.com/showthread.php?t=199812
https://forum.cockos.com/showthread.php?t=199811

Last edited by TonE; 11-21-2017 at 06:06 AM.
TonE is offline   Reply With Quote
Old 02-08-2018, 08:30 AM   #17
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default New releases

New scripts added to the pack:
  • X-Raym_Select all items with non-normal active take channel mode.lua
  • X-Raym_Select all items with reversed active take.lua
  • X-Raym_Select all looped items.lua
  • X-Raym_Unselect video items.lua

Thanks to Vijay @The AudioVille for initial sponsor !
X-Raym is offline   Reply With Quote
Old 02-08-2018, 01:06 PM   #18
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default New release

Just added :
  • X-Raym_Unselect locked items.lua
X-Raym is offline   Reply With Quote
Old 07-02-2018, 02:38 AM   #19
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

New script in the REAPER to ProTools with AATranslator Pack:
  • Select all items which need to be rendered




A script to quickly spot items which may need to be rendered.

Most efficient than running a different action for each selection condition. :P

The Go to and zoom scripts I made can be used to then quickly jump from an item to the other for detailed inspection.

Enjoy !
X-Raym is offline   Reply With Quote
Old 01-31-2020, 07:29 AM   #20
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

New free script:


  • Select item under mouse automatically (background)






Enjoy !
X-Raym is offline   Reply With Quote
Old 04-12-2021, 07:07 AM   #21
hans
Human being with feelings
 
Join Date: Aug 2020
Posts: 276
Default

Hey X-Raym!

Hope it's okay to ask for support here

Question about:
Script: X-Raym_Select items adjacent to or overlapping selected items.lua

Works flawless with overlapping items, but seem to be less consistent with adjacent items. I make sure that the items are next to each other but it is not selecting sometimes.

Running Reaper 6.27.
hans is offline   Reply With Quote
Old 04-12-2021, 12:35 PM   #22
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@hans
Can you senf me a .rpp with two adjacent items for which this isnt working ?
Surely some rounding issues.
X-Raym is offline   Reply With Quote
Old 04-13-2021, 04:30 AM   #23
hans
Human being with feelings
 
Join Date: Aug 2020
Posts: 276
Default

Used the contact form on your website and emailed you download link.
Thank you!
hans is offline   Reply With Quote
Old 04-13-2021, 04:43 AM   #24
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@hans
Thx, I have updated the script with another approach for rounding, which is less strict so might works more as expected
X-Raym is offline   Reply With Quote
Old 04-13-2021, 05:34 AM   #25
hans
Human being with feelings
 
Join Date: Aug 2020
Posts: 276
Default

Thank you!

I just updated and I definitely notice a difference, but it's still too strict I believe.


It still only selects a few around an Item. Same distance between all (0 sec with sws reposition items). Shouldn't the excepted behavior be that all items in a such chunk should be selected?

I would vote this to be even less strict than what it is now. But I of course have understanding if there are any complications about it.

Cheers!
hans is offline   Reply With Quote
Old 04-13-2021, 05:39 AM   #26
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@hans
I have tested on your project and it selected all the items so I expected this to be enough
So it is on other project that it isnt working ?
X-Raym is offline   Reply With Quote
Old 04-13-2021, 05:54 AM   #27
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@hans
I have updated the script with anothe rlevel of precision,
but most importantly, I have put the precision variable at top of the script so that it can be easily moded by you for testing, or even used in a preset script (https://gist.github.com/X-Raym/f7f63...ile-preset-lua)
X-Raym is offline   Reply With Quote
Old 04-13-2021, 06:05 AM   #28
hans
Human being with feelings
 
Join Date: Aug 2020
Posts: 276
Default

Yes, I went inside another project!

And Yes!
Now it works as I expect! I shouldn't have to mod this, but thank you very much for making it easy for me to adjust this in case.

Thank you very much for this and all your amazing scripts!
hans is offline   Reply With Quote
Old 04-13-2021, 06:43 AM   #29
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@hans
Have fun with them !
X-Raym is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 05:32 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.