Menu
HandelDocs
🌜
🌞
Handel
  • Docs
  • Getting Started
    • Introduction
    • Installation
    • General Usage
    • Making noise (play and rest)
    • Variable Declaration (save)
    • Variable Reassignment (update)
    • Conditionals (if - else)
    • Block Loops
    • Procedures (chunks)
    • Generating Random Numbers (randint)
    • Evaluating Mathematical Expressions (eval)
    • Chooose Notes From a Notelist or Notegroup (choose)
    • Select Notes From a Notelist or Notegroup (select)
    • Custom Instruments (load)
  • Reference
    • Language Features
    • Reserved Keywords

Installation

Add the below to your html document:

<script src="https://unpkg.com/handel-pl"></script>

You're all set!

Alternatively

Install Handel with the following:

npm i handel-pl

And import Handel with the following:

import * as Handel from 'handel-pl';
Edit this page
Previous
« Introduction
Next
General Usage »

Docs

  • Introduction
  • Installation
  • General Usage

Community

More

  • GitHub
Copyright © 2021 Daye Jack. Built with Docusaurus.