Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Q&A, Tips, Tricks and Howto

Reply
 
Thread Tools Display Modes
Old 07-25-2014, 05:58 PM   #1
Fergler
Human being with feelings
 
Fergler's Avatar
 
Join Date: Jan 2014
Posts: 5,220
Default Go to start of time selection - go to start of project if none?

I was searching for a way to use W for both returning to start of project and, if I have a time selection, to the start of that. Unfortunately I can't find a mix of the two.

However, it would make sense I think, if there is no time selection, for that action to instead return to the start of the entire project. This would allow my desired shortcut aswell as giving the action a bit more usability.

Thanks
Fergler is offline   Reply With Quote
Old 07-26-2014, 04:35 AM   #2
spk77
Human being with feelings
 
Join Date: Aug 2012
Location: Finland
Posts: 2,668
Default

+1

If you like to use ReaScripts, this simple EEL script might work:

Code:
GetSet_LoopTimeRange(0, 0, start, end, 0);
end - start > 0 ? Main_OnCommand(40630, 0) : Main_OnCommand(40042,0);
spk77 is offline   Reply With Quote
Old 07-26-2014, 06:22 AM   #3
Ollie
Super Moderator (no feelings)
 
Ollie's Avatar
 
Join Date: Dec 2007
Location: On or near a dike
Posts: 9,836
Default

If you don't like to use ReaScripts, you can combine

- Transport: Go to start of project

and

- Go to start of time selection

to a custom macro that does just that. If there's no time selection, the second action will be ignored.
Ollie is offline   Reply With Quote
Old 07-26-2014, 10:14 AM   #4
Fergler
Human being with feelings
 
Fergler's Avatar
 
Join Date: Jan 2014
Posts: 5,220
Default

Great if there's workarounds, I'll give em a shot, but I'm actually wondering if the function in the program can be changed as it's a purely additive change, interested if there's anyone that would find this annoying in some way?
Fergler 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 04:58 AM.


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