Old 03-18-2014, 09:10 PM   #1
Sid Chip
Human being with feelings
 
Sid Chip's Avatar
 
Join Date: Sep 2007
Posts: 183
Default OSC FXEQ params not working?

So I'm trying to add REAEQ support via OSC and I'm seeing some weirdness.

Opening and closing ReaEQ in Reaper sends
Code:
/track/1/fxeq/openui 1(or 0)
which I expect.

Modifying Band 1 lowshelf Gain (in reaper with mouse) however sends.
Code:
/track/1/fx/1/fxparam/2/value 0.4096769
which seems pretty generic.. not the fxeq params I was hoping for.

In my .ReaperOSC file I have
Code:
REAPER_TRACK_FOLLOWS REAPER
DEVICE_TRACK_FOLLOWS DEVICE
DEVICE_TRACK_BANK_FOLLOWS DEVICE
DEVICE_FX_FOLLOWS DEVICE

DEVICE_EQ INSERT
...
...
FX_EQ_BYPASS b/fxeq/bypass b/track/@/fxeq/bypass
FX_EQ_OPEN_UI b/fxeq/openui b/track/@/fxeq/openui
...
FX_EQ_LOSHELF_GAIN n/fxeq/loshelf/gain n/track/@/fxeq/loshelf/gain
...
(all FX_EQ params are enabled)

Sending /track/1/fxeq/loshelf/gain/ with 1.0f as param does not affect the track 1 ReaEQ lowshelf gain..
Reaper "Listen" reports
Code:
/track/1/fxeq/loshelf/gain/ [f] 1.000000
but no params effected.

Is this an issue or am I doing something wrong here?

Reaper V4.602

Sid

Last edited by Sid Chip; 03-18-2014 at 09:19 PM. Reason: Changed icon from unncessary "warning"
Sid Chip is offline   Reply With Quote
Old 03-21-2014, 10:19 AM   #2
Sid Chip
Human being with feelings
 
Sid Chip's Avatar
 
Join Date: Sep 2007
Posts: 183
Default No?

Is this an issue or something I'm doing incorrectly? I don't think the FXEQ (ReaEQ) specific params are working. I just tried on V4.61 and am noticing the same behaviour.

Thanks,
Sid.
Sid Chip is offline   Reply With Quote
Old 06-28-2015, 12:10 PM   #3
jahudka
Human being with feelings
 
Join Date: Jul 2010
Posts: 49
Default

Hi, I think the problem you're experiencing is caused by the OSC path you use: /track/1/fxeq/loshelf/gain/ - notice the trailing slash. If you remove it, it should work as expected I believe (at least it does for me).

On the other hand, Reaper won't send the eq params back in this form - what you'll probably get is /fxeq/loshelf/gain, not the full /track/1/fxeq/loshelf/gain. That may or may not be useful for you, depending on how much control you have over the OSC device / app you use.
jahudka 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:10 AM.


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