Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 402 Bytes

File metadata and controls

11 lines (7 loc) · 402 Bytes

sequent

A tool for simple creation, arrangement, and visualising of musical sequences.

Usage

Example usage file included in the root directory. It gives an idea of how to create and play a song manually with code.

To see it in action, you can run an http server, for example to run one locally with python:

$ python -m SimpleHTTPServer 8000

then visit http://localhost:8000 in your browser