Skip to content

Commit

Permalink
lower volume?
Browse files Browse the repository at this point in the history
  • Loading branch information
bewest committed Aug 14, 2016
1 parent 8b71dcd commit 3ca2fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/radio/js/radio.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $(document).ready(function ( ) {
var converter = convert( );
var synth = new Tone.PolySynth(16, Tone.MonoSynth);
// default volume always makes my ears bleed
synth.connect(new Tone.Volume(-26), Tone.Master);
synth.connect(new Tone.Volume(-36), Tone.Master);
synth.toMaster();
Tone.Transport.timeSignature = [ 3, 2 ];
Tone.Transport.bpm = 220;
Expand Down

0 comments on commit 3ca2fee

Please sign in to comment.