Skip to content

Commit

Permalink
more params....
Browse files Browse the repository at this point in the history
  • Loading branch information
blechdom committed Dec 2, 2023
1 parent fc70451 commit d245bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ThreeOhThree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const ThreeOhThree = () => {
return (
<>
<h3>This synth requires <a href="chrome://flags/#enable-webgpu-developer-features">chrome://flags/#enable-webgpu-developer-features</a> flag to be enabled</h3>
You may need to copy/paste the URL into the searchbar and restart chrome, the return to this page. If you lose control, refresh the page.<br /><br />
You may need to copy/paste the chrome flags URL into the searchbar and restart chrome, then return to this page. If you lose control, refresh the page.<br /><br />
<button onClick={() => setPlaying(!playing)}><h2>{playing ? "STOP" : "PLAY"} 303 EMULATOR FROM WEBGPU</h2></button>
<KnobsFlexBox>
<KnobParamLabel
Expand Down

0 comments on commit d245bb5

Please sign in to comment.