Skip to content

Commit

Permalink
Insecure resource and createPeriodicWave issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wilson committed May 6, 2015
1 parent 3af1fd3 commit 4672b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -27,7 +27,7 @@

<script src="js/ui.js"></script>
<script src="js/main.js"></script>
<script src='//cwilso.github.com/WebMIDIAPIShim/WebMIDIAPI.js'></script>
<script src='https://cwilso.github.com/WebMIDIAPIShim/WebMIDIAPI.js'></script>
<script src="js/midi.js"></script>
<script src="js/vocoder.js"></script>
<script src="js/sliders.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion js/vocoder.js
Expand Up @@ -62,7 +62,7 @@ var oscillatorType = 4; // CUSTOM
var oscillatorGain = null;
var oscillatorGainValue = 1.0;
var oscillatorDetuneValue = 0;
var FOURIER_SIZE = 4096;
var FOURIER_SIZE = 2048;
var wavetable = null;
var wavetableSignalGain = null;
var WAVETABLEBOOST = 40.0;
Expand Down

0 comments on commit 4672b51

Please sign in to comment.