21
21
< div id ="toolBar ">
22
22
< ul id ="menuBar ">
23
23
< li style =" text-align: center; color: white; font-family: 'Staatliches', cursive; overflow: hidden; "> < h1 > JJ STUDIO </ h1 > </ li >
24
- < li > < button class ="menuButton "> Save</ button > </ li >
24
+ <!-- < li> <button class="menuButton"> Save</button></li>
25
25
<li> <button class="menuButton"> Load</button></li>
26
26
<li> <button class="menuButton"> View </button></li>
27
27
<li> <button class="menuButton"> Edit</button></li>
28
- < li > < button class ="menuButton "> About </ button > </ li >
28
+ <li><button class="menuButton"> About </button></li> -->
29
29
</ ul >
30
30
31
31
< div id ="playListInfoBar ">
@@ -34,10 +34,10 @@ <h3 class="input-info"> BPM: </h3>
34
34
< input type ="number " id ="bpm-display " min ="10 " max ="300 " class ="user-input ">
35
35
</ div >
36
36
37
- < div class ="input-container ">
37
+ <!-- < div class="input-container">
38
38
<h3 class="input-info"> Time Signature: </h3>
39
39
<input type="text" id="time-signature-display" placeholder="4/4" disabled class="user-input">
40
- </ div >
40
+ </div> -->
41
41
42
42
< div class ="input-container ">
43
43
< h3 class ="input-info "> Current Time: </ h3 >
@@ -68,7 +68,7 @@ <h3> Enter JSON Key: </h3>
68
68
69
69
< div id ="windowSelection ">
70
70
< button class ="windowSelectionButton " id ="channel-rack-selection-button "> Channel Rack </ button >
71
- < button class ="windowSelectionButton " id ="piano-rack-selection-button "> Piano Rack </ button >
71
+ <!-- < button class="windowSelectionButton" id="piano-rack-selection-button"> Piano Rack </button> -- >
72
72
< button class ="windowSelectionButton " id ="saved-patterns-selection-button "> Saved Patterns </ button >
73
73
</ div >
74
74
</ div >
@@ -98,6 +98,7 @@ <h1 style="font-size: 10px; color: white; user-select: none; "> Channel Rack </h
98
98
< button type ="button " id ="channelRack_playButton " class ="status-indicator "> ▶ </ button >
99
99
< button type ="button " id ="channelRack_stopButton " class ="status-indicator "> ■ </ button >
100
100
< button type ="button " id ="channelRack_resetButton " class ="status-indicator "> ↺ </ button >
101
+ < button type ="button " id ="channelRack_clearButton " class ="status-indicator "> Clear </ button >
101
102
< button type ="button " id ="channelRack-saveButton " class ="status-indicator "> Save </ button >
102
103
103
104
< button type ="button " class ="closeButton "> X </ button >
@@ -112,7 +113,7 @@ <h1 style="font-size: 10px; color: white; user-select: none; "> Channel Rack </h
112
113
113
114
114
115
< div class ="bottomBar ">
115
- < button class ="addSoundButton "> Add Sound </ button >
116
+ <!-- < button class="addSoundButton"> Add Sound </button> -- >
116
117
< div class ="input-container ">
117
118
< h3 class ="input-info " style ="margin: 0; "> Pattern Name: </ h3 >
118
119
< input type ="text " class ="user-input " id ="channel-rack-name-input " placeholder ="">
@@ -168,7 +169,7 @@ <h2> Search: </h2>
168
169
169
170
</ div >
170
171
</ div >
171
- < div class ="radial-menu-selection ">
172
+ <!-- < div class="radial-menu-selection">
172
173
<div class="content">
173
174
W.I.P
174
175
</div>
@@ -177,7 +178,7 @@ <h2> Search: </h2>
177
178
<div class="content">
178
179
W.I.P
179
180
</div>
180
- </ div >
181
+ </div> -->
181
182
</ div >
182
183
183
184
< div id ="page-load ">
0 commit comments