Skip to content

Commit

Permalink
Updated web console
Browse files Browse the repository at this point in the history
  • Loading branch information
stelian56 committed May 9, 2014
1 parent de8248b commit e3bac4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bmserver/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin
2 changes: 1 addition & 1 deletion bmserver/web/js/bodymusic.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(function() {
}
}
var host = "ws://localhost:8080";
var instruments = {0: [0]}; // key = sensor ID, value = IDs of associated instruments
var instruments = {0: [0], 1: [1]}; // key = sensor ID, value = IDs of associated instruments
var staffStep = 2;
var staffHeight = 120;
var c4Pitch = 48;
Expand Down

0 comments on commit e3bac4b

Please sign in to comment.