Skip to content

Commit

Permalink
fix remote setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wizgrav committed Apr 10, 2017
1 parent c2639f8 commit 5896732
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ if you'd like to use the modulators you designed in your own js apps, webgl or o

[Copernicus - featuring Mike Gao's track Adventura](https://wizgrav.github.io/copernicus)

[Rene - An ode to Nikos Kavaddias poem 'Woman', and a beautiful girl <3](https://wizgrav.github.io/rene)
[An ode to Nikos Kavaddias poem 'Woman'](https://wizgrav.github.io/rene)


## Contributors
Expand Down
5 changes: 4 additions & 1 deletion dist/clubber.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,14 @@
data = this.data;
}

if(!isProcessed) {
if(isProcessed) {
this.notes.set(data);
} else {
// Calculate energy per midi note and fill holes in the lower octaves
for(var i = 0; i < this.notes.length; i++){
this.noteSums[i] = 0;
}

for(i = 0; i < this.maxBin; i++){
this.noteSums[this.keys[i]] += data[i];
}
Expand Down
2 changes: 1 addition & 1 deletion dist/clubber.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5896732

Please sign in to comment.