Re:MIX_PARAM_SEND_VOL?
2011/04/26 15:23:37
(permalink)
☄ Helpful
For Example (see definitions of SONAR_MIXER_PARAM and SetMixParam in ControlSurface.idl):
m_pMixer->SetMixParam(
MIX_STRIP_TRACK // SONAR_MIXER_STRIP type
,dwStrip // Strip Number
,MIX_PARAM_SEND_VOL // SONAR_MIXER_PARAM
,dwParamNum // Output Number, in this case
,fSendVol // Volume (0-1.0f)
,MIX_TOUCH_NORMAL); // SONAR_MIXER_TOUCH