< Back to IRCAM Forum

Missing input parameters in spat5.oper_

Hi thibaut,

maybe it’s my mistake but spat5.oper_ is apparently missing several input parameters, so unlike /source/1/early/width $1 which works, those are not taking any inputs (to mention few):

-/source/1/early/params
-/source/1/cluster/params
-/source/1/reverb/gain
-/source/1/early/gains

some of those are working in spat~ directly but i would enjoy to have them in oper_
thx!
-eric

Hi Eric,

The messages that you mentioned are actually the output parameters of spat5.oper_.
So they cannot be input parameters at the same time.
I believe the behaviour is correct here. Or maybe I misunderstood your request.

Best,
T.

thx for you answer.
To change the source room gain of source 1, we can send to spat5.oper_ : /source/1/omni/params $1 0 0 0 250 4000
To change the source direct gain we can send : /source/1/axis/params $1 0 0 0 250 4000
Following that logic, what are the messages to spat5.oper_ to manage gain of early and cluster? i tried different things without success so far

thanks for your help!
-e

The gains of early and cluster stages are automatically computed according to the perceptual factors (in particular running reverberance and envelopment).

Therefore these gains cannot be directly controlled by messages (in spat5.oper_)
If you need to directly manipulate these gains, you’d have to work/patch after spat5.oper_.

Hope this helps,
T.

ok ! thank you!