diff --git a/public/manifest.json b/public/manifest.json
index 080d6c7..1f2f141 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -6,16 +6,6 @@
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
- },
- {
- "src": "logo192.png",
- "type": "image/png",
- "sizes": "192x192"
- },
- {
- "src": "logo512.png",
- "type": "image/png",
- "sizes": "512x512"
}
],
"start_url": ".",
diff --git a/src/App.js b/src/App.js
index 5abc415..8666f22 100644
--- a/src/App.js
+++ b/src/App.js
@@ -8,7 +8,7 @@ function App() {
return false;
};
return (
-
+
diff --git a/src/features/editor/Timbre.js b/src/features/editor/Timbre.js
index f33829e..37b2974 100644
--- a/src/features/editor/Timbre.js
+++ b/src/features/editor/Timbre.js
@@ -13,10 +13,10 @@ import { selectById } from './timbreSlice.js';
export default function Timbre(props) {
const ids = useSelector((state) => selectById(state, props.id));
return (
-
+
);
}
diff --git a/src/features/editor/card.js b/src/features/editor/card.js
index feac6de..eb7e4e7 100644
--- a/src/features/editor/card.js
+++ b/src/features/editor/card.js
@@ -1,16 +1,17 @@
-export default function Card(props = { className: 'col-span-2' }) {
+export default function Card(props) {
return (
-
-
+ ' mb-4 mr-4 flex flex-col justify-start border border-gray-300 rounded-md shadow-md bg-white'
+ }
+ >
+
-
diff --git a/src/features/editor/index.js b/src/features/editor/index.js
index d6a2b71..53554be 100644
--- a/src/features/editor/index.js
+++ b/src/features/editor/index.js
@@ -6,7 +6,7 @@ import { useSelector } from 'react-redux';
export default function Editor() {
const activeTab = useSelector((state) => state.parameters.activeTab);
return (
-
+
{activeTab === 'Timbre1' ?
: null}
{activeTab === 'Timbre2' ?
: null}
{activeTab === 'Vocoder' ?
: null}
diff --git a/src/features/editor/parameters/Amp.js b/src/features/editor/parameters/Amp.js
index 7e68086..759258f 100644
--- a/src/features/editor/parameters/Amp.js
+++ b/src/features/editor/parameters/Amp.js
@@ -10,8 +10,8 @@ export default function Amp(props) {
return (
-
-
+
+
Amp Level
-
-
-
+
+
Keyboard Track
-
+
Distortion
{
return (
-
-
+
+
Amp Level
{
}
/>
-
-
-
+
+
Keyboard Track
{
}
/>
-
+
Distortion
-
+
Filter Type
-
+
Cutoff
diff --git a/src/features/editor/parameters/LFO.js b/src/features/editor/parameters/LFO.js
index 639ebed..7718bc4 100644
--- a/src/features/editor/parameters/LFO.js
+++ b/src/features/editor/parameters/LFO.js
@@ -10,10 +10,10 @@ export default function LFO(props) {
return (
-
+
LFO Waveform
-
+
Key Sync
-
-
-
Tempo Sync
-
+
+
+
Tempo Sync
+
@@ -58,7 +58,7 @@ export default function LFO(props) {
}
/>
-
+
Frequency
-
-
-
Volume 1
+
+
+
+
Volume 1
-
-
Volume 2
+
+
Volume 2
-
-
Volume 3
+
+
Volume 3
{
return (
-
+
Source