Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Chrome against localhost, with sourcemaps",
"type": "chrome",
"request": "launch",
"url": "file:///Users/peterwang/GitHub/MusicVisualizer/audio-test.html",
"sourceMaps": true,
"webRoot": "${workspaceRoot}"
},
{
"name": "Attach to Chrome, with sourcemaps",
"type": "chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}"
}
]
}
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions atomaudioviz
Submodule atomaudioviz added at d6fd7a
19 changes: 0 additions & 19 deletions audio-test.html

This file was deleted.

195 changes: 0 additions & 195 deletions final/master.js

This file was deleted.

File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 0 additions & 14 deletions index.html

This file was deleted.

1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php include_once("home.html"); ?>
5 changes: 3 additions & 2 deletions final/main.css → main.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ Audio Controls
}

#audio-title {
margin-left: 40px;
margin-top: 5px;
position: absolute;
left: 35px;
padding-top: 5px;
width: 800px;
}

Expand Down
Loading