kslider

Hans Mittendorf's icon

Hi,

does someone know how we can send the sound generated by kslider into a vst object? Or how do we tap into that sound anyway?

Kasper's icon

>Hi,
>
>does someone know how we can send the sound generated by kslider
>into a vst object? Or how do we tap into that sound anyway?
>_

hi

kslider does not produce any sound - (not more than any slider
produces sound !!)

kslider produces values, midi notes and velocities

to play a VSTi with the kslider, simply use the [midievent 144 $1 $2]
message where the $1 is the midi note produced by the kslider, and $2
its velocity

144 send it to the channel 1, 145 channel 2 etc - all this info is in
the vst~ help and of course in the manual

best

kasper
--
Kasper T. Toeplitz
noise, composition, bass, computer
http://www.sleazeArt.com

Hans Mittendorf's icon

thanks, I knew that a slider does not produce sound, but I could not find more info in the kslider help file.
Thanks for putting me on that track..

Chris Muir's icon

On Jun 25, 2008, at 6:53 AM, Hans Mittendorf wrote:
> does someone know how we can send the sound generated by kslider
> into a vst object? Or how do we tap into that sound anyway?

kslider just puts out a number, generally interpreted to be a MIDI key
number. It doesn't make any sound.

Perhaps you want to rephrase your question so it makes more sense?

-C

Chris Muir
cbm@well.com    
http://www.xfade.com

Hans Mittendorf's icon

Hi,

that worked immediately! Thanks.

I connected a Steinberg Grand2 for the Piano sound. It is much better than the kslider.....