Old 11-25-2018, 12:36 PM   #1
moscardo
Human being with feelings
 
Join Date: Nov 2018
Location: Milan, Italy
Posts: 10
Default VU OSC for a custom control device

Hi,

I'm working on a Processing sketch which will help me to control more easily sound sources parameters and automation for an octophonic video sonification mix (see attached image).

I'm using OSC to share messages between the sketch and reaper. Till now everything works fine to me, I'm able to control sound sources position (x and y), diffusion and gain programmatically via Processing recording automation on Reaper.

But I would like to have some feedback from Reaper in order to recreate 8 VU meter for each output speaker so to view them directly in Processing.
I've noticed that Reaper actually send messages of this kind with the OSC address of /track/vu or /track/vu/L or R.

But unfortunately these messages seems to be sent only when scrubbing the playhead and are not sent during normal playback.

Is there something I can do to obtain what I want?

Thank you very much for your support
Attached Images
File Type: jpg Istantanea_2018-11-25_20-00-38.jpg (51.0 KB, 249 views)
moscardo is offline   Reply With Quote
Old 12-08-2018, 12:03 PM   #2
moscardo
Human being with feelings
 
Join Date: Nov 2018
Location: Milan, Italy
Posts: 10
Default Any news?

Hi guys,
does anybody have some experience with Reaper and OSC?
How to send VU meter levels for all the surround channels?
Is there something I can do to get these level? maybe a custom .lua script?

Maybe this isn't the right place to ask such a question?
thank you for your support
moscardo is offline   Reply With Quote
Old 12-08-2018, 02:28 PM   #3
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,776
Default

I don't know about Reaper, but a common way is that a "receiver" requests notification for a certain values (e.g. the level meter value of a track) and from that on for some time the "sender" broadcasts this value at any change. The "receiver" needs to send out the request every some seconds to make the "sender" continue informing about it's state.

-Michael
mschnell 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:57 PM.


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