Old 12-29-2013, 12:42 PM   #1
Burtan
Human being with feelings
 
Join Date: Jan 2013
Location: Bochum, Germany
Posts: 103
Default Transport Controls OSC setup

Hi,

I wonder how the Transport controls are meant to be accessed via OSC.

There does not seem to be an address for rewind to start and go to end.

The Record and Repeat button have two states On and Off but only listen to 1 to switch between them. Shouldn't it be rather binary than toogling? A work around would be to make toogles not only listen to 1 but to any value on the specific message.

Thanks in advance :-)

Last edited by Burtan; 12-29-2013 at 12:49 PM.
Burtan is offline   Reply With Quote
Old 12-29-2013, 01:06 PM   #2
schwa
Administrator
 
schwa's Avatar
 
Join Date: Mar 2007
Location: NY
Posts: 15,751
Default

Hi Burtan,

For start and end, you can use the ACTION message. REAPER has built-in actions to go to the start or end of the project. If you look them up in the Actions window you can get the action ID, which you can then use in an OSC message (for example, /action 40042 to go to the start).

For record and repeat, it should work to define b/ messages in your .ReaperOSC configuration file. For example, replacing the default line REPEAT t/repeat with REPEAT b/repeat should make that message binary (0=off, 1=on) rather than a toggle.
schwa is offline   Reply With Quote
Old 12-29-2013, 01:48 PM   #3
Burtan
Human being with feelings
 
Join Date: Jan 2013
Location: Bochum, Germany
Posts: 103
Default

Quote:
Originally Posted by schwa View Post
Hi Burtan,

For start and end, you can use the ACTION message. REAPER has built-in actions to go to the start or end of the project. If you look them up in the Actions window you can get the action ID, which you can then use in an OSC message (for example, /action 40042 to go to the start).

For record and repeat, it should work to define b/ messages in your .ReaperOSC configuration file. For example, replacing the default line REPEAT t/repeat with REPEAT b/repeat should make that message binary (0=off, 1=on) rather than a toggle.
Great, thanks
Burtan is offline   Reply With Quote
Old 12-30-2013, 08:41 AM   #4
Sigilus
Human being with feelings
 
Join Date: Jun 2009
Posts: 2,763
Default

ooh interesting schwa. I didn't know that, and made an FR some time ago to get that functionality.
Sigilus is offline   Reply With Quote
Old 12-04-2018, 12:27 PM   #5
leo.nerd
Human being with feelings
 
Join Date: Oct 2018
Posts: 3
Default

Quote:
Originally Posted by schwa View Post
For record and repeat, it should work to define b/ messages in your .ReaperOSC configuration file. For example, replacing the default line REPEAT t/repeat with REPEAT b/repeat should make that message binary (0=off, 1=on) rather than a toggle.
How can I edit the .ReaperOSC configuration file?
Thanks
L.
leo.nerd is offline   Reply With Quote
Old 12-04-2018, 12:35 PM   #6
Burtan
Human being with feelings
 
Join Date: Jan 2013
Location: Bochum, Germany
Posts: 103
Default

Just open it with any editor of your choice.
http://osc-commander.com/wp-content/...nder.reaperosc
Burtan 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 08:29 AM.


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