DSP / Plugin / Host Development - Links

DSP, Plugin and Host development discussion.
RELATED
PRODUCTS

Post

cps went to freeware... sorta like synthedit and synthmaker. connect the modules together and output to c++ , java or shockwave.. You are not limited to just vst's

http://cps.bonneville.nl/intro.php
http://dextracker.blogspot.com/
tracker for csound, free basic and some other stuff I forgot.

Post

Dexrow synths wrote:cps went to freeware... sorta like synthedit and synthmaker. connect the modules together and output to c++ , java or shockwave.. You are not limited to just vst's

http://cps.bonneville.nl/intro.php
i did enjoy CPS but i never thought of it like that
interesting

Post

Just wanted to say that Dev-C++ is IMO far from the best free IDE out there today.
I'd recommend trying Code::Blocks (http://www.codeblocks.org/) or the Express version of Visual C++ (http://msdn2.microsoft.com/sv-se/express/aa975050.aspx) instead

Post

Grafonom GUI and skin design service. Request a GUI for your next audio plugin and other software. Professional GUI design from a professional graphic designer.

More GUI samples:

http://grafonom.idohost.com/samples.htm
GUI Design Service:
http://grafonom.idohost.com

Post

I have to say looks very good ...

Post

VST.NET allows developers to write plugins in any .NET language.

VST.NET interops with the native C/C++ VST API using the managed extensions of the Microsoft C++ compiler. The Interop assembly just marshals the a native host to plugin call to managed code (and visa versa). This allows you to hook on any existing code fairly easily.

VST.NET also provides a managed Framework that simplifies and structures the VST interface. Using this framework you will be able to have a skeleoton plugin in no time. A lot of VST 2.4 features are supported (but not all).

To help you on your way VST.NET also comes with a few samples. The delay sample shows you how to build a fully working delay effect plugin. It supports Parameters, programs and implements persistence. The Midi Note Mapper demonstrates how to deal with Midi input/output and how to create a custom editor (UI) with WinForms.

http://www.codeplex.com/vstnet
Grtx, Marc Jacobi.
VST.NET | MIDI.NET

Post

[mod edit: DO NOT post illegal links. Last warning.]

Post

is this 'Paul Slocum' who is causing some hassle the guy responsible for cynthcart.

if so - hello. your cartridge is wonderful ..

Post

Good job, thanks.

Post

Is it posible to load an unmanaged VST with VST.NET? or just works with managed VST?

Post

hugodotnet wrote:Is it posible to load an unmanaged VST with VST.NET? or just works with managed VST?
VST.NET contains a class that allows you to load an unmanaged VST plugin. This is basically all the support for writing a (managed) host that VST.NET provides, for all other features are very much dependent on what type of host you write.

Check out the VstPluginContext class in the Jacobi.Vst.Interop.Host namespace. This class can of course also be used to load a managed plugin.

Hope it helps.
Grtx, Marc Jacobi.
VST.NET | MIDI.NET

Post

obiwanjacobi wrote:
hugodotnet wrote:Is it posible to load an unmanaged VST with VST.NET? or just works with managed VST?
VST.NET contains a class that allows you to load an unmanaged VST plugin. This is basically all the support for writing a (managed) host that VST.NET provides, for all other features are very much dependent on what type of host you write.

Check out the VstPluginContext class in the Jacobi.Vst.Interop.Host namespace. This class can of course also be used to load a managed plugin.

Hope it helps.
Hello sir, when I try to load an unmanaged plugin (for example ColossusVST.dll and others existing unmanaged VSTs) with the Jacobi.Vst.Samples.Host program I get this five exception messages:
1. "SystemArgumentException: Can not find the requested value 'receiveVstTimeInfo'..."
2. "SystemArgumentException: Can not find the requested value 'asyncProcessing'..."
3. "SystemArgumentException: Can not find the requested value 'supplyIdle'"
4. "SystemArgumentException: Can not find the requested value 'supportShell'"
5. "SystemArgumentException: Can not find the requested value 'editFile'"

do you know why? or maybe you have some application example that loads an unmanaged VST.

Your help will be very grateful.

Post

http://www.katjaas.nl/home/home.html

Some cool stuff in here that i dont think have been mentioned before. I particulary liked the beatdetection section.

Post

AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
Add to hosts , opensource host http://code.google.com/p/macaw/ (http://code.google.com/p/macaw/) # maybe resurect it mod it.

Post

Also remember this link:
http://sourceforge.net/projects/mda-vst/

Those guys was out very early with some fun and interesting plugins when I started looking for free plugs back in the early days of Vst.

Cheers, Brock :wink:

Post Reply

Return to “DSP and Plugin Development”