Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 692 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 692 Bytes

simple synth

This is a simple sine wave synth written in Rust. It plays notes by reading from a JSON file that describes the notes and duration of each song.

Fully supports Scientific Pitch Notation (SPN) (eg. C#4, A5, Bb3, etc.) in equal temperament.

Usage

Try playing one of the songs in the songs directory:

cargo run --release < songs/greensleeves.json

Examples

Scales: Eb Major, B Harmonic Minor, C Blues Scale

scales.mov

Jingle Bells

jinglebells.mov