General Usage
Example Handel Snippet#
Example Using Handel In Browser#
Note that you pass the Handel code into the RunHandel function Handel.RunHandel(someHandelCode).
To compile to midi, pass a config object to the RunHandel function with outputMidi set to true.
Additionally, you can use the StopHandel function to stop a running Handel program. Handel.StopHandel()