welcome: please sign in
location: Diff for "RWsynthENV"
Differences between revisions 2 and 3
Revision 2 as of 2020-03-13 12:36:20
Size: 3381
Editor: guest
Comment:
Revision 3 as of 2020-03-14 12:20:30
Size: 3380
Editor: guest
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=== Rhythym Wolf Bass Synth Envelope === === Rhythm Wolf Bass Synth Envelope ===

Rhythm Wolf Bass Synth Envelope

[[|Schematic]]

It seems like the intent here was to make both lin and exp envlopes, with the exp going to the VCA, and the lin for the VCF. Since there is no exponential converter on the VCF, the lin envelope makes for a really weak filter sweep. It spends a relatively smaller amount of time in the lower range, near the cutoff frequency. There are 3 accent levels (the 4th accent level is "off"). These are evenly spaced between 0 and 10V. The accent and trigger signals arrive at the same time, with the trigger ending first. i'm not sure why there are 2 signals here, but its handy; if you wanted to add a manual accent knob, you would drive U27B with your accent voltage. The gate signal is even more bizarre, in that it has PWM on the first 5ms. im not sure if this is intentional, or just some artifact of the way the signals are multiplexed. i'm assuming the former, as it gets multiplexed the same way as the other signals. This PWM signal has no effect on the remainder of the circuit, as its over-ridden by the accent/trigger signal where they come together at R312. But, if it were PWM'd after key-up, then you could have digital control of the decay time. The existance and size of C155 suggests that pwm was intended here. If you dont want your envelopes to be gated, you can just remove R311, and instead put a 10k to ground there. Q44 follows the accent voltage to charge C147, while at the same time Q47 is turned off to disengage the decay pot. This sets the min time before decay to 4ms (the trigger time).

The decay time on the VCA envelope is crazy long: 45s! Reducing C147 would fix this. Another odd thing here is that its a linear pot. Typically log pots are used for time and frequency control. There are mostly linear pots in the whole synth, but a number of different values, so getting a log wouldn't have been any extra cost. In this particular case, its a dual pot, so its an odd one out to begin with. Again, an interesting choice to have 2 different styles of envelopes, as it requires a dual pot.

The VCF envelope is less straightforward. First off, it has 2 comparators, each with startup pulses (Q38,43) on them to ensure a fixed state at startup. i'm not fully convinced these are necessary, and a quick pulse on the trigger would have done the same thing anyways. Both of these comparators merely follow the trigger signal, so its not too relevant. what it looks like is supposed to happen, is that U25B detects the trigger, and starts charging the integration capacitor, and U25A checks the envelope voltage, and shuts off U25B when it hits 10V. but, this doesnt happen, as the signal is not strong enough. there are a few different way to fix this. But, the upshot is U18B saturates at 11V, and there is a delay before decay begins as the integration capacitor needs to discharge quite a bit before U18B goes back into linear mode. R146 sets the attack time, and D48 ensures its only active during attack. D55 and D14 ensure that the gate signal does not discharge the capacitor. But, i'm not sure what this pathway is for anyways. It slightly adjusts the attack time, from 1ms to 1.5ms at higher accents. i'm not sure why you would want slower attacks for accented notes. Personally, i would re-route this signal to the comparison voltage on U25A, giving higher peaks on accented notes.

RWsynthENV (last edited 2021-04-28 04:00:44 by guest)