Quick problem with note on/off...
Hi there,
I'm really new to max - i've recently built a basic step sequencer and i'm not trying to add a sampler on top of that. One major problem I am having is that once the note is triggered the sample plays from start to finish (or aslong as is written in the message box before the 'line~')
I would like the sample to play for aslong as the keyboard note is pushed down.
If anyone could spare a few moments to take a look and help me out, this would be really appreciated.
well, here you're only using the pitch value from the notein and disregarding velocity completely. You'll need that for knowing when it's a note on or note off.
Honestly, just do more of the tutorials and especially the midi tutorials. You can grok all you need to know from there.