SmartWAV2-SerialMode_R1

SMARTWAV 2
Serial Mode
Vizic Technologies ©2020 | 40
7.5 Panning - 41hex - ‘A’ ascii
Commands (host)
byte(s)
1.- 0x41 (hex), A (ascii).
2.- Channel 0x00 to 0x0D or 0xFF (hex) for All.
3.- Panning -100 to 100 (0x9C to 0x64 hex).
*Panning parameter is received as a signed char
value.
Responses (device)
byte(s)
1.- 0x4F (hex), O (ascii) - Success ACK or
0x46 (hex), F (ascii) - Fail NAK.
Description
Set the independent audio panning in
percentage: -100%(left) to 100%(right) for the
received channel (0 to 13).
*This parameter only affects the received
single channel.
Examples (sent and
received commands)
Example 1:
Sent data:
-41,03,64,- Set panning to 100%(Right) of
channel 3.
Received data:
-4F- OK.
Example 2:
Sent data:
-41,03,9C,- Set panning to -100%(Left) of
channel 3.
Received data:
-4F- OK.