Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "freqi", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "A library that generates musical frequencies for use with the Web Audio API", | ||
@@ -5,0 +5,0 @@ "main": "./lib/freqi.js", |
@@ -62,3 +62,3 @@ # Freqi | ||
**Tuning Systems** | ||
### Tuning Systems | ||
Freqi supports a wide range of tuning systems. By default it will use 12 tone equal temperament (12TET). To use 4TET for example, simply set `numSemitones` to `4`. For Just Intonation tuning systems set the `mode` to one of the following: | ||
@@ -65,0 +65,0 @@ * `pythagorean` - Pythagorean just intonation excluding the syntonic comma |