Old 11-03-2019, 03:53 AM   #1
aletheia
Human being with feelings
 
Join Date: Nov 2019
Posts: 54
Default Reaper read fx OSC

I have an app that uses liblo to get info from a plug-in continuously during playback (Grame Faust dbmeter).
It has 64 channels. I can read the first 16, but not the following ones. Why? and how to achieve it?

The rule for the server is:
st.add_method ("/ track / 7 / fx / 1 / fxparam / 1 / value", "f", foo_handler1, NULL);
Ditto for the 64 channels. It works well for the first 16. But not beyond, yet the data is well updated in the vst, but I can not wait to read them.

The server thus updates the gain of each channel in an array.
aletheia is offline   Reply With Quote
Old 11-03-2019, 06:11 AM   #2
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,785
Default

What has this to do with OSC (-> http://opensoundcontrol.org/introduction-osc ) ?

-Michael
mschnell is online now   Reply With Quote
Old 11-03-2019, 09:17 AM   #3
aletheia
Human being with feelings
 
Join Date: Nov 2019
Posts: 54
Default Reaper read fx OSC

Maybe it's a problem with Reaper's osc feedback or a reaper configuration problem? To read the parameters of this plugin I had to validate:
<Param> <FX parameter list> <Parameter Modulation ...> ...
Is there anything else to do to receive the parameters beyond the first 16?
I know the OSC documentation and I use it for other applications
http://blanchemain.info/Documents/Musique/index.php
aletheia is offline   Reply With Quote
Old 11-03-2019, 09:28 AM   #4
aletheia
Human being with feelings
 
Join Date: Nov 2019
Posts: 54
Default

I have the answer by Benf:
"
I think your problem is in the .ReaperOSC file. In my opinion, we must replace:
DEVICE_FX_PARAM_COUNT 16
by
DEVICE_FX_PARAM_COUNT 64 "
benf

It's perfect, it works.
aletheia 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 04:02 AM.


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