guitar-string 'model'

brendan mccloskey's icon

here's my first working patch post; a loosely modelled velocity-sensitive guitar string polyphonic synth, not bad, 2patches, master and (poly~)patch:

Max Patch
Copy patch and select New From Clipboard in Max.

master:

Max Patch
Copy patch and select New From Clipboard in Max.

here's the patch for poly~

Tj Shredder's icon

I would trash the [p nn_vel] (doesn't make sense and most likely will make trouble as soon as you use a keyboard for input)
and you should definitely look into the polyphonic voice allocation built into poly~ - much easier once you understood it...

Stefan

brendan mccloskey's icon

I agree about the [p_nn_vel] subpatch; i'm just using stripnote now, but it was fine with kybd input once i restricted poly/poly~ to 6 voices. I built a little randomizer for note# and velocity:

...and it even creates legato slurs!

Brendan