File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
< body >
8
8
< script src ="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js "> </ script >
9
- < script type ="text/javascript " src ='../remixer .js '> </ script >
9
+ < script type ="text/javascript " src ='../remix .js '> </ script >
10
10
< script type ="text/javascript ">
11
11
12
12
// Add beats or bars of a track to a live queue.
13
- // You will need to supply your echonest API key, the trackID, and a URL to the track.
13
+ // You will need to supply your Echo Nest API key, the trackID, and a URL to the track.
14
14
// The supplied track can be found in the audio subdirectory.
15
15
var apiKey = 'YOUR_API_KEY' ;
16
16
var trackID = 'TRJTLOZ12F09775D41' ;
Original file line number Diff line number Diff line change 6
6
7
7
< body >
8
8
< script src ="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js "> </ script >
9
- < script type ="text/javascript " src ='../remixer .js '> </ script >
9
+ < script type ="text/javascript " src ='../remix .js '> </ script >
10
10
< script type ="text/javascript ">
11
11
12
12
// Hop through the beats of a track using the arrow keys
13
- // You will need to supply your echonest API key, the trackID, and a URL to the track.
13
+ // You will need to supply your Echo Nest API key, the trackID, and a URL to the track.
14
14
// The supplied track can be found in the audio subdirectory.
15
15
var apiKey = 'YOUR_API_KEY' ;
16
16
var trackID = 'TRJTLOZ12F09775D41' ;
Original file line number Diff line number Diff line change 6
6
7
7
< body >
8
8
< script src ="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js "> </ script >
9
- < script type ="text/javascript " src ='../remixer .js '> </ script >
9
+ < script type ="text/javascript " src ='../remix .js '> </ script >
10
10
< script type ="text/javascript ">
11
11
12
12
// First-beat extraction and assembly
13
- // You will need to supply your echonest API key, the trackID, and a URL to the track.
13
+ // You will need to supply your Echo Nest API key, the trackID, and a URL to the track.
14
14
// The supplied track can be found in the audio subdirectory.
15
15
var apiKey = 'YOUR_API_KEY' ;
16
16
var trackID = 'TRJTLOZ12F09775D41' ;
Original file line number Diff line number Diff line change 1
- // Remixer .js
1
+ // Remix .js
2
2
// Thor Kell & Paul Lamere, 12/2012
3
3
// Based on Paul Lamere's Infinite Jukebox and assorted other javascript projects
4
4
You can’t perform that action at this time.
0 commit comments