-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
137 lines (110 loc) · 6.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pedalboard</title>
<!-- meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="Online guitar pedalboard">
<meta name="keywords" content="guitar rig pedal effect">
<meta name="author" content="Micha Hanselmann">
<link rel="canonical" href="https://deermichel.github.io/pedalboard/">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="https://deermichel.github.io/pedalboard/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://deermichel.github.io/pedalboard/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://deermichel.github.io/pedalboard/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://deermichel.github.io/pedalboard/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://deermichel.github.io/pedalboard/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://deermichel.github.io/pedalboard/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://deermichel.github.io/pedalboard/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://deermichel.github.io/pedalboard/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://deermichel.github.io/pedalboard/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="https://deermichel.github.io/pedalboard/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://deermichel.github.io/pedalboard/favicons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="https://deermichel.github.io/pedalboard/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="https://deermichel.github.io/pedalboard/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="https://deermichel.github.io/pedalboard/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://deermichel.github.io/pedalboard/favicons/manifest.json">
<link rel="mask-icon" href="https://deermichel.github.io/pedalboard/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="https://deermichel.github.io/pedalboard/favicons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Pedalboard">
<meta name="application-name" content="Pedalboard">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="msapplication-TileImage" content="https://deermichel.github.io/pedalboard/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="https://deermichel.github.io/pedalboard/favicons/browserconfig.xml">
<meta name="theme-color" content="#37476d">
<!-- styles -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300" type="text/css">
<link rel="stylesheet" href="css/ionicons.css" type="text/css">
<link rel="stylesheet" href="css/styles.css" type="text/css">
<link rel="stylesheet" href="css/pedal.css" type="text/css">
</head>
<body class="start">
<!-- TODO: better pedal styling (custom font etc.) -->
<!-- TODO: drag function on mobile browsers -->
<!-- TODO: add tuner -->
<!-- header -->
<header>
<div id="title">Pedalboard</div>
</header>
<!-- content -->
<main>
<div id="getready"><i class="icon ion-ios-play"></i></div>
<div id="message">Please allow microphone access.</div>
<div id="intro" class="hideselect">
<p>
<i class="icon ion-ios-mic-outline"></i>
<select id="selectinput" name="inputs"></select>
<span class="tooltip"><i class="icon ion-ios-information-outline"></i>
<span class="tooltiptext">
This is Pedalboard, a web live audio manipulation experiment.
Connect your guitar or mic to your computer using an audio interface.
Depending on your software and hardware configuration, there might be a
noticeable latency (remember - it's an experiment). For best results use
Google Chrome.
</span>
</span>
</p>
</div>
<div id="addpedal"><i class="icon ion-ios-plus-empty"></i></div>
<div id="delpedal"><i class="icon ion-ios-trash-outline"></i></div>
<div id="more"><i class="icon ion-ios-more-outline"></i></div>
<div id="share"><i class="icon ion-ios-upload-outline"></i></div>
<div id="record"></div>
<div id="recordshare">
<i class="icon ion-ios-download-outline"></i>
<i class="icon ion-social-dropbox-outline"></i>
<i class="icon ion-ios-cloud-outline"></i>
<i class="icon ion-ios-close-outline"></i>
<span></span>
</div>
<div id="pedalboard"></div>
<div id="allpedals"></div>
<a id="qrcodelink"><img id="qrcode"></img></a>
<input id="sharelink" readonly>
</main>
<!-- footer -->
<footer>
<span id="copyright">© 2016 Micha Hanselmann.</span>
<span id="footlinks">
<a href="https://github.com/DeerMichel/pedalboard#how-to">Help</a> ∙
<a href="https://github.com/DeerMichel/pedalboard">GitHub</a>
</span>
</footer>
<!-- scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jQuery-Knob/1.2.13/jquery.knob.min.js"></script>
<!-- <script src="js/velocity.js"></script> -->
<script src="js/tone.js"></script>
<!-- <script src="js/lame.js"></script> -->
<script src="https://connect.soundcloud.com/sdk/sdk-3.1.1.js"></script>
<script src="js/recorder.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dropbox.js/0.10.3/dropbox.min.js"></script>
<script src="js/qr.js"></script>
<script src="js/main.js"></script>
<!-- for the noscript guys -->
<noscript>
<h1>Please enable JavaScript.</h1>
</noscript>
</body>
</html>