infuzion wrote:Hopefully last update: 0.9
http://www.synthmaker.co.uk/dokuwiki/do ... e8:lab#pwmI think your method of making the offset adjust the first OSC, then subtracting the 2 is best. Make the Square faster since it saves a -
Mult! I inserted an input adjustment to prevent the output from flat lining to 0, & inverted it to make 0=no adjustment, 1=max.
Sounds good, remember however that when doing very fast PWM, you will probably end up moving the average frequency too, since you're only adjusting the phase on "one side", so to speak. For normal PWM duties, you won't notice a difference, and it uses less CPU, but if you start fiddling around with audio rate modulations you might need to use the "bipolar" kind of modulation (where one phase modulator is going up and the other down, like in my example).
infuzion wrote:I also updated the Multi OSC to test this out: Also reducing the other OSCs' amplitude by half to match the Square PW... what do you think of that?
Not sure about the amplitude thingy (not about any of the choices!), but apart from that, good! It doesn't really fit in in the Multi OSC though imho, since it offers something none of the other waveforms does. Kind of like throwing in a 2-op FM oscillator in there, for instance.