Skip to content

Commit 3399189

Browse files
committed
sequential/prophet5.cpp: routed remaining "master sum" signals.
* Implemented pitch modulation. * Routed master frequency and pulse width CVs for oscillators A and B. * Simplified routing of master CV. * Collapsed some MIXER + {other} stages into the {other} stages. * Collapsed some VA_CONST + MIXER stages into VA_SCALE_OFFSET stages. * Reordered section in `prophet5_voice_device` stream pipeline to: osc A, osc B, filter, amplifier.
1 parent ed1d1a4 commit 3399189

2 files changed

Lines changed: 458 additions & 101 deletions

File tree

src/devices/sound/va_ops.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ class va_const_device : public device_t, public device_sound_interface
3737

3838

3939
// Scales and offsets the input stream. Useful for emulating certain op-amp and
40-
// resistor network circuits.
40+
// resistor network circuits. A common use is as a MIXER with an offset or
41+
// constant input.
4142
class va_scale_offset_device : public device_t, public device_sound_interface
4243
{
4344
public:

0 commit comments

Comments
 (0)