Browse Source

Merge commit 'c5a1791e6c9935bcb6dc2e389558fd2e213166e5' into v2

pull/63/head
hemmer 1 month ago
parent
commit
6068db9d87
2 changed files with 14 additions and 3 deletions
  1. +3
    -3
      README.md
  2. +11
    -0
      docs/Oneiroi.md

+ 3
- 3
README.md View File

@@ -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.
* Burst hardware version can also set the tempo by tapping the encoder, this is not possible in the VCV version.

+ 11
- 0
docs/Oneiroi.md View File

@@ -2,6 +2,15 @@

Based on [Befaco Oneiroi](http://www.befaco.org/oneiroi) Eurorack module. For the official manual, see [here](https://befaco.org/docs/Oneiroi/Oneiroi_User_Manual.pdf).

## Changelog

### v2.0.1
* Fixed issues where looper buffer wasn't restored on Windows
* Add option to never randomise pitch
* Random button led brightness now reflects length of the slewing applied

### v2.0.0
* Initial release

## Differences with hardware

@@ -14,3 +23,5 @@ Based on [Befaco Oneiroi](http://www.befaco.org/oneiroi) Eurorack module. For th
* As yet, slew of parameter values on randomize is not supported

![Oneiroi](img/Oneiroi.png)



Loading…
Cancel
Save