Class CreateAttenuationAndPlaySoundOrFreqPayload
Represents an operator that creates a message payload that configures attenuation and plays sound index [Att R] [Att L] [Index].
public class CreateAttenuationAndPlaySoundOrFreqPayload
- Inheritance
-
CreateAttenuationAndPlaySoundOrFreqPayload
- Derived
- Inherited Members
Properties
AttenuationAndPlaySoundOrFreq
Gets or sets the value that configures attenuation and plays sound index [Att R] [Att L] [Index].
public ushort[] AttenuationAndPlaySoundOrFreq { get; set; }
Property Value
- ushort[]
Methods
GetMessage(MessageType)
Creates a message that configures attenuation and plays sound index [Att R] [Att L] [Index].
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the AttenuationAndPlaySoundOrFreq register.
GetPayload()
Creates a message payload for the AttenuationAndPlaySoundOrFreq register.
public ushort[] GetPayload()
Returns
- ushort[]
The created message payload value.