Reaper Automatic Solo When Track Selected

Reaper Automatic Solo When Track Selected




⚑ πŸ‘‰πŸ»πŸ‘‰πŸ»πŸ‘‰πŸ» INFORMATION AVAILABLE CLICK HERE πŸ‘ˆπŸ»πŸ‘ˆπŸ»πŸ‘ˆπŸ»




















































Today's script. Two actions: one toggles solo of the tracks that have items selected. The other one runs in the background, (with REAPER 5 toggle action support, see the button toolbar) and automatically sets solo to the tracks of selected items. For this one I still don't know if selecting new items should add to the selection of soloed tracks as it is now, or if it should just solo those new selected ones.

see it in action
http://stash.reaper.fm/23350/solo_items.gif

Download:
Download and install it from HeDaScripts Manager (https://reaper.hector-corcin.com/app/hedascripts-manager)
This is powerful. Really.
You have nice ideas :D
I'm loving this one already. One could say you can just press and drag on the solo buttons in the TCP. It's not as simple. I like to have this option too. You understand :)

I'm trying to optimize CPU use a bit for the second version that runs constantly.
http://stash.reaper.fm/23355/HeDa_Solo%20Tracks%20of%20Selected%20Items.eel[/b]

Nice work on these. I assigned the above to a button in my main tool bar. When I click on it to toggle it off, I get this message:

http://forum.cockos.com/attachment.php?attachmentid=23620&stc=1&d=1424547111

Any ideas? :)

Shane
Ignore my above query, as I just saw your other post on this topic here (http://forum.cockos.com/showthread.php?t=155991). :)

Shane
Nice work on these. I assigned the above to a button in my main tool bar. When I click on it to toggle it off, I get this message:
Any ideas? :)

Shane

Thanks Shan!
Click "Yes" and it will finish the script toggling it off so it won't be active until you start it again.
I'm asking here http://forum.cockos.com/showthread.php?t=155991
about the possibility to not display that message. I don't know how to do it. Maybe there is a way.
edit:I've just seen your second post ;)
Perhaps this issue should be reported in the R5 Bug Reports (http://forum.cockos.com/showthread.php?t=152339) thread. :)

Shane
Perhaps this issue should be reported in the R5 Bug Reports (http://forum.cockos.com/showthread.php?t=152339) thread. :)

Shane

I prefer to ask before reporting a bug, because maybe there is a way and I don't know it. If not, bug will be reported. Since this toggling capability is new to R5 it may be a bug.
I've studied some basic Lua today... :)

my first Lua script is a translation of this toggle solo script.

Download: http://stash.reaper.fm/23361/HeDa_Toggle%20Solo%20Tracks%20of%20Selected%20Item s.lua
I've studied some basic Lua today... :)

my first Lua script is a translation of this toggle solo script.

Download: http://stash.reaper.fm/23361/HeDa_Toggle%20Solo%20Tracks%20of%20Selected%20Item s.lua

It's working good on my end. I'm getting fond of Lua myself. This was my first toggle attempt using Lua. (http://forum.cockos.com/showthread.php?t=155804) Thankfully spk77 chimed in and gave me a hand. :)

Shane
cool :)

Be great to have a version of this that can work with the action "item properties: Solo" which actually solos the items on an item level rather than a track :)

It can break a little sometime as it actually mutes all other items whilst it's active but that's why something like what you have here might work better as it might manage it better if it auto solos based on what's currently selected. :)

No worries if it's a nightmare! ;)
cool :)

Be great to have a version of this that can work with the action "item properties: Solo" which actually solos the items on an item level rather than a track :)

It can break a little sometime as it actually mutes all other items whilst it's active but that's why something like what you have here might work better as it might manage it better if it auto solos based on what's currently selected. :)

No worries if it's a nightmare! ;)

There is no solo property for items.. so that action mutes all other items as you say. And I don't know how it remembers if you had muted items already to restore only the ones that were not muted... but it's dangerous.. heh... yes It's not the first time I have messed up all the project using the item properties: solo action. So, this auto solo tracks of selected items is what I needed, since soloing is usually temporary to listen to something and then unsolo. Muting is more permanent because you can set something to be muted forever.

The automatic version is quite quick to use. It has two modes.
Add_to_Selection = 1 keeps previously soloed tracks unchanged until no item is selected.
Add_to_Selection = 0 only solo what is selected
You can change that inside the script file.
It's working good on my end. I'm getting fond of Lua myself. This was my first toggle attempt using Lua. (http://forum.cockos.com/showthread.php?t=155804) Thankfully spk77 chimed in and gave me a hand. :)

Shane

My first experience in Lua has been good. I like it. The only thing that I did wrong at first was that the arrays start at 1 instead of 0.
I also like EEL but there are so many sad faces in the code... hehe :P
There is no solo property for items.. so that action mutes all other items as you say. And I don't know how it remembers if you had muted items already to restore only the ones that were not muted... but it's dangerous.. heh... yes It's not the first time I have messed up all the project using the item properties: solo action. So, this auto solo tracks of selected items is what I needed, since soloing is usually temporary to listen to something and then unsolo. Muting is more permanent because you can set something to be muted forever.

The automatic version is quite quick to use. It has two modes.
Add_to_Selection = 1 keeps previously soloed tracks unchanged until no item is selected.
Add_to_Selection = 0 only solo what is selected
You can change that inside the script file.

Nice! :) no worries on the solo item one :) I wish the devs would finish it fully at some point so it doesn't go wrong when you don't straight away un solo item.
* v0.5 (2017-01-30)
# Undo fix

* v0.4 (2017-01-27)
+ Solo tracks on initializing script

* v0.3 (2017-01-25)
+ Unsolo All tracks when exiting script

some updates have been published
thanks to @Crazy Maurice feedback
some updates have been published
thanks to @Crazy Maurice feedback

Hey! I've got another small suggestion for your script :)

-Solo track if selected item is dragged or copied to a non-soloed or new track.

(Currently stays unsoloed until unclicked and reselected)

Cheers
Harry
* v0.6 (2017-02-06)
# solo tracks when moving or copying items

Good suggestion. Updated.
Let me know if it works. Thanks :)
Good suggestion. Updated.
Let me know if it works. Thanks :)

Works perfectly! Thanks
Hey heda,

Got another suggestion!

- Unsolo track if only selected item(s) are deleted

Eg. at the moment, if the soloed items are deleted, requires re-clicking another item to listen.
I guess to think of deleting item as deselecting it.

What you reckon?

Cheers,
Harry
* v0.7 (2017-02-07)
# update solo tracks when deleting items
# update solo tracks when cut and paste items


hehe yes.
we are approaching final version ;)
updated with trigger for delete items, and also I added Cut and paste items. :)
hehe yes.
we are approaching final version ;)
updated with trigger for delete items, and also I added Cut and paste items. :)

Woo!

Got another:

-Activate when item dragged in from finder(mac)

Haven't tried on PC yet but currently doesn't solo the track after a new item has been dragged onto a new track from finder.

Harry
Here it says "Insert Media Items" when I drag a file from explorer into REAPER (windows)

I can add that "Activate when item dragged in from finder(mac)"
I don't have mac, are you sure the string is exactly like that? or without the (mac), caps included.
I guess it would be Insert Media Items, I was just writing in general terms as I was seeing the behaviour.

Hope that helps!

Edit:
Just tested using the menu Insert>Media File onto a track that's not yet soloed, and it stays unsoloed so that would be the command I guess
* v0.8 (2017-02-08)
# update solo tracks when Insert Media Items

ah yes. Updated.
I was referring to the action name that is shown in the undo history. Dragging from finder or explorer, or media explorer, or Insert Media from the menu, all create the "Insert Media Items" undo entry. So it will be fine now. :)
ah yes. Updated.
I was referring to the action name that is shown in the undo history. Dragging from finder or explorer, or media explorer, or Insert Media from the menu, all create the "Insert Media Items" undo entry. So it will be fine now. :)

Hi again! I've found another instance where it doesn't solo the track -

Action: Select and move to item in previous/next tracks

Cheers
Harry
thanks Harry
updated! :)

* v0.9 (2017-02-28)
# update when "Select Item In Next/Previous track"
Today's script. Two actions: one toggles solo of the tracks that have items selected. The other one runs in the background, (with REAPER 5 toggle action support, see the button toolbar) and automatically sets solo to the tracks of selected items. For this one I still don't know if selecting new items should add to the selection of soloed tracks as it is now, or if it should just solo those new selected ones.

see it in action
https://stash.reaper.fm/23350/solo_items.gif

Download:
Download and install it from HeDaScripts Manager (https://reaper.hector-corcin.com/app/hedascripts-manager)



Hi!
Do you think you could modify your script so that when the focus is on the midi editor, adding a track from the track list on the right, adds this track to the "soloed" tracks we are listening to?

it would be awesome! as it is now i have to close and rerun the script to listen to the added selection.


in any case, thanks!!!! :-)
-t
I'm currently working in a project where I often need to solo tracksthat may not have selectable items on screen (scroll view during playback off).

So it would be valuable if there was a mode, or another script identical to this that worked based off track selection instead of item selection.
I'm currently working in a project where I often need to solo tracksthat may not have selectable items on screen (continuous scrolling off).

So it would be valuable if there was a mode, or another script identical to this that worked based off track selection instead of item selection.

Why would you need to solo these tracks? I don't understand the purpose of it. Would these tracks be soloed when you solo other tracks by selecting items with the script? or always?
Maybe with an example I could understand it better.
Why would you need to solo these tracks? I don't understand the purpose of it. Would these tracks be soloed when you solo other tracks by selecting items with the script? or always?
Maybe with an example I could understand it better.

3 things:


I have often 'Automatically scroll view during playback' off. So often during playback there's a track playing with no visible items to click since the item is off the page.
Soloing folders. My folders have no items in them! There's simply nothing to click to quickly solo a folder.
Soloing auxes. No items on my aux tracks either.


The auto-solo script is great except it isn't very useful in scenarios like there where there's a track playing audio, but there's no item to click.

I have tried simply drawing in blank items, but that makes the project look rather cluttered and confusing at times.

I did explain it a bit poorly in my first post, sorry about that.
3 things:


I have often 'Automatically scroll view during playback' off. So often during playback there's a track playing with no visible items to click since the item is off the page.
Soloing folders. My folders have no items in them! There's simply nothing to click to quickly solo a folder.
Soloing auxes. No items on my aux tracks either.


The auto-solo script is great except it isn't very useful in scenarios like there where there's a track playing audio, but there's no item to click.

I have tried simply drawing in blank items, but that makes the project look rather cluttered and confusing at times.

I did explain it a bit poorly in my first post, sorry about that.
Why can't you use the normal solo buttons on these tracks?
Folders and busses are automatically soloed too if you solo in place their children or tracks with the sends. Or you can use the solo defeat function. Or you could explore Track grouping solo states of tracks.
So I still don't understand. In any case. this script is for soloing from items selection. So what you need would be another new script.
Why can't you use the normal solo buttons on these tracks?

Often I'm not switching tracks with a mouse. Exclusive solo isn't available everywhere (controller and track manager in my case) that track selection is possible.

Also it's bothersome to have to click the solo button. Simply clicking the track (in the arranger) is much easier.

Anyway, you're right. This should have been a request for a new script. I was thinking that it could be a useful addition to this script, but I can understand that's not the case.
hi Heda!

Do you think you could modify your script so that when the focus is on the midi editor, adding a track from the track list on the right, adds this track to the "soloed" tracks we are listening to?

it would be awesome! as it is now i have to close and rerun the script to listen to the added selection.


in any case, thanks!!!! :-)
-t
this script seems to work fine...

maybe this thought already exists, if so please point me to it

to make this script work, we need to add some kind of suffix to the track name... right?

OK so what about another script that would offer a field where we could type in something like Regions for Vocals or whatever and
it would add that suffix to all selected tracks...

I think you get the concept, eh?
toggle action works, auto solo doesn't
https://media.giphy.com/media/3o7aDgfVKjUJILWq76/giphy.gif

am i missing something?

EDIT: just tried with a portable install and it works fine, so i have some sort of conflict between scripts i think, but what could be?
EDIT: just tried with a portable install and it works fine, so i have some sort of conflict between scripts i think, but what could be?


check the REAPER preferences > General > Undo settings > Include selection
check the REAPER preferences > General > Undo settings > Include selection

Thanks Heda! Now it works but marquee selection still doesn't, any ideas?

https://media.giphy.com/media/xT9IgnhFMhCpOgLGs8/giphy.gif
mmmm you are right... Marquee item selection used to work...
It seems that in previous versions of REAPER.. the command was "Marquee Item Selection" and not in REAPER 5.50 it is "Marquee item selection", so it is not detected now.. I'll make it case insensitive. Thanks!
fixed... even better.. now you can customize all the actions that trigger the toggle solo by copying the AutoSolo_actions.cfg to "Solo Tracks of Selected Items settings" folder and editing it.

* v1.0rc1 (2017-09-30)
# make action triggers case insensitive. (which also makes it REAPER 5.50 compatible)
+ configurable undo trigger entries by editing AutoSolo_actions.cfg. (Copy AutoSolo_actions.cfg to "Solo Tracks of Selected Items settings" folder to edit it)
There is no solo property for items.. so that action mutes all other items as you say. And I don't know how it remembers if you had muted items already to restore only the ones that were not muted... but it's dangerous.. heh... yes It's not the first time I have messed up all the project using the item properties: solo action. So, this auto solo tracks of selected items is what I needed, since soloing is usually temporary to listen to something and then unsolo. Muting is more permanent because you can set something to be muted forever.

The automatic version is quite quick to use. It has two modes.
Add_to_Selection = 1 keeps previously soloed tracks unchanged until no item is selected.
Add_to_Selection = 0 only solo what is selected
You can change that inside the script file.

Forgive my ignorance, but I am having trouble getting this script to work - I installed both the toggle solo selected items, and the automatically solo selected items, but I haven't been able to figure out the script's behavior. Basically, the problem I'm trying to solve is making edits within a series of individual tracks and constantly having to click solo / unsolo as I move between them. I thought this would behave as follows: with the script running, when you click to select a track, that track is soloed and others are not. Did I misunderstand it? Is there a tweak that will make it work that way?
Forgive my ignorance, but I am having trouble getting this script to work - I installed both the toggle solo selected items, and the automatically solo selected items, but I haven't been able to figure out the script's behavior. Basically, the problem I'm trying to solve is making edits within a series of individual tracks and constantly having to click solo / unsolo as I move between them. I thought this would behave as follows: with the script running, when you click to select a track, that track is soloed and others are not. Did I misunderstand it? Is there a tweak that will make it work that way?


Hi Rowanmg, the script is to solo tracks of the individual audio items that are selected, rather than tracks selected meaning you can do more finer editing of little chunks within projects (at least that's how I use it). I can't seem to find a script that would auto solo selected tracks but it's a good idea nonetheless.

Heda, I believe it's worth bringing to your attention that the script is currently not behaving as it did in Reaper 5.4 (now using 5.6 and now 5.61) -

The script no longer auto-solos items that are selected via marquee whilst you've already got a solo selection, it works if you add another single item to selection via clicking with a modifier but not using a marquee.

Keep up the great work!
Harry
I thought this would behave as follows: with the script running, when you click to select a track, that track is soloed and others are not. Did I misunderstand it? Is there a tweak that will make it work that way?

it works on selected items, not tracks, but another script could be done to work also on selected tracks.
Heda, I believe it's worth bringing to your attention that the script
https://forum.cockos.com/archive/index.php/t-155988.html
https://forums.cockos.com/showthread.php?p=1493005
Anal Shitting Fisted Her
Hot Russian Sex Video
Homemade Mature And Son Sex
Script: Auto Solo Tracks of Selected Items [Archive ...
Automatic solo selected track? - Cockos Incorporated Forums
Script: Auto Solo Tracks of Selected Items - Page 2 ...
Auto-Resize Track when selected in TCP [Archive] - Cockos ...
"Exclusive arm" or "solo record" mode? : Reaper
Exclusive Solo in REAPER | The REAPER Blog
Reaper DAW: Auto Enlarge vertically a selected Track ...
Selecting A Small Section Of Audio From Just One Track In ...
REAPER 101: Making Selections | The REAPER Blog
HELP! Why do my tracks not show input selection : Reaper
Reaper Automatic Solo When Track Selected


Report Page