Skip to content

Commit

Permalink
Remove SpectrumBox.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontag committed Mar 31, 2015
1 parent 6f192e5 commit 3ad1f77
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 146 deletions.
3 changes: 0 additions & 3 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ SOFTWARE.

-----

spectrumBox.js by Mohit Cheppudira used with modifications.
https://github.com/0xfe/experiments/blob/master/www/wavebox/js/spectrum.js

midi.js by Chris Wilson used with modifications under MIT license.
Copyright (c) 2014 Chris Wilson
https://github.com/cwilso/midi-synth
Expand Down
143 changes: 0 additions & 143 deletions spectrumBox.js

This file was deleted.

2 changes: 2 additions & 0 deletions visualizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Visualizer.prototype.render = function() {
var graphics = this.graphics;
var height = this.height - 1;
this.analyzer.getByteFrequencyData(data);
// TODO: waveform mode
// this.analyzer.getByteTimeDomainData(data);

// draw the analyzer data
graphics.clear();
Expand Down

0 comments on commit 3ad1f77

Please sign in to comment.