Skip to content

Commit

Permalink
✨ add extra bling
Browse files Browse the repository at this point in the history
  • Loading branch information
fuczak committed Dec 1, 2015
1 parent 18188ea commit be87344
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</div>
<div class="col-md-6">
<div ng-include="'views/master.html'"></div>
<h1 class="logo text-center"><span class="glyphicon glyphicon-scale"></span> RumcaJS <span class="text-small text-muted">Polyphonic Angular Synthesizer</span></h1>
</div>
</div>
<div class="row">
Expand All @@ -56,7 +57,6 @@
<div ng-include="'views/chorus.html'"></div>
</div>
</div>
<h2 class="logo"><span class="glyphicon glyphicon-scale"></span> RumcaJS <span class="text-small text-muted">Polyphonic Angular Synthesizer</span></h2>
</div>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ hr {
}
.logo {
color: #fff;
text-shadow: 0px 3px #000;
}
.text-small {
font-size: 10px;
Expand All @@ -50,6 +51,7 @@ hr {
box-shadow: 0 0 0 1px darken($brand-success, 5%) inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 4px 0 0 darken($brand-success, 2%), 0 8px 8px 1px rgba(0,0,0,0.5);
}
.synth {
margin: 15px 0;
background-color: $brand-success;
border: none;
box-shadow: 0 0 0 1px darken($brand-success, 5%) inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 20px 0 0 darken($brand-success, 2%), 0 8px 8px 1px rgba(0,0,0,0.5);
Expand Down
2 changes: 0 additions & 2 deletions app/views/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ <h3 class="panel-title">
<div class="panel-body">
<label>Osc 1 / Osc 2 Mix</label>
<input type="range" ng-model="dsp.oscMix" min="0" max="100" step="1">
<label>Dist Amount</label>
<input type="range" ng-model="dsp.distortion.amount" min="0" max="100" step="1">
<hr>
<label>Master Volume</label>
<input type="range" ng-model="dsp.master.gain.value" min="0" max="1" step="0.01">
Expand Down

0 comments on commit be87344

Please sign in to comment.