SmartWAV2-SerialMode_R1

SMARTWAV 2
Serial Mode
Vizic Technologies ©2020 | 33
7- Channel Functions - Serial Commands:
SmartWAV 2 is a 14 channel polyphonic audio processor, this section
of channel functions is named this way because those commands
have effect only on one single track / channel behavior of the system,
please refer to section 2- SmartWAV 2 System Explained for more
detailed information. Each of the next commands always receive a
channel number parameter, this parameter could be from 0 to 13
(0x00 to 0x0D hex), almost all of the commands support single
command call to control all channels, for this use 0xFF hex as channel
parameter to take command effect on all active channels.
Briefly summary of Functions/Commands in this section:
- Mount Track - 0x4D hex ‘M’ ascii
- Play/Pause - 0x50 hex ‘P’ ascii
- Play Immediately - 0x49 hex ‘I’ ascii
- Volume - 0x56 hex V’ ascii
- Panning - 0x41 hex ‘A’ ascii
- Rewind and Play - 0x52 hex ‘R’ ascii
- Advance to Point - 0x45 hex ‘E’ ascii
- Set A and B Points - 0x42 hex ‘B’ ascii
- Loop Points - 0x4C hex ‘L’ ascii
- Stop - 0x53 hex ‘S’ ascii
- Get Mount State - 0x4F, 0x4D hex ‘O’, ‘M’ ascii
- Get Play/Pause - 0x4F, 0x50 hex ‘O’, ‘P’ ascii
- Get Volume - 0x4F, 0x56 hex ‘O’, ‘V’ ascii
- Get Panning - 0x4F, 0x41 hex ‘O’, ‘A’ ascii
- Get Loop - 0x4F, 0x4C hex ‘O’, ‘L’ ascii
- Get Name - 0x4F, 0x4E hex ‘O’, ‘N’ ascii
- Get Current Point - 0x4F, 0x4F hex ‘O’, ‘O’ ascii
- Get A and B Points - 0x4F, 42 hex ‘O’, ‘B’ ascii
- Get Remain Time - 0x4F, 0x52 hex ‘O’, ‘R’ ascii
- Get Size Time - 0x4F, 0x53 hex ‘O’, ‘S’ ascii
- Get Mono/Stereo - 0x4F, 0x43 hex ‘O’, ‘C’ ascii
- Get Bits Per Sample - 0x4F, 0x49 hex ‘O’, ‘I’ ascii
- Get Sample Rate - 0x4F, 0x54 hex ‘O’, ‘T’ ascii