Old 11-17-2017, 01:37 PM   #1
elijahlucian
Human being with feelings
 
Join Date: Dec 2006
Posts: 53
Default how to trigger an action in OSC?

I got my commandID from here: https://imgur.com/a/TWlXe

reaper is recieving the following signal

"/action/_RSd0e44f6d7708e318e09ab4bb4b78aa67765abbea"

I can see it in listening to it in "control surface settings" so it is recieving the signal.

Why is this not working.

for the record when I send "/action/40044" it works.. but not my custom action.... why?
elijahlucian is offline   Reply With Quote
Old 11-21-2017, 10:59 AM   #2
goldenarpharazon
Human being with feelings
 
Join Date: Feb 2016
Posts: 189
Default

Quote:
Originally Posted by elijahlucian View Post
I got my commandID from here: https://imgur.com/a/TWlXe

reaper is recieving the following signal

"/action/_RSd0e44f6d7708e318e09ab4bb4b78aa67765abbea"

I can see it in listening to it in "control surface settings" so it is recieving the signal.

Why is this not working.

for the record when I send "/action/40044" it works.. but not my custom action.... why?
Try reading both these threads fully from bottom to top for ideas to solve the problem
https://forum.cockos.com/showthread.php?t=132124
https://forum.cockos.com/showthread.php?t=101051
and make sure that your .ReaperOSC file has the correct entries for /action ?
goldenarpharazon is offline   Reply With Quote
Old 11-22-2017, 04:42 AM   #3
GeckoLikesMartini
Human being with feelings
 
Join Date: Jun 2016
Posts: 127
Default

Hi,

first, sorry for my english...

try a script with

oscout(0, '/action/str', 'your command-ID');

As the command-ID is not a integer, I think you have to declare the action as a string.

Regards, gecko
GeckoLikesMartini 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 01:47 PM.


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