From 9e665cf7e07a333e6c9921d301adb5c8905916fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 11 Mar 2025 14:27:03 -0300 Subject: [PATCH] Fixed duplicated word plus minor typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2caa49b..956d9e6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ We have tried to make the VCV implementations as authentic as possible, however * The hardware version of Morphader accepts 0-8V CV for the crossfade control, here we widen this to accept 0-10V. -* Chopping Kinky hardward is DC coupled, but we add the option (default disabled) to remove this offset. +* Chopping Kinky hardware is DC coupled, but we add the option (default disabled) to remove this offset. * See [docs/Muxlicer.md](docs/Muxlicer.md) @@ -28,6 +28,6 @@ We have tried to make the VCV implementations as authentic as possible, however * to limit the pulsewidth from 5% to 95% (hardware is full range) * to remove DC from the pulse waveform output (hardware contains DC for non-50% duty cycles) -* MotionMTR optionally doesn't use the 10V normalling on inputs if in audio mode to avoid acidentally adding unwanted DC to audio signals, see context menu. E.g. if you temporarily unpatch an audio source whilst using it it mixer mode, you get 10V DC suddenly and a nasty pop. +* MotionMTR optionally doesn't use the 10V normalling on inputs if in audio mode to avoid accidentally adding unwanted DC to audio signals, see context menu. E.g. if you temporarily unpatch an audio source whilst using it it mixer mode, you get 10V DC suddenly and a nasty pop. -* Burst hardware version version can also set the tempo by tapping the encoder, this is not possible in the VCV version. \ No newline at end of file +* Burst hardware version can also set the tempo by tapping the encoder, this is not possible in the VCV version.