We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a455049 commit 75b05bdCopy full SHA for 75b05bd
src/ui/app-shell.tsx
@@ -61,8 +61,11 @@ export function PawdioLabApp() {
61
onRun={() => run(controller.runSweepFrTest())}
62
lastResult={controller.sweepLastResult}
63
monitor={controller.inputMonitor}
64
+ pinkNoisePlaying={controller.pinkNoisePlaying}
65
onStartMonitor={() => run(controller.startInputMonitor())}
66
onStopMonitor={() => run(controller.stopInputMonitor())}
67
+ onStartPinkNoise={() => run(controller.startPinkNoise())}
68
+ onStopPinkNoise={() => run(controller.stopPinkNoise())}
69
onResetPeak={() => run(controller.resetInputMonitorPeak())}
70
/>
71
)}
0 commit comments