public void TestMethod1() { var t = new PolyhedrusNative(48000, 12003, 12004); var data = t.GetWavetable(0); var pm = new PlotModel(); pm.AddLine(data.WavetableData.Take(20000)); pm.Show(); }
public void RunCppTests() { PolyhedrusNative.RunTests(); Assert.IsTrue(true); }