Page 2 of 2

Posted: Sun Feb 05, 2006 5:14 pm
by thefool
eriansa wrote: I've planned to release a beta within a couple of weeks. I am especially looking for people owning :

1/ PC's with AMD processors.
2/ Asio cards/drivers that support INT32MSB/INT32LSB/Int32Float/96Khz etc...
1/ I have an amd athlon 64 3800+
2/ that too.

Re: Need Help to Implement VST in PureBasic

Posted: Mon Aug 13, 2012 1:34 am
by karmacomposer
Is the VST host mentioned here done or available? Like was asked, has anyone successfully created a VST with PureBasic?

Mike

Re:

Posted: Mon Aug 13, 2012 1:37 am
by karmacomposer
Where can this be currently found? Anyone?

Mike

Re: Need Help to Implement VST in PureBasic

Posted: Tue Aug 21, 2012 12:32 pm
by eriansa
karmacomposer wrote:Is the VST host mentioned here done or available? Like was asked, has anyone successfully created a VST with PureBasic?

Mike
Sure, the VST-Host is available for FREE -> http://www.raxntrax.com

Concerning the VST itself :

I've tested it in following hosts :
RaXnTraX : ok!
Mulab : ok!
Tracktion : ok!
Bidule : ok!
Live : ok!
Reaper : NOT ok! I can't figure out why...the first time Reaper opens the editor : ok!, the second time Reaper crashes on UseGadgetList.
Before I change everything in native WinApi, I desperately want to find out why. It would be so much easier to stick with PB's gadgets.

Anyway, as long as I can not solve this problem with Reaper, I hold back from releasing the sources.

Perhaps someone has a clue why the VST-dll crashes a second time on UseGadgetList????
I've been searching this forum for some answers, but no luck. The most applicable situation is what srod has experienced in a comparable situation.
Hopefully he reads this message... :D

Re: Need Help to Implement VST in PureBasic

Posted: Wed Aug 22, 2012 12:44 pm
by karmacomposer
If it's any help, a LOT of synthedit vsti's crash reaper. A LOT of them. No one knows why.

They work in all other DAWs except Reaper.

I think you are focussing too much on one DAW when there are 20 others that work fine.

Mike

Re: Need Help to Implement VST in PureBasic

Posted: Thu Aug 23, 2012 5:19 pm
by eriansa
If it's any help, a LOT of synthedit vsti's crash reaper. A LOT of them. No one knows why.

They work in all other DAWs except Reaper.

I think you are focussing too much on one DAW when there are 20 others that work fine.
Perhaps you are right...Next week I'll have time to dig in deeper. If no luck, I'll just release things as they are.

In the mean time, could you give me some samples of SynthEdit plugins crashing REAPER?

Re: Need Help to Implement VST in PureBasic

Posted: Fri Oct 12, 2012 12:13 am
by karmacomposer
Sorry for the late reply - forgot about this thread.

I know a lot of the 1.0 synthedit plugins crashed reaper, like Texture, Motion, HG Fortune synths. My synth Monstrous was initially crashing Reaper. Once the 1.1 update came out and fixed the multi-core problem, most of those became stable.

I am more interested than ever in creating a vsti (synth and sample player) with Pure Basic. I am BEGGING for help since I really have no idea how to begin.

I can usually do well on my own after I am 'shown the way', so to speak.

Thanks for any help you can give me.

Right now i'd love to just create a "Hello World" vsti in Pure Basic to see if it can load into SaviHost, Cantible and Presonus Studio One Pro (three hosts I have).

After that, I would create a GUI and see how to get knobs, buttons, sliders, text labels and other selectors working in my hosts. From there, I can begin to develop the sample players. In the best of worlds, i'd love to be able to load soundfonts or multi-samples of some kind. After all that, then I will concentrate on the math stuff (I HATE the math stuff) - like filters, oscillators, and actual synthesis models, such as FM, additive, subtractive, spectral, etc.

Mike

Re: Need Help to Implement VST in PureBasic

Posted: Sat Oct 13, 2012 2:49 am
by karmacomposer
To be clear, I am not interested in creating a host (yet), but I am VERY interested in using Pure Basic to create a virtual instrument (.dll).

Can anyone point me in the right direction?

Mike

Re: Need Help to Implement VST in PureBasic

Posted: Tue Jan 08, 2013 9:08 pm
by Joris
I'm interested too in VST and VSTi...
and found already some VST source code in Delphi.
http://www.axiworld.be/vst.html
At least less complicated then whatever C-version (to me and ...).