Old 12-16-2020, 08:30 AM   #1
mks
Human being with feelings
 
Join Date: Dec 2011
Posts: 171
Default filter incoming osc with msgdev

I finally worked my amateur code brain through getting a few things to work. I just don't quite know how to filter incoming OSC messages with msgdev.

Basically I have this which works, but I have two OSC inputs that send the same value and I only want it to respond to one of them.

@input ReaIn OSC "*:9002"
@input TMIn OSC "*:9003"

@oscmsg
oscmatch("/1/mastervolume") ? (
fmt0=oscparm(0,0);
msg1=0xb0;
msg2=0x07;
msg3=fmt0*128;
midisend(toMFT);
);

I could really use some help and sorry for the basic question.
mks is offline   Reply With Quote
Old 12-17-2020, 03:07 PM   #2
mks
Human being with feelings
 
Join Date: Dec 2011
Posts: 171
Default

Ugh. Newbie. Obviously:
msgdev == TMIn? (

Thought it was some sort of special function Still learning...but yay controller
mks 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 02:08 AM.


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