Re: [tim-janik/beast] Support wave-form plotting for BlepSynth (#144)

2020-07-26 Thread Stefan Westerfeld via beast
Just one more comment on this code: I saw that if you use a very small pulse_width and make sync really high then not all pulses will be visible. A higher number of samples would help, but I think we may want to make the minimum pulse width depend on the sync factor (to plot a wider pulse in

[tim-janik/beast] Support wave-form plotting for BlepSynth (#144)

2020-07-26 Thread Stefan Westerfeld via beast
It would be nice if the oscillator wave form (which depends on the oscillator parameters) could be displayed at the UI. Ive ported the necessary plotting code from Python (plotblep.py) to C++. The actual waveform is sampled, so one parameter to tune might be how many samples to use. Or the