tonal-range
Advanced tools
Comparing version 0.69.6 to 0.69.7
@@ -51,4 +51,4 @@ 'use strict'; | ||
* @example | ||
* range.numeric('C5 C4') // => [ 72, 71, 70, 69, 68, 67, 66, 65, 64, 63, 62, 61, 60 ] | ||
* // it works with numbers | ||
* range.numeric(["C5", "C4']) // => [ 72, 71, 70, 69, 68, 67, 66, 65, 64, 63, 62, 61, 60 ] | ||
* // it works midi notes | ||
* range.numeric([10, 5]) // => [ 10, 9, 8, 7, 6, 5 ] | ||
@@ -55,0 +55,0 @@ * // complex range |
@@ -47,4 +47,4 @@ /** | ||
* @example | ||
* range.numeric('C5 C4') // => [ 72, 71, 70, 69, 68, 67, 66, 65, 64, 63, 62, 61, 60 ] | ||
* // it works with numbers | ||
* range.numeric(["C5", "C4']) // => [ 72, 71, 70, 69, 68, 67, 66, 65, 64, 63, 62, 61, 60 ] | ||
* // it works midi notes | ||
* range.numeric([10, 5]) // => [ 10, 9, 8, 7, 6, 5 ] | ||
@@ -51,0 +51,0 @@ * // complex range |
{ | ||
"name": "tonal-range", | ||
"version": "0.69.6", | ||
"version": "0.69.7", | ||
"description": "Create ranges of notes", | ||
@@ -19,8 +19,8 @@ "keywords": [ | ||
"dependencies": { | ||
"tonal-array": "^0.69.6", | ||
"tonal-midi": "^0.69.6", | ||
"tonal-note": "^0.69.6", | ||
"tonal-pcset": "^0.69.6", | ||
"tonal-transpose": "^0.69.6" | ||
"tonal-array": "^0.69.7", | ||
"tonal-midi": "^0.69.7", | ||
"tonal-note": "^0.69.7", | ||
"tonal-pcset": "^0.69.7", | ||
"tonal-transpose": "^0.69.7" | ||
} | ||
} |
16887
Updatedtonal-array@^0.69.7
Updatedtonal-midi@^0.69.7
Updatedtonal-note@^0.69.7
Updatedtonal-pcset@^0.69.7
Updatedtonal-transpose@^0.69.7