Skip to content

Commit

Permalink
Update i.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricCantu authored Mar 21, 2024
1 parent 236da66 commit 4944883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions i.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var f = 440;
function changeFreq(frequency){
f = frequency;
freq.value = Math.round( f * 100 ) / 100;
freqRange.value = cdiff(1,f);
if(oscillator){
oscillator.frequency.value = f ;
}
Expand Down

0 comments on commit 4944883

Please sign in to comment.