Current: ./proton_cli new-sequence <admin-key> <name> <music-file> <seq-duration> <layout-id>
Desired: ./proton_cli new-sequence <admin-key> <name> <audio-file> <seq-duration> <frame-length> <layout-name>
Reason: Referencing layout by name, not id. Also generalizing music-file to audio-file and adding frame-length argument.
Current:
./proton_cli new-sequence <admin-key> <name> <music-file> <seq-duration> <layout-id>Desired:
./proton_cli new-sequence <admin-key> <name> <audio-file> <seq-duration> <frame-length> <layout-name>Reason: Referencing layout by name, not id. Also generalizing music-file to audio-file and adding frame-length argument.