Programmatically generate MIDI and play with VST instrument/effects to wav file? -


what web language/framework recommend accomplish following:

  1. programmatically create basic midi files scratch, such melodies, scales, , chords.
  2. programmatically play midi files using vst instrument .wav output file (such grand piano vst instrument).
  3. it nice use other vst effects , processors along vst instrument, such reverbs , compression make sound professional.
  4. 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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -