Topic: Set Gain with OSC command

I am trying to set the gain of an input with the help of an OSC message but I have not been successful so far. I have the excel sheet and I have tried every single version of formatting the message that I can think of, but I cannot make it work.

Versions I have tried:
  "/2/gain1 5.0"
  "/2/gain2 5"
  "/2/gain 5.0"
  "/gain1 5.0"
  "/gain 5.0"

etc...

I would be thankful if anyone could help me.

2 (edited by Potscrubber 2017-07-03 02:09:48)

Re: Set Gain with OSC command

I think you'll find that the value needs to be expressed as a floating point number in the range 0 to 1, like the volume values.  The thing to do may be to observe OSC output from TMFX as you change the gain, and build yourself a map of FP numbers to gain values for your interface.

A handy utility for debugging OSC messages is OSC Monitor by Frieder Weiss:
http://frieder-weiss.de/OSC/index.html

Madiface XT, Madiface, 3x Micstasy, ADI8QS
Sequoia 17, W10 x64
https://bsound.co.nz/tools-nix

Re: Set Gain with OSC command

Cool thanks for the tip. Not yet applicable but good to know !

BR Ramses - UFX III, 12Mic, XTC, ADI-2 Pro FS R BE, RayDAT, X10SRi-F, E5-1680v4, Win10Pro22H2, Cub13

Re: Set Gain with OSC command

Oh, that is very good to know. Thanks for the reply!