| This is a basic instrument using the pluck opcode.<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/>It does not allow you to choose a custom table.<br/><br/>You can specify a release time, which is necessary if the note<br/>ends before the signal dies out by itself.<br/><br/>I added an experimental feature: you can silence the begin<br/>of the instrument, which takes away the transients at the very<br/>beginning, producing a more monotonous but often still<br/>beautiful sound. Of course you have to take into account in<br/>your score that if you use this feature, the signal will start a<br/>little later.<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/> |