Programmatically generate MIDI and play with VST instrument/effects to wav file? -
what web language/framework recommend accomplish following:
- programmatically create basic midi files scratch, such melodies, scales, , chords.
- programmatically play midi files using vst instrument .wav output file (such grand piano vst instrument).
- it nice use other vst effects , processors along vst instrument, such reverbs , compression make sound professional.
- i'd dynamically in web program, no guis needed vst instruments/effects.
ideally this:
program creates midi file based on user input > midi file played vst instrument > vst effects & processors applied > output .wav file
this proof-of-concept more adventurous program.
many in advance!
vst.net 2.x vst plugins (and hosts) in c# or vb.net midi.net windows midi support in c# or vb.net , in repository project there generic code work wav files (.net)
should pretty quick going. [2c]
Comments
Post a Comment