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

Reserved Keywords

start#

finish#

play#

rest#

save#

update#

select#

choose#

randint#

from#

to#

lshift#

rshift#

load#

as#

if#

then#

else#

endif#

and#

or#

while#

block#

endblock#

chunk#

endchunk#

using#

run#

with#

bpm#

loop#

volume#

reverb#

pan#

sound#

piano#

synth#

casio#

guitar#

kick#

snare#

All note names are reserved keywords, ex. C4, Bb1. For this reason use only lowercase letters with no numbers in variable names.

Edit this page
Previous
« Language Features
  • start
  • finish
  • play
  • rest
  • save
  • update
  • select
  • choose
  • randint
  • from
  • to
  • lshift
  • rshift
  • load
  • as
  • if
  • then
  • else
  • endif
  • and
  • or
  • while
  • block
  • endblock
  • chunk
  • endchunk
  • using
  • run
  • with
  • bpm
  • loop
  • volume
  • reverb
  • pan
  • sound
  • piano
  • synth
  • casio
  • guitar
  • kick
  • snare

Docs

  • Introduction
  • Installation
  • General Usage

Community

More

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