Old 06-19-2020, 03:03 PM   #1
Warner
Human being with feelings
 
Join Date: Jun 2020
Posts: 13
Default Moving a button from routing to the TCP?

I'm looking to make just one adjustment to Reaper, though I'm not sure if this is possible.
I want to take the playback offset parameter that's inside a track's routing window and put that directly into the TCP somewhere. If this is possible, can someone point me to an SDK/resource that deals with this?

Appreciate the help


EDIT: For anyone who has the same question, I ended up paying for hedaScripts VIP to get access to the Track Inspector (found in the linked thread in a response below). I still can't get the control from the TCP but docking this nearby still makes it pretty easy, and I use a lot of the other controls too so I'd definitely recommend this.

Last edited by Warner; 07-24-2020 at 01:53 PM. Reason: I want to share the solution I found for anyone else looking for this
Warner is offline   Reply With Quote
Old 06-20-2020, 12:04 AM   #2
synkrotron
Human being with feelings
 
synkrotron's Avatar
 
Join Date: May 2015
Location: Warrington, UK
Posts: 1,444
Default

I'm afraid that isn't possible as there is no such TCP image for that function.

cheers

andy
__________________
Bandcamp // YouTube // SoundCloud
synkrotron is offline   Reply With Quote
Old 07-02-2020, 03:17 AM   #3
MusoBob
Human being with feelings
 
MusoBob's Avatar
 
Join Date: Sep 2014
Posts: 2,643
Default

Is this what you need ?
https://www.extremraym.com/cloud/rea...rackInfo_Value
reaper.SetMediaTrackInfo_Value( tr, parmname, newvalue )
I_PLAY_OFFSET_FLAG : int * : track playback offset state, &1=bypassed, &2=offset value is measured in samples (otherwise measured in seconds)
D_PLAY_OFFSET : double * : track playback offset, units depend on I_PLAY_OFFSET_FLAG

you can add to a GUI like Lokasenna's

or
https://forum.cockos.com/showthread....47#post2206847
__________________
ReaTrakStudio Chord Track for Reaper forum
www.reatrak.com
STASH Downloads https://stash.reaper.fm/u/ReaTrak
MusoBob is offline   Reply With Quote
Old 07-02-2020, 09:01 AM   #4
Warner
Human being with feelings
 
Join Date: Jun 2020
Posts: 13
Default

Quote:
Originally Posted by MusoBob View Post
Is this what you need ?
https://www.extremraym.com/cloud/rea...rackInfo_Value
reaper.SetMediaTrackInfo_Value( tr, parmname, newvalue )
I_PLAY_OFFSET_FLAG : int * : track playback offset state, &1=bypassed, &2=offset value is measured in samples (otherwise measured in seconds)
D_PLAY_OFFSET : double * : track playback offset, units depend on I_PLAY_OFFSET_FLAG

you can add to a GUI like Lokasenna's

or
https://forum.cockos.com/showthread....47#post2206847
Hey thanks for those links, that's quite helpful. Unfortunately I'm looking more for something that's within the TCP -- since both of these require another window it would be the same for me to just open the track's routing for now.

Appreciate the help, good to know that there are other people looking for the same thing.
Warner 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 03:36 PM.


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