diff --git a/src/showplanner/index.tsx b/src/showplanner/index.tsx index f8e4ce7..5dd594c 100644 --- a/src/showplanner/index.tsx +++ b/src/showplanner/index.tsx @@ -291,7 +291,18 @@ function LibraryColumn() { function MicControl() { const state = useSelector((state: RootState) => state.mixer.mic); + const [gotMicList, setGotMicList] = useState(false); const dispatch = useDispatch(); + + if (gotMicList == false){ + console.log(navigator.mediaDevices.enumerateDevices()) + setGotMicList(true) + } + + function reduceToInputs(){ + + } + return (