moved audio engine files

This commit is contained in:
Eric Rosenbaum 2016-09-27 18:18:15 -04:00
parent 7c91565408
commit 54c5c82fde
3 changed files with 2 additions and 2 deletions

View file

@ -803,8 +803,8 @@
<!-- Playground -->
<script src="./playground.js"></script>
<!-- Audio -->
<script src="../AudioEngine.js"></script>
<script src="../Tone.min.js"></script>
<script src="./AudioEngine.js"></script>
<script src="./Tone.min.js"></script>
<script>
function toXml() {
var output = document.getElementById('importExport');