PDA

View Full Version : Discrete Sequencer Velocity to midi


shamburglar
12-23-2008, 02:07 PM
I'm probably missing something but when I set up a discrete sequencer like in the tutorial and make a CV Velocity sequencer the velocity seems to have little effect on my midi patches... if I drag to the slider down to zero there is no note... but there is very little range of velocity otherwise... everything seems about the same level... any suggestions?

jue
12-23-2008, 03:16 PM
hello,

have a look to this example:
Discrete Sequencer with velocity by jue

There the velocity works because at the NoteGen the value of the vel base is set to 0. The vel scale is still 1.00.
In this way the velocity comming from the VelocitySeq takes the full control over the outputed velocity of the NoteGen.

Best
jue

shamburglar
12-23-2008, 11:49 PM
thanks... that was easy...