Skip to content

freeman-jiang/simple-synth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a monophonic sine wave synth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages