View Single Post
Old 2nd December 2003, 01:32 PM   #6
ctrl+alt+del
Gear interested
 
ctrl+alt+del's Avatar
 
Join Date: May 2003
Location: france
Posts: 19
Re: Software/Plug-in Development

Quote:
Originally posted by jbuntz
So I'm working on some plug-ins, pretty much in the algorithm testing stage right now, and almost done. My question is, what format would be the best to go to first if it's a new plug-in idea? TDM? VST? Audio Units? What about protection against pirating?
Well, it depends : if this is your first plugin, you might want to choose VST as it's quite simple.
Also, AU and VST are easier as you are free to develop for this format : do you have the Digidesign agreement to develop for RTAS or TDM?
The last point is the 'plugin idea' in itself : if the plugin is gonna use a lot of memory, forget TDM as there is not much memory on board.

Another bad point for TDM : you say that you're testing your algorithm right now.
If you are using floating point operation, beware you'll have to rewrite the entire algorithm for TDM (and fixed point math is tricky)

Cheers

cad
ctrl+alt+del is offline   Reply With Quote