Skip to content

Commit f521d13

Browse files
committed
draft audio
1 parent d85d3c9 commit f521d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/portfolio/audio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class AudioPage extends Component<{}, State> {
1515
componentDidMount() {
1616
navigator.requestMIDIAccess().then(async ({ inputs }) => {
1717
const Tone = await import('tone');
18-
const synth = new Tone.PolySynth(10);
18+
const synth = new Tone.PolySynth(100);
1919

2020
synth.toMaster();
2121

0 commit comments

Comments
 (0)