I have a problem. I downloaded latest Synthedit SDK (V3) and found there something really exciting! I mean source code of the Wavetable Oscillator. I compiled this project in Visual Studio 2012 and it gives me a fresh and brand-new WavetableOsc.sem file (there were no errors during compilation). So I put it in my modules folder and give a try.
I found a new submenu in my Insert menu called Waves and two modules Wavetable Loader and Wavetable Osc. Seems like those two fellas will collaborate.

I connected first module like this:

But when I click "play" or "run" button (F5) Synthedit immidiately crashes (with no error, just close).
So I opened the properties window of Wavetable Osc and check Sync To NoteOn (DCO) to "false":

It worked, synthedit didn't crash. So I added another module Wavetable Loader. It have extra menu (2) BUT when I connect this (1) red WaveBankId from Wavetable Loader to Wavetable Osc and click "play" synthedit crashed again.

I removed Wavetable Loader module and try with Wavetable Osc only. I opened properties window od Wavetable Osc again and type "1" in WaveBankId. It gives me very strange noise (it definitely didn't sound like wavetable synthesis) and weird voltage readout:

The last thing I tried was reading "text output" from Wavetable Loader WaveBankId pin.

I see the brown pin in Wavetable Loader called "Wavetable" but I have no idea how am I supposed to connect it.
PS: Here's link to compiled "wavetable osc.sem".
http://8b.com.pl/temp/WavetableOsc.zip

