diff --git a/src/App.css b/src/App.css index 1075afe..663636f 100644 --- a/src/App.css +++ b/src/App.css @@ -58,4 +58,9 @@ .unselected { font-size: medium; +} + +.midi-settings-container { + display: grid; + grid-template-columns: auto auto; } \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index aade763..2a02f64 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -72,7 +72,9 @@ function App() { function pause(milliseconds: number) { const futureTime = new Date().getTime() + milliseconds; - while (futureTime >= new Date().getTime()) {} + while (futureTime >= new Date().getTime()) { + // Intentionally left blank because it's just pausing. + } } const bankList = makeList(10) @@ -113,8 +115,16 @@ function App() { return ( <> - - +
+
MIDI DEVICE
+
MIDI CHANNEL
+
+ +
+
+ +
+
PATCH: