Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Karan Goel
481-SoundBrain
Commits
5e48117f
Commit
5e48117f
authored
Feb 03, 2015
by
Karan Goel
Browse files
remove unneeded files
parent
152158b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
webapp/index.html
View file @
5e48117f
...
...
@@ -17,6 +17,8 @@
<!-- extras -->
<script
src=
"./inc/Base64.js"
type=
"text/javascript"
></script>
<script
src=
"./inc/base64binary.js"
type=
"text/javascript"
></script>
<script
src=
"https://cdn.socket.io/socket.io-1.3.2.js"
></script>
<!-- font -->
<link
href=
"http://fonts.googleapis.com/css?family=Andada"
rel=
"stylesheet"
type=
"text/css"
/>
<style>
...
...
@@ -92,6 +94,11 @@ RefreshFrame = function () {
}
};
var
socket
=
io
();
socket
.
on
(
'
brain
'
,
function
(
data
)
{
console
.
log
(
data
);
}
window
.
onload
=
function
()
{
MIDI
.
loadPlugin
({
soundfontUrl
:
"
./soundfont/
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment