Skip to content

Version 1.1 - "Campestria Versio"

Compare
Choose a tag to compare
@digitalartifactmusic digitalartifactmusic released this 05 Mar 23:40
· 23 commits to main since this release
62be2f3

Version 1.1

noiseengineering-desmodus-1-ctrlmod_c22fab38-372f-4db7-bfc0-5aa774dc08c8

Follow this link to program your Versio with the files below!

https://electro-smith.github.io/Programmer/

If you're on WIndows, read this to reset your USB driver for use with programming the Versio:

https://github.com/electro-smith/DaisyWiki/wiki/Using-Zadig-to-Reset-USB-Driver-(Windows-Only)

Fixes:

  • Optimizations across the board.

  • Changed some of the gain controls. See below.

  • Changed how inputs and outputs are handled to be as faithful to Valley's Plateau as possible

  • More elegant approach to denoising sensitive knobs using one pole LPFs

To-do:

  • Save gain and filter settings on power down.

  • Create demo video

Controls

  • Blend -> Mix
  • Regen -> Decay
  • Size -> Size
  • Speed -> Mod Speed
  • Index -> Mod Depth
  • Dense -> Pre-delay
  • FSU Quick Press -> Change gain mode. See below for modes and what the LEDs mean.
  • FSU Hold Press -> Display current gain mode on LEDs. Again, see below.
Mode 1: Output -> Soft Limit -> Output
Mode 2: Output -> Soft Limit -> 77.8% Hard Limit -> Output
Mode 3: Output -> 100% Hard Limit -> Output
Mode 4: Output -> 85% Hard Limit -> Output
Mode 5: Output -> 100% Hard Limit -> 120% Amplification -> Soft Limit -> Output
Mode 6: Output -> 85% Hard Limit -> 120% Amplification -> Soft Limit -> Output
Mode 7: Output -> 120% Amplification -> Soft Limit -> 77.8% Hard Limit -> Output
Mode 8: Output -> 120% Amplification ->100% Hard Limit -> Soft Limit -> Output
Mode 9: Output -> 120% Amplification -> 85% Hard Limit -> Soft Limit -> Output
Mode 10: Output -> 120% Amplification ->100% Hard Limit -> Output
Mode 11: Output -> 120% Amplification -> 85% Hard Limit -> Output
Binary representations:
1: 0001
2: 0010
3: 0011
4: 0100
5: 0101
6: 0110
7: 0111
8: 1000
9: 1001
10: 1010
11: 1011
- Ones represent LED on, zeros represent LED off
  • Tone -> Different functionalities depending on switch positions:
Switch 1          Switch 2          Knob Control
----------------------------------------------------------
Left              Middle            Input Volume (1x - 8x)
Right             Middle            Output Volume (0.25x - 1x)
Middle            Middle            Decay Ramp Volume (When decay is high, volume lower, decay low, volume higher, 0% Tone is 1x)
Left              Left              Input High Pass/Low Cut
Right             Left              Input Low Pass/High Cut
Left              Right             Reverb Tank High Pass/Low Cut
Right             Left              Reverb Tank Low Pass/High Cut
All parameters making use of the tone knob only update once the tone knob is changing that setting and it goes past the previous value.
This is to avoid annoyances with parameters experiencing unwanted changes.