Skip to content

Commit

Permalink
Bigger keyboard UI
Browse files Browse the repository at this point in the history
  • Loading branch information
zxqx committed Feb 14, 2016
1 parent 0ddf990 commit 57f86a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/containers/ThreeOscSynthUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class ThreeOscSynthUI extends React.Component

return (
<div className="three-osc-synth">
<Keyboard octaves={4} startingOctave={2}
<Keyboard octaves={3} startingOctave={2}
onKeypress={[
osc1::osc1.setFrequency,
osc2::osc2.setFrequency,
Expand Down
1 change: 1 addition & 0 deletions style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ body {
.keyboard {
padding: 0 0 5px 5px;
clear: both;
zoom: 1.3;
}

.frequency-analyzer {
Expand Down

0 comments on commit 57f86a1

Please sign in to comment.