Skip to content

Commit

Permalink
File renaming and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dribnet committed Sep 10, 2019
1 parent ad873d3 commit 4d809e9
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 126 deletions.
1 change: 0 additions & 1 deletion .block

This file was deleted.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<script language="javascript" type="text/javascript" src="lib/p5.sound.js"></script>
<script language="javascript" type="text/javascript" src="lib/taira.js"></script>
<script language="javascript" type="text/javascript" src="z_purview_helper.js"></script>
<script language="javascript" type="text/javascript" src="music_settings.js"></script>
<script language="javascript" type="text/javascript" src="music.js"></script>
<script language="javascript" type="text/javascript" src="music_runner.js"></script>
<script language="javascript" type="text/javascript" src="system_settings.js"></script>
<script language="javascript" type="text/javascript" src="music_starter.js"></script>
<script language="javascript" type="text/javascript" src="system_runner.js"></script>

<style>
body { padding: 0; margin: 0; }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions music.js → music_starter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// vocal, drum, bass, and other are volumes ranging from 0 to 100
function draw_one_frame(vocal, drum, bass, other) {
background(20);
rectMode(CENTER);
Expand Down
Binary file removed preview.jpg
Binary file not shown.
46 changes: 0 additions & 46 deletions sketch.js

This file was deleted.

6 changes: 0 additions & 6 deletions music_runner.js → system_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,4 @@ function keyTyped() {
if (key == '0') {
song.setVolume(1.0);
}
if (key == '!') {
saveBlocksImages();
}
else if (key == '@') {
saveBlocksImages(true);
}
}
File renamed without changes.
Binary file removed thumbnail.png
Binary file not shown.
70 changes: 0 additions & 70 deletions z_purview_helper.js

This file was deleted.

0 comments on commit 4d809e9

Please sign in to comment.