debug.md (2690B)
1 2 ## Debug 3 Polyphonic volt meter, sample sample & hold, and noise source 4 5 <img src="https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/computerscare-debug-basic.png" width="300" alt="Comptuerscare Debug" /> 6 7 ### Inputs: 8 **Trigger (trg):** When a trigger signal is detected, the voltage at the Input will be placed at the top of the list of voltages, and the voltage at the bottom will be discarded from the display. 9 10 **Input (in):** Any sort of signal you wish to probe. 11 12 **Clear:** Reset the list of voltages back to all zeros. 13 14 ### Buttons: 15 **Trigger (trg):** Manual Trigger 16 17 **Clear (clr):** Manual Clear 18 19 ### Modes of Operation 20 21 There are 3 clock modes (single, internal, poly), and 3 input modes (single, internal, poly). Single uses a single channel. Poly uses the poly channels. Internal clock mode operates Debug at audio rate, and Internal input mode uses a uniform random generator with the range selectable via the right-click menu. The default range for Internal input mode is 0-10v. 22 23 24 **Single Clock, Single Input:** 25 Selected channel clock signal will place the current value of selected input channel signal at line 1 and will discard the last line in the display. 26 27 **Single Clock, Internal Input:** 28 Internal random generator will replace each of the 16 lines of display 29 30 **Single Clock, Poly Input:** 31 Selected channel clock signal will place current value of each input channel in the corresponding line of the display. (channel 4 of input gets recorded on line 4 of the display) 32 33 **Internal Clock, Single Input:** 34 "Realtime" updates whichever input channel is selected. All other output channels remain at their existing values. 35 36 **Internal Clock, Internal Input:** 37 16 channel independent noise source. 38 39 **Internal Clock, Poly Input:** 40 "Realtime" 16-channel poly volt meter 41 42 **Poly Clock, Single Input:** 43 Each clock signal from poly clock input will update the corresponding display/output line with the current value of the selected input channel 44 45 **Poly Clock, Internal Input:** 46 Each clock signal from poly clock will update corresponding display line (a.k.a. output channel) with a random value from the internal generator. 47 48 **Poly Clock, Poly Input:** 49 16-channel sample-and-hold, clocked by poly clock 50 51 52 *Inspired by ML Modules Volt Meter* 53 54 55 ~~~~ 56 ⼛ೊ ⼛蠍ೊ ೊ ⼛ೊ蠍ʬ ⼛ 57 ʬ ʬ 蠍⼛ 蠍ೊ蠍ʬ蠍⼛ 58 蠍 ⼛ೊ⼛ 蠍蠍ೊʬ 蠍 ⼛⼛ 59 60 ⼛ೊ ⼛蠍ೊ ೊ ⼛ೊ蠍ʬ ⼛ 61 ʬ ʬ 蠍⼛ 蠍ೊ蠍ʬ蠍⼛ 62 蠍 ⼛ೊ⼛ 蠍蠍ೊʬ 蠍 ⼛⼛ 63 64 ⼛ೊ ⼛蠍ೊ ೊ ⼛ೊ蠍ʬ ⼛ 65 ʬ ʬ 蠍⼛ 蠍ೊ蠍ʬ蠍⼛ 66 蠍 ⼛ೊ⼛ 蠍蠍ೊʬ 蠍 ⼛⼛ 67 ~~~~