Here you'll find example songs and snippets authored with Songs.hz notation.
You can install the examples into your workspace via
Import examplesin the workspace panel.To perform an example song, select its
.hzor.jsfile, right-click in its editor and invoke eitherSimple Hz RunnerorPerform in Sandbox...When a.hzfile is visible in the code editor right-click to Toggle Preview.
Songs with links provide additional tutorial information. Those without links can be inspected for comments and code but require that you install the examples as described above.
| Project | Description |
|---|---|
| Reich | Simple Reichian phasing example. |
cooleys.hz |
A traditional Irish reel. |
| In-C | Terry Riley's seminal minimalist composition. |
| Perpetuum | Transcription of Penguin Cafe Orchestra song. |
telephone.js,hz |
Transcription of Penguin Cafe Orchestra song with custom telephone sample. |
zelda.hz |
You guessed it. |
beatbox.hz |
A collection of beats that you can copy into your songs. Also demos drumkit selection. |
misc/ holds a collection of runnable snippets focused on .hz topics.
To run or inspect, please install the examples as described above.
| Snippets | Description |
|---|---|
misc/arp.hz |
demo arpeggiation and scal generation |
misc/artic.hz |
demo note and measure articulation |
misc/blues.hz |
demo integrating live MIDI with canned rhythm. (requires MIDI device) |
misc/chordartic.hz |
demo of articulations for individual chord notes. |
misc/chords.hz |
demo of chords. |
misc/euclid.hz |
demo of Euclid note generation. |
misc/hello.hz |
simple .hz skeleton. |
misc/hid0.hz |
demo of keyboard and mouse input. |
misc/lists.hz |
focus on the various uses for lists. |
misc/log.hz |
demo of Log function. |
misc/midi0.hz |
demo of MIDI input. |
misc/rhythm.hz |
simple built-in percussion sounds. |
misc/scales.hz |
demo of Scale and musical scales. |
misc/timeaccel.hz |
demo of Accel to gradually change tempo. |
misc/timerepeat.hz |
simple snippet showing note and measure repeats. |
misc/timestretch.hz |
simple snippet showing note and measure stretch. |
misc/timewarp.hz |
demo of time warping for swing and special effects. |
misc/voiceParam.hz |
demo of control/articulation of custom Anode parameters. |
misc/voices.hz |
intro to Voice blocks and their use in swapping instruments in a track. |