ASIO/VST

BlitzMax Forums/BlitzMax Programming/ASIO/VST

If there a good audio module out there that allows for bmx/gui audio software creation. I would love to make my own simple little sequencer/editor.

If not can someone please make one?

Ill give you £10000000000000 !!!!!

Yes anyone could adapt the VST kit from Steinberg so we could create plugins for VST/Audio Unit on mac and so on, it is a huge market!!!

There are asio drivers included (but not built by default) in the axe.portaudio module for pro audio mixing, not so sure about the VST plugin side of things.

The VST engine is freely available on the steinberg website. You can download it. If I don't remember wrong, all the VST API is based on functions, so it shouldn't be very complicated to include this files and 'extern' all the functions. the only problem I see is that VST and VSTi plugins are DLL files, and DLL compilation on BlitzMax is not yet secure.

This all sounds good to me. Im 95% audio, 5% programming so I dont have the knowledge to properly set this up. Is there anyone else out there who is so inclined to get asio/vst rigged to max?