programming environment used here

Official support for: thepiz.org
Post Reply New Topic
RELATED
PRODUCTS

Post

Hello
what kind of programming environment is used for making so small dll files like pizmidi programs? Is it possible to use some free programming environments? Any documentation and tutorials on making midi plugins with those programs?
thanks

Post

Nobody knows?

Post

i don't know, theres only this from the website:

http://code.google.com/p/pizmidi/

Post

You might be able to use the free, open source GNU tools (if you have a *nix box they're all probably installed already) or Cygwin's ports if you prefer a Windows box.

http://www.cygwin.com/

If you prefer an IDE rather than working on the command line, Microsoft provides a free "lite" version of Visual Studio, their IDE with support for C++ (which you'll need), C#, and Visual Basic:

http://www.microsoft.com/visualstudio/e ... op-details

Disclaimer: I'm a Borland/Embarcadero user, so the C++ environment I use isn't the same as Microsoft's and I can't answer questions about compiling pizmidi .dll files using C++ Builder (which isn't available free anyway).

Post Reply

Return to “Insert Piz Here”