Go Back   Cockos Incorporated Forums > REAPER Forums > ReaScript, JSFX, REAPER Plug-in Extensions, Developer Forum

Reply
 
Thread Tools Display Modes
Old 09-18-2020, 12:49 AM   #1
Archie
Human being with feelings
 
Archie's Avatar
 
Join Date: Oct 2017
Location: Russia
Posts: 366
Default Script: Archie_Track; Toggle Auto height selected tracks.lua

Archie_Track; Toggle Auto height selected tracks.lua

__________________
=================================
ReaPack| Archie-ReaScript: Discussion | Donate | Donate2 | Donate3 | PayPal |

Last edited by Archie; 09-18-2020 at 02:04 AM.
Archie is offline   Reply With Quote
Old 09-19-2020, 06:31 PM   #2
Win Conway
Human being with feelings
 
Join Date: Dec 2010
Posts: 3,826
Default

This is awesome, could it be modded to do MCP channel width, I did it with 'is_selected' in my theme, but it has serious issues.
__________________
Stop posting huge images, smaller images or thumbnail, it's not rocket science!
Win Conway is offline   Reply With Quote
Old 09-19-2020, 11:21 PM   #3
Archie
Human being with feelings
 
Archie's Avatar
 
Join Date: Oct 2017
Location: Russia
Posts: 366
Default

No, unfortunately I do not know how to change the track width in MCP.
__________________
=================================
ReaPack| Archie-ReaScript: Discussion | Donate | Donate2 | Donate3 | PayPal |
Archie is offline   Reply With Quote
Old 05-02-2022, 12:30 PM   #4
MonkeyBars
Human being with feelings
 
MonkeyBars's Avatar
 
Join Date: Feb 2016
Location: Hollyweird
Posts: 2,630
Default

Perfect, thanks so much Archie! Another legendary utility script
MonkeyBars is offline   Reply With Quote
Old 05-02-2022, 12:57 PM   #5
MonkeyBars
Human being with feelings
 
MonkeyBars's Avatar
 
Join Date: Feb 2016
Location: Hollyweird
Posts: 2,630
Default

However this doesn't work as a toggle action for me - Reaper gives me the "additional script running" error when I try to run it a second time to toggle off. How do I actually disable this option without triggering that warning?

Edit: Ah right you can just set it to terminate always

Last edited by MonkeyBars; 05-02-2022 at 02:26 PM.
MonkeyBars is offline   Reply With Quote
Old 05-04-2022, 12:40 AM   #6
hans
Human being with feelings
 
Join Date: Aug 2020
Posts: 276
Default

Love it!

Thanks for this!
Is it possible to add support for this on envelopes as well?
hans is offline   Reply With Quote
Old 05-04-2022, 01:37 AM   #7
SNJUK2
Human being with feelings
 
SNJUK2's Avatar
 
Join Date: Feb 2017
Location: Zhytomyr,Ukraine
Posts: 449
Default

Quote:
Originally Posted by hans View Post
Love it!

Thanks for this!
Is it possible to add support for this on envelopes as well?
Hello. Script for Envelope
Attached Files
File Type: zip Envelope Auto Height.zip (603 Bytes, 74 views)
SNJUK2 is offline   Reply With Quote
Old 05-04-2022, 02:00 AM   #8
hans
Human being with feelings
 
Join Date: Aug 2020
Posts: 276
Default

thanks!!!

But I run into issues with your envelope auto height script, SNJUK2. It does work once in a while, but mostly no change is done when clicking around on envelope tracks. And suddenly i get freezes and reaper stops to respond for a few seconds.

Last edited by hans; 05-04-2022 at 05:52 AM.
hans is offline   Reply With Quote
Old 02-20-2023, 10:32 PM   #9
WaterWaterTasmania
Human being with feelings
 
Join Date: Dec 2019
Posts: 137
Default Changing height?

Hi @archie - i'm trying this script out, and i've fiddled with the code a little bit (not too much, as I have no idea what i'm doing). I'm trying to change the height the track will be increased to on selecting. How do I do this?
WaterWaterTasmania is offline   Reply With Quote
Old 02-21-2023, 10:24 AM   #10
cool
Human being with feelings
 
Join Date: Dec 2017
Location: Sunny Siberian Islands
Posts: 957
Default

Quote:
Originally Posted by WaterWaterTasmania View Post
Hi @archie - i'm trying this script out, and i've fiddled with the code a little bit (not too much, as I have no idea what i'm doing). I'm trying to change the height the track will be increased to on selecting. How do I do this?
Archie won't answer, he last contacted two years ago.
Inside the code there are settings. Just find these lines and change 80 to whatever number you need.

Code:
              --======================================================================================                             
              --////////////  НАСТРОЙКИ  \\\\\\\\\\\\  SETTINGS  ////////////  НАСТРОЙКИ  \\\\\\\\\\\\                             
              --======================================================================================                             
              
                            
              local HEIGHT = 80;
cool is online now   Reply With Quote
Old 02-21-2023, 02:33 PM   #11
WaterWaterTasmania
Human being with feelings
 
Join Date: Dec 2019
Posts: 137
Default

Quote:
Originally Posted by cool View Post
Archie won't answer, he last contacted two years ago.
Inside the code there are settings. Just find these lines and change 80 to whatever number you need.

Code:
              --======================================================================================                             
              --////////////  НАСТРОЙКИ  \\\\\\\\\\\\  SETTINGS  ////////////  НАСТРОЙКИ  \\\\\\\\\\\\                             
              --======================================================================================                             
              
                            
              local HEIGHT = 80;
Thanks! This works. Greatly appreciated.
WaterWaterTasmania 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 06:37 AM.


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