How to make sound via midi

hi,
I wanna make sound and control volume or kind of tone in just vvvv not using mid file or external synthesizer.
I have used ‘MidiNote’ & ‘MidiShortOut’, but I have no idea why I cannot heard any sound.

If anyone knows that, PLEASE help me.
How make sound in vvvv?

hi,

sounds like you need to use a VST plugin. if you read this you should find all the info you need.

;-)… no text …

note.v4p (3.7 kB)

You also need something that produces the sound from your MIDI.

Midi is just sending Data, so for you to produce sound you need something that reads the MIDI data and transforms it to sound.

For simple Volume and Pitch, perhaps the Wavelplayer (DShow9) can help you (check the helpfile).

yes, I know that “You also need something that produces the sound from your MIDI.”
But, I don’t have external MIDI, so I’m looking for midi node in vvvv.

or you produce direct notes thuth windows midi mapping synth, or you may associate also wave or mp3 with vvvv …

“But, I don’t have external MIDI, so I’m looking for midi node in vvvv”

maybe what you need is MidiYoke to create virtual (internal) midi devices? http://www.midiox.com/myoke.htm

Thanks,karistouf!

and,

isn’t there virtual midi device in vvvv?

hi earlkim.
there is maybe somewhere is users contrib a patch working like a midi keyboard with keyboard input or click…

if i have some time tomorrow i will send u a patch

Thank you! karistouf.

perhaps see kalle.Modules.MIDI

hum kalle will send me to gemonies… with this quick and dirty patch… anyway, could help you

note_key.v4p (21.9 kB)

dirty? for sure =8)

min and max of IOBox Value should better be 0 ; 1 than -1000 ; 1000

also it will sound somehow annoying when you only send noteon’s and no noteoff’s (noteon -> velocity zero)

tsss tssss… key off ? generativ music kalle ! ;-)