cmd_start undoes the cmd_stop command. any cycles that were stopped by the cmd_stop command are actually lost because of the impossibility of determining exactly where the DMA ceased. If the cmd_write command was playing two cycles and the first one was playing when cmd_stop was issued, the first one is lost and the second one will be played. This command is also useful when you are playing the same wave form with the same period out of multiple channels. If the channels are stopped when the cmd_write commands are issued, cmd_start exactly synchronizes them, avoiding cancellation and distortion. When channels are allocated, they are effectively started by the CMD_START command.