my Audio Unit source code
my Audio Unit source code
- Subject: my Audio Unit source code
- From: Marc Poirier <email@hidden>
- Date: Tue, 29 Oct 2002 00:28:37 +0100 (CET)
I have most of my Audio Unit source code files in my friend (and plugin
partner) Tom's cvs repository at SourceForge. I haven't mentioned this to
the list before because, since a couple of weeks ago, I've been working
from a specialized API-generic class that I wrote called DfxPlugin, and I
hadn't yet documented or commented hardly any of the code. Well, I wrote
a lot of documentation this weekend, so I think now it might be readable
to other folks. Our parameter system (DfxParameter) is fully documented,
DfxPlugin is half-documented (the AU file is completely documented,
though), and there is also an example plugin (in stub-dfxplugin) that
serves as documentation of how to use the DfxPlugin class. Not that
anyone will necessarily want to do that, since I basically just wrote it
to suit our needs (and allow easy simultaneous AU/VST support), but I
really don't know how generally useful it is...
Anyway, at any rate, I'm sure that some folks might have some interest in
poking through the sources, hence this announcement to you all. I mean,
what I'm saying is, that if you look at our plugin source code now, it
won't look like AU or VST, but you can look at the stuff in
dfxplugin-audiounit.cpp and elsewhere to see some pure-AU stuff. Yeah...
So if you're interested,
cvs.tom7misc.sourceforge.net:/cvsroot/tom7misc/vstplugins (yes, old dir
name) is where it's all at. To check out the whole vstplugins project
directory, something like:
cvs -d:pserver:email@hidden:/cvsroot/tom7misc co
vstplugins
ought to do it, I think.
Oh yeah, and please let me know if you find any mistakes!
Thanks,
Marc
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.