Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Feature Requests

Reply
 
Thread Tools Display Modes
Old 03-12-2020, 07:27 AM   #1
talustalus
Human being with feelings
 
Join Date: Dec 2018
Posts: 1,025
Default Toggle / mute / unmute track hardware output sends

Not sure why there is no action for this. Shouldn't they be treated as normal track sends (that can be muted and unmuted via actions)?
talustalus is offline   Reply With Quote
Old 03-18-2021, 01:10 AM   #2
Jeff*
Human being with feelings
 
Join Date: Oct 2020
Posts: 6
Default

Hey, did you find anything about this ? Looking for this action too..
Jeff* is offline   Reply With Quote
Old 03-18-2021, 04:25 AM   #3
talustalus
Human being with feelings
 
Join Date: Dec 2018
Posts: 1,025
Default

Quote:
Originally Posted by Jeff* View Post
Hey, did you find anything about this ? Looking for this action too..
Yes! But I can't take the credit and I've forgotten who is due, but someone out there did it. Here you go...

tr=reaper.GetSelectedTrack(0,0) if tr then for sendidx = 1,reaper.GetTrackNumSends(tr,1) do reaper.SetTrackSendInfo_Value(tr,1,sendidx-1,'B_MUTE',math.abs(1-reaper.GetTrackSendInfo_Value(tr,1,sendidx-1,'B_MUTE')))end end
talustalus is offline   Reply With Quote
Old 03-18-2021, 06:54 AM   #4
Jeff*
Human being with feelings
 
Join Date: Oct 2020
Posts: 6
Default

Quote:
Originally Posted by talustalus View Post
Yes! But I can't take the credit and I've forgotten who is due, but someone out there did it. Here you go...

tr=reaper.GetSelectedTrack(0,0) if tr then for sendidx = 1,reaper.GetTrackNumSends(tr,1) do reaper.SetTrackSendInfo_Value(tr,1,sendidx-1,'B_MUTE',math.abs(1-reaper.GetTrackSendInfo_Value(tr,1,sendidx-1,'B_MUTE')))end end
Thanks a lot ! I just remembered I also found this lua some time ago, so first of all thank you for the reminder and thanks to the original coder !

Now... My main concern is about muting the hardware sends from a selection of tracks, not just the first track...(even when selecting all the tracks only the first send is affected). So it's actually faster to shift-click on the sends to mute them...

Hopefully it's a simple twist in the code to change ?

Anyway, thanks again !
Jeff* is offline   Reply With Quote
Old 03-19-2021, 03:48 AM   #5
talustalus
Human being with feelings
 
Join Date: Dec 2018
Posts: 1,025
Default

Pleasure.

ah yes, that's annoying. Well, the only other one I have in relation to hardware outputs is this one by @cfillion.
It removes hardware outputs from selected tracks. That means you will have to use saved track templates to get the hardware outputs back after they've been removed, a workaround and extra steps, but I use it this way.
Attached Files
File Type: lua cfillion_Remove hardware outputs of selected tracks.lua (714 Bytes, 67 views)
talustalus 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 07:58 AM.


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