Skip to content

Commit 75b05bd

Browse files
authored
Add pink noise control to app shell
1 parent a455049 commit 75b05bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ui/app-shell.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,11 @@ export function PawdioLabApp() {
6161
onRun={() => run(controller.runSweepFrTest())}
6262
lastResult={controller.sweepLastResult}
6363
monitor={controller.inputMonitor}
64+
pinkNoisePlaying={controller.pinkNoisePlaying}
6465
onStartMonitor={() => run(controller.startInputMonitor())}
6566
onStopMonitor={() => run(controller.stopInputMonitor())}
67+
onStartPinkNoise={() => run(controller.startPinkNoise())}
68+
onStopPinkNoise={() => run(controller.stopPinkNoise())}
6669
onResetPeak={() => run(controller.resetInputMonitorPeak())}
6770
/>
6871
)}

0 commit comments

Comments
 (0)