Skip to content

Commit 2fa157e

Browse files
committed
Rename things.
1 parent b95a4ef commit 2fa157e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/assemble.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<body>
88
<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>
1010
<script type="text/javascript">
1111

1212
// 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.
1414
// The supplied track can be found in the audio subdirectory.
1515
var apiKey = 'YOUR_API_KEY';
1616
var trackID = 'TRJTLOZ12F09775D41';

examples/driver.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<body>
88
<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>
1010
<script type="text/javascript">
1111

1212
// 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.
1414
// The supplied track can be found in the audio subdirectory.
1515
var apiKey = 'YOUR_API_KEY';
1616
var trackID = 'TRJTLOZ12F09775D41';

examples/one.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<body>
88
<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>
1010
<script type="text/javascript">
1111

1212
// 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.
1414
// The supplied track can be found in the audio subdirectory.
1515
var apiKey = 'YOUR_API_KEY';
1616
var trackID = 'TRJTLOZ12F09775D41';

remixer.js remix.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Remixer.js
1+
// Remix.js
22
// Thor Kell & Paul Lamere, 12/2012
33
// Based on Paul Lamere's Infinite Jukebox and assorted other javascript projects
44

0 commit comments

Comments
 (0)