Skip to content

Commit

Permalink
added Tone.js and refactored js
Browse files Browse the repository at this point in the history
  • Loading branch information
rvinluan committed Aug 27, 2016
1 parent 039c76c commit 7c1fdae
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.sass-cache/
.sass-cache/
.DS_Store
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<link rel="stylesheet" href="css/grid.css">

<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="js/lib/Tone.min.js"></script>
</head>
<body>
<main>
Expand Down Expand Up @@ -173,8 +174,8 @@
</div>

</main>
<script src="layout.js"></script>
<script src="controls.js"></script>
<script src="js/layout.js"></script>
<script src="js/controls.js"></script>
<script>
Controls.bindEvents();
Layout.init(0,0,8,8);
Expand Down
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions js/lib/Tone.min.js

Large diffs are not rendered by default.

0 comments on commit 7c1fdae

Please sign in to comment.