RustAudio / dsp-chain

A library for chaining together multiple audio dsp processors/generators, written in Rust!
MIT License
301 stars 18 forks source link

Library for note frequencies and accords #68

Closed bvssvni closed 9 years ago

bvssvni commented 9 years ago

See https://github.com/PistonDevelopers/dsp-chain/issues/66

I think we should have something like this, because generating notes can get pretty tough if you have to look up each one of them.

mitchmindtree commented 9 years ago

This functionality is provided by pitch_calc :)