sounds:disting_ex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sounds:disting_ex [2023-10-24 23:44] – filled out parameters for C- algorithms asdfsounds:disting_ex [2023-10-25 01:10] (current) – added I/O for G- algorithms asdf
Line 301: Line 301:
 ==== D-1: DJ filter ==== ==== D-1: DJ filter ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | L input 
-^ Y |  +^ Y | R input 
-^ Z |  |+^ Z | filter cutoff |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | L output 
-^ B |  |+^ B | R output |
  
 ==== D-2: Tape delay ==== ==== D-2: Tape delay ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | audio input 
-^ Y |  +^ Y | tape speed 
-^ Z |  |+^ Z | feedback |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | output according to mode 
-^ B |  |+^ B | output according to mode | 
 + 
 +The Y voltage-to-speed is scaled like so: -4 V = 1/2 speed, 0 V = 1x speed, and +8 V = 2x speed.  
 + 
 +Outputs can follow one of three modes, selected by parameter 3: 
 + 
 +  * A is mix, B is delay only 
 +  * A and B are mix 
 +  * A and B are delay only
  
 ==== D-3: Waveform animator ==== ==== D-3: Waveform animator ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | audio input 
-^ Y |  +^ Y | threshold 
-^ Z |  |+^ Z | separation |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | animated output 
-^ B |  |+^ B | square waves output |
  
 ==== D-4: State-variable filter ==== ==== D-4: State-variable filter ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | audio input 
-^ Y |  +^ Y | cutoff frequency 
-^ Z |  |+^ Z | filter type |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | filtered output (LP->BP->HP) 
-^ B |  |+^ B | filtered output (HP->BP->LP) |
  
 ==== D-5: LP/HP filter ==== ==== D-5: LP/HP filter ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | audio input 
-^ Y |  +^ Y | filter cutoff 
-^ Z |  |+^ Z | filter resonance |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | LPF output 
-^ B |  |+^ B | HPF output |
  
 ==== D-6: LP/BP filter ==== ==== D-6: LP/BP filter ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | audio input 
-^ Y |  +^ Y | filter cutoff 
-^ Z |  |+^ Z | filter resonance |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | LPF output 
-^ B |  |+^ B | BPF output | 
  
 ==== D-7: BP/HP filter ==== ==== D-7: BP/HP filter ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | audio input 
-^ Y |  +^ Y | filter cutoff 
-^ Z |  |+^ Z | filter resonance |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | BPF output 
-^ B |  |+^ B | HPF output | 
  
 ==== D-8: BP/notch filter ==== ==== D-8: BP/notch filter ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | audio input 
-^ Y |  +^ Y | filter cutoff 
-^ Z |  |+^ Z | filter resonance |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | BPF output 
-^ B |  |+^ B | notch filter output |
  
 ==== E-1: AR envelope ==== ==== E-1: AR envelope ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | trigger input 
-^ Y |  +^ Y | trigger input 
-^ Z |  |+^ Z | envelope times; (press) trigger |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | envelope output 
-^ B |  |+^ B | envelope output | 
 + 
 +This is not a dual envelope generator; a trigger received on either X or Y will cause both A and B to output the same envelope. However, each can be attenuverted separately via parameters 2 and 3. With parameter 2 set to 41, output A becomes an end-of-cycle trigger (10 ms at 5 V).  
 + 
 +Trigger mode (parameter 0) sets the envelope type. In trigger mode 0, the envelope will rise and stay high as long as the trigger is high (AR). In trigger mode 1, the envelope will decay immediately after the attack (AD). In trigger mode 2, the envelope will continually complete attack/decay cycles as long as the trigger is high (looped AD). Think the gate, trigger, and loop modes of the [[.:Pip Slope]], respectively.
  
 ==== E-2: AR envelope & VCA ==== ==== E-2: AR envelope & VCA ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | trigger input 
-^ Y |  +^ Y | VCA (signal) input 
-^ Z |  |+^ Z | envelope times; (press) trigger |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | envelope output 
-^ B |  |+^ B | VCA output | 
 + 
 +Trigger modes (parameter 0) 0--2 are as in [[#E-1: AR envelope]]. These are repeated for modes 3--5 and 6--8 except the trigger source is taken from the tracked envelope of input X and input Y, respectively. 
  
 ==== E-3: Dual AR envelope ==== ==== E-3: Dual AR envelope ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | trigger A 
-^ Y |  +^ Y | trigger B 
-^ Z |  |+^ Z | envelope times; (press) trigger) |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | envelope A 
-^ B |  |+^ B | envelope B | 
 + 
 +Unlike [[#E-1: AR envelope]], this algorithm generates two independently-triggered envelopes. Though they share timing, trigger mode, and attack and release shapes, their attenuversion and offsets can be set separately.  
 + 
 +Trigger modes are the same as for [[#E-1: AR envelope]]. 
  
 ==== E-4: Stereo compressor ==== ==== E-4: Stereo compressor ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | L input 
-^ Y |  +^ Y | R input 
-^ Z |  |+^ Z | compression ratio |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | L output 
-^ B |  |+^ B | R output |
  
 ==== E-5: Sidechain compressor ==== ==== E-5: Sidechain compressor ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | L input 
-^ Y |  +^ Y | R input 
-^ Z |  |+^ Z | side-chain input |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | L output 
-^ B |  |+^ B | R output | 
 + 
 +If input Z is audio, the Z knob should be set to center. 
  
 ==== E-6: Mono compressor ==== ==== E-6: Mono compressor ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | audio input 
-^ Y |  +^ Y | side-chain input 
-^ Z |  |+^ Z | compression ratio |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | audio output 
-^ B |  |+^ B | gain reduction output |
  
 ==== E-7: Euro to Buchla converter ==== ==== E-7: Euro to Buchla converter ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | V/octave 
-^ Y |  +^ Y | gate in 
-^ Z |  |+^ Z | tune $\pm 0.5$ octaves |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | 1.2 V/octave output 
-^ B |  |+^ B | gate/trigger output |
  
 ==== E-8: Buchla to Euro converter ==== ==== E-8: Buchla to Euro converter ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | 1.2 V/octave input 
-^ Y |  +^ Y | gate/trigger input 
-^ Z |  |+^ Z | tune $\pm 0.5$ octaves |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | 1 V/octave output 
-^ B |  |+^ B | trigger output |
  
 ==== F-1: Clockable AD envelope (with mute) ==== ==== F-1: Clockable AD envelope (with mute) ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | clock in 
-^ Y |  +^ Y | mute in 
-^ Z |  |+^ Z | envelope shape |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | envelope output 
-^ B |  |+^ B | envelope output | 
 + 
 +Z varies the envelope shape from short-attack/long-decay to long-attack/short-decay. A and B output the same envelope but can be attenuverted separately. 
  
 ==== F-2: Clockable AD envelope (with gate) ==== ==== F-2: Clockable AD envelope (with gate) ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | clock in 
-^ Y |  +^ Y | gate in 
-^ Z |  |+^ Z | envelope shape |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | envelope output 
-^ B |  |+^ B | envelope output | 
 + 
 +The envelope is looped once per clock cycle as long as the gate is high. 
  
 ==== F-3: Clockable AD envelope (with trigger) ==== ==== F-3: Clockable AD envelope (with trigger) ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | clock in 
-^ Y |  +^ Y | trigger in 
-^ Z |  |+^ Z | envelope shape |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | envelope output 
-^ B |  |+^ B | envelope output |
  
 ==== F-4: Clockable AD envelope & VCA ==== ==== F-4: Clockable AD envelope & VCA ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | clock in 
-^ Y |  +^ Y | VCA (signal) in 
-^ Z |  |+^ Z | envelope shape |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | envelope output 
-^ B |  |+^ B | VCA output |
  
-==== F-5: Shift register (random CVs) ====+The envelope is continuously output on each clock cycle. 
  
 +==== F-5: Shift register (random CVs) ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X | clock | +^ X | clock in 
-^ Y | modify CV |+^ Y | modify |
 ^ Z | randomness | ^ Z | randomness |
 ^ Outputs ^^ ^ Outputs ^^
 ^ A | unipolar output | ^ A | unipolar output |
 ^ B | bipolar output or trigger | ^ B | bipolar output or trigger |
 +
  
 ==== F-6: Shift register (quantized CVs) ==== ==== F-6: Shift register (quantized CVs) ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | clock in 
-^ Y |  +^ Y | modify 
-^ Z |  |+^ Z | randomness |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | quantized CV 
-^ B |  |+^ B | trigger output |
  
 ==== F-7: Shift register (triggers) ==== ==== F-7: Shift register (triggers) ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | clock in 
-^ Y |  +^ Y | modify 
-^ Z |  |+^ Z | randomness; (press) modify sequence) |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | trigger on high bit 
-^ B |  |+^ B | trigger on low bit |
  
 ==== F-8: Shift register (dual triggers) ==== ==== F-8: Shift register (dual triggers) ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | clock in 
-^ Y |  +^ Y | modify 
-^ Z |  |+^ Z | randomness |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | trigger A 
-^ B |  |+^ B | trigger B |
  
 ==== G-1: ES-1 emulation ==== ==== G-1: ES-1 emulation ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | input $X$ 
-^ Y |  +^ Y | input $Y$ 
-^ Z |  |+^ Z | trim |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | output A 
-^ B |  |+^ B | output B |
  
 ==== G-2: ES-2 emulation ==== ==== G-2: ES-2 emulation ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | input $X$ 
-^ Y |  +^ Y | input $Y$ 
-^ Z |  |+^ Z | trim |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | output A 
-^ B |  |+^ B | output B |
  
 ==== G-3: Pitch reference ==== ==== G-3: Pitch reference ====
Line 540: Line 568:
 ^ X | n/a | ^ X | n/a |
 ^ Y | n/a | ^ Y | n/a |
-^ Z | output amplitude |+^ Z | output amplitudes |
 ^ Outputs ^^ ^ Outputs ^^
 ^ A | sine output | ^ A | sine output |
Line 547: Line 575:
 ==== G-4: Frequency reference ==== ==== G-4: Frequency reference ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | n/a 
-^ Y |  +^ Y | n/a 
-^ Z |  |+^ Z | output amplitudes |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | sine output 
-^ B |  |+^ B | square output |
  
 ==== G-5: Tuner ==== ==== G-5: Tuner ====
Line 567: Line 595:
 ==== G-6: Clock ==== ==== G-6: Clock ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | clock in 
-^ Y |  +^ Y | run/stop input 
-^ Z |  |+^ Z | ratchet; (press) start/stop or tap tempo | 
 +^ MIDI | yes |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | clock out 
-^ B |  |+^ B | clock out | 
 +^ MIDI | yes |
  
 ==== G-7: MIDI/CV ==== ==== G-7: MIDI/CV ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | n/a 
-^ Y |  +^ Y | n/a 
-^ Z |  |+^ Z | n/a |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | pitch CV 
-^ B |  |+^ B | gate |
  
 ==== G-8: CV/MIDI ==== ==== G-8: CV/MIDI ====
 ^ Inputs ^^ ^ Inputs ^^
-^ X |  +^ X | pitch CV 
-^ Y |  +^ Y | gate 
-^ Z |  |+^ Z | mod wheel or velocity CV |
 ^ Outputs ^^ ^ Outputs ^^
-^ A |  +^ A | 
-^ B |  |+^ B | |
  
 ==== H-1: Crossfade/pan ==== ==== H-1: Crossfade/pan ====
  • sounds/disting_ex.1698191096.txt.gz
  • Last modified: 2023-10-24 23:44
  • by asdf