fix branch

This commit is contained in:
Jade (Rose) Rowland
2025-11-05 01:26:36 -05:00
parent a1bd905c06
commit 79875ebc50
-1
View File
@@ -41,7 +41,6 @@ Tune.prototype.tonicize = function(newTonic) {
this.tonic = newTonic
}
/* Return data in the mode you are in (freq, ratio, or midi) */
Tune.prototype.note = function(input,octave){