Skip to content

Commit 3209bfd

Browse files
ArthurGibertchmanie
authored andcommitted
fix(manual): more typo corrections
1 parent 18f64cc commit 3209bfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configurator/src/components/ManualTab.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const apps: ManualAppData[] = [
113113
{
114114
jackTitle: "Envelope Output",
115115
jackDescription: "0-10V output range",
116-
faderTitle: "Attack time",
116+
faderTitle: "Decay time",
117117
faderDescription: "Sets the decay time from 0 to 4 sec",
118118
faderPlusShiftTitle: "Attenuation",
119119
faderPlusShiftDescription: "Reduces the output range.",
@@ -180,7 +180,7 @@ const apps: ManualAppData[] = [
180180
"Ranges",
181181
"Octaves",
182182
],
183-
text: "4x16 step sequencer app featuring four independent sequencers, each represented by a distinct color. Each sequencer has two pages, and you can navigate between them using Shift + Buttons. The CV/Gate outputs are paired per sequencer: jacks 1&2 for sequencer 1, 2&3 for sequencer 2, and so on. MIDI channels for each sequencer can be set individually in the parameters. Faders are used to set note values, buttons define the gate pattern, and long button presses enable legato. Shift modifies settings for the selected sequencer: Shift + Fader 1 sets step length, Fader 2 sets gate length, Fader 3 selects octave, Fader 4 defines the sequence range (1–5 octaves), and Fader 5 sets the sequence resolution (32ndT, 32nd, 16thT, 16th, 8thT, 8th, 4thT, 4th). Buttons are used to select pages, with two pages available per sequencer. The output of each sequencer is quantized to the scale set in the global quantizer.",
183+
text: "4x16 step sequencer app featuring four independent sequencers, each represented by a distinct color. Each sequencer has two pages, and you can navigate between them using Shift + Buttons. The CV/Gate outputs are paired per sequencer: jacks 1&2 for sequencer 1, 3&4 for sequencer 2, and so on. MIDI channels for each sequencer can be set individually in the parameters. Faders are used to set note values, buttons define the gate pattern, and long button presses enable legato. Shift modifies settings for the selected sequencer: Shift + Fader 1 sets step length, Fader 2 sets gate length, Fader 3 selects octave, Fader 4 defines the sequence range (1–5 octaves), and Fader 5 sets the sequence resolution (32ndT, 32nd, 16thT, 16th, 8thT, 8th, 4thT, 4th). Buttons are used to select pages, with two pages available per sequencer. The output of each sequencer is quantized to the scale set in the global quantizer.",
184184
channels: [
185185
{
186186
jackTitle: "CV Output",
@@ -561,7 +561,7 @@ const apps: ManualAppData[] = [
561561
description: "Audio amplitude to CV",
562562
color: "Pink",
563563
icon: "env-follower",
564-
params: ["Color"],
564+
params: ["Color", "Range"],
565565
storage: ["Attack", "Attenuvertion", "Offset", "Input Gain"],
566566
text: "This app is an envelope follower with input and output ranges of ±5V. Jack 1 is the input, Jack 2 is the output. It includes offset and attenuverter functionality, making it ideal for driving VCAs or implementing sidechain compression. The attenuverter has a maximum gain of 2x. Main functions include Fader 1 for attack and Fader 2 for decay. Shift + Fader 1 sets offset, Shift + Fader 2 sets attenuvertion. Button 1 kills the offset, Button 2 sets the attenuvertion. Button 1 + Fader 1 adjusts input gain from 1x to 3x.",
567567
channels: [

0 commit comments

Comments
 (0)