tebjan / VVVV.Audio

Implementation of an audio engine for vvvv
http://vvvv.org
GNU Lesser General Public License v3.0
39 stars 13 forks source link

VST not workin #150

Closed sunep closed 7 years ago

sunep commented 7 years ago

I get this error in TTY whenever I make a VSTHost node: 00:00:35 ERR : Exception occured in TMPluginWrapperNode.Evaluate 00:00:35 ERR : Could not load type 'Sanford.Multimedia.Midi.RawMessageEventArgs' from assembly 'Sanford.Multimedia.Midi, Version=6.4.0.0, Culture=neutral, PublicKeyToken=null'.

tebjan commented 7 years ago

hi sune, you need to take care which pack you use with which vvvv version. we updated the midi library and it has to be consistent across the whole vvvv installation. 35.5 needs the latest pack from the contributions. 35.2 the previous one. does that fix it?

sunep commented 7 years ago

that was it, it's working