Zyn Demo

Welcome to the Zyn Demo!

Zyn is a small JS audio synthesizer which clocks in at around 5.64kb (~2.4kb zipped). You can read all about it on GitHub here.

This interactive tool allows you to explore procedurally generated synthesizer instruments. Use your computer keyboard (QWERTY keys) to play notes and experiment with different instrument seeds.

How to use:

Instrument Selector

Enter a number to generate a specific instrument

Instrument Structure

Expand the section below if you want to see how an instrument is represented internally. If you wanted to, you could create your own instruments for the synth instead of using the random generator by following this format. This format is explained on GitHub.