+
{`${props.name}`}
+
+ Pan 1
+
+ dispatch(
+ parameterUpdated({
+ id: props.id,
+ changes: { pan1: value },
+ })
+ )
+ }
+ />
+ Pan 2
+
+ dispatch(
+ parameterUpdated({
+ id: props.id,
+ changes: { pan2: value },
+ })
+ )
+ }
+ />
+ Pan 3
+
+ dispatch(
+ parameterUpdated({
+ id: props.id,
+ changes: { pan3: value },
+ })
+ )
+ }
+ />
+ Pan 4
+
+ dispatch(
+ parameterUpdated({
+ id: props.id,
+ changes: { pan4: value },
+ })
+ )
+ }
+ />
+
+
+
+ Pan 5
+
+ dispatch(
+ parameterUpdated({
+ id: props.id,
+ changes: { pan5: value },
+ })
+ )
+ }
+ />
+ Pan 6
+
+ dispatch(
+ parameterUpdated({
+ id: props.id,
+ changes: { pan6: value },
+ })
+ )
+ }
+ />
+ Pan 7
+
+ dispatch(
+ parameterUpdated({
+ id: props.id,
+ changes: { pan7: value },
+ })
+ )
+ }
+ />
+ Pan 8
+
+ dispatch(
+ parameterUpdated({
+ id: props.id,
+ changes: { pan8: value },
+ })
+ )
+ }
+ />
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/features/timbre/parameters/Patches.js b/src/features/timbre/parameters/Patches.js
index 27e4f54..4932472 100644
--- a/src/features/timbre/parameters/Patches.js
+++ b/src/features/timbre/parameters/Patches.js
@@ -72,6 +72,7 @@ export default function Patches(props) {
return (
+
{`${props.name}`}
diff --git a/src/features/timbre/parameters/Pitch.js b/src/features/timbre/parameters/Pitch.js
index ab1b36d..f998d66 100644
--- a/src/features/timbre/parameters/Pitch.js
+++ b/src/features/timbre/parameters/Pitch.js
@@ -10,6 +10,7 @@ export default function Pitch(props) {
return (
+
{`${props.name}`}
Voice Assign
+ {`${props.name}`}
Waveform
{
return (
+ {`${props.name}`}
Gate