mda plug-ins now open source
-
- KVRist
- 81 posts since 24 Oct, 2000 from Bremen, Germany
As I don't have time to maintain or develop the "mda" freeware plug-ins any more, but I don't want them to die when 32-bit VST 2.x plug-ins are finally obsolete, I have released the source code:
http://sourceforge.net/projects/mda-vst/
If anyone wants to find and fix bugs, or tidy up the sources into a more generic future-proof format, that would be great. If not, the code is all there and working so for example it would be easy to build 64-bit versions.
It might also be interesting to see how the plug-ins work - maybe they are simpler than you'd expect, as back when these were written every additional line of code had an effect on the CPU meter!
Paul
http://sourceforge.net/projects/mda-vst/
If anyone wants to find and fix bugs, or tidy up the sources into a more generic future-proof format, that would be great. If not, the code is all there and working so for example it would be easy to build 64-bit versions.
It might also be interesting to see how the plug-ins work - maybe they are simpler than you'd expect, as back when these were written every additional line of code had an effect on the CPU meter!
Paul
-
- KVRAF
- 1669 posts since 4 Nov, 2007
-
- KVRist
- 141 posts since 1 Dec, 2007 from Cologne, Germany
Great news! If someone would do a AU version of SpecMeter, he can expect a donation from me.
- Beware the Quoth
- 35433 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
wow. very good of you...
An idiot on Set Theory:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
-
- KVRist
- 112 posts since 20 Mar, 2004 from UK
These are probably going to become a popular resource for answering many 'how do I...' style questions; great help for the community 
Matt
Pi is exactly three
Pi is exactly three
-
- KVRAF
- 8389 posts since 11 Apr, 2003 from back on the hillside again - but now with a garden!
- KVRAF
- 2187 posts since 25 Jan, 2007 from the back room, away from his wife's sight (or so he thinks)
WOW!
Great, thanks!
Question - under license it says both GPL and MIT. What are the exact terms? (I have a feeling this question could be answered if I'd just look around, but ... I'm at work, and my code just finished compiling, ...
)
Great, thanks!
Question - under license it says both GPL and MIT. What are the exact terms? (I have a feeling this question could be answered if I'd just look around, but ... I'm at work, and my code just finished compiling, ...
Cakewalk by Bandlab / FL Studio
Squire Stratocaster / Chapman ML3 Modern V2 / Fender Precision Bass
Formerly known as arke, VladimirDimitrievich, bslf, and ctmg. Yep, those bans were deserved.
Squire Stratocaster / Chapman ML3 Modern V2 / Fender Precision Bass
Formerly known as arke, VladimirDimitrievich, bslf, and ctmg. Yep, those bans were deserved.
-
- KVRist
- 226 posts since 29 Oct, 2005 from Espoo, Finland
Cool stuff. I think the limiter was mentioned in the newest Sound on sound in an article where a guy mixed a live recording. Maybe people will learn DSP coding from these.
BTW I don't think anything's going to die. VST 3 has got a very poor reception and I wouldn't be surprised if 2.4 would stay as the standard.
BTW I don't think anything's going to die. VST 3 has got a very poor reception and I wouldn't be surprised if 2.4 would stay as the standard.
"Oh come on Monster has done so much to the audio community. They got the best products ever. I operate my toaster with a Monster power-cable and it tastes better."
-
- KVRist
- Topic Starter
- 81 posts since 24 Oct, 2000 from Bremen, Germany
As far as I understand it (which is not very far) the MIT license lets you do anything you want, including commercial use. The GPL license is there so that distribution with other purely-GPL software is not ruled out.
Paul.
Paul.
Last edited by mda on Thu Jun 12, 2008 3:17 pm, edited 1 time in total.
-
- KVRist
- 70 posts since 23 Aug, 2005
Wow, fantastic news! Thank you.
I have one request though, could you import the sourcecode into the SourceForge provided CVS please? (or SVN if that's your thing). It's a lot easier to deal with a source-code repository than it is with a zip file for a lot of coders.
Anyway, thanks again.
I have one request though, could you import the sourcecode into the SourceForge provided CVS please? (or SVN if that's your thing). It's a lot easier to deal with a source-code repository than it is with a zip file for a lot of coders.
Anyway, thanks again.
-
- KVRAF
- 3436 posts since 29 Jun, 2004 from Venezia - Italy
very generous indeed, sir! 
Peace out
Peace out
Dubadelica - Electronic music since 1996 http://www.dubadelica.com/about.php
Radio Rebelde - Modern roots reggae with an electronic twist https://radiorebeldereggae.bandcamp.com/
Radio Rebelde - Modern roots reggae with an electronic twist https://radiorebeldereggae.bandcamp.com/
-
- KVRAF
- 8389 posts since 11 Apr, 2003 from back on the hillside again - but now with a garden!
alas, only by sitting down and writing it! Having already had a pretty good look through, most of the algorithms are fairly straight forward (if you have some sense of what you are looking at). The best conversion would be more a case of applying the sense of the code, rather than a line by line transcription.midijor wrote:Wow! Thanks a lot Mr. Paul
============================
Are there any way to convert the codes to delphi?
Best regards,
midijor
DSP
-
- KVRist
- 150 posts since 25 Jan, 2008 from Oregon, USA

