| This instrument modulates a sine wave with the signal<br/>generated by the pluck opcode. You can optionally modulate<br/>a second time. For both you can choose between phase<br/>modulation and frequency modulation. Phase modulation <br/>usually sounds more harsh, frequency modulation usually<br/>sounds warmer.<br/><br/>The pluck opcode is in a UDO called mvpPluck, that adjusts<br/>the parameters if necessary, so you can twiddle around with<br/>the parameters without caring about the restrictions.<br/><br/>The frequency of the sine and the pluck signal are the requested<br/>frequency multiplied by an integer from 1 to 5. To have the<br/>requested frequency as a basic harmonic, the greatest common<br/>divisor of these two integers should of course be 1.<br/><br/>The envelope is that of the signal created by the pluck opcode,<br/>otherwise you are left with a dull sine when the signal of the<br/>pluck opcode has died out.<br/><br/>Some knobs have a text field under them, these allow you to change<br/>the value (e.g. an extra p-field or a global value).<br/><br/>Usage:<br/>p4: pitch or frequency<br/>p5: in decibels below 0dbfs if 0 or negative, otherwise amplitude as fraction of 0dbfs (0-1)<br/> |