With Garbe.Sound Audio DSP, a .NET class library, developers can create their own sound filters or use the ones implemented by the author. The author has provided over a half dozen filters, including Gain, Delay, and Reverberation. The library also has the ability to read and write .WAV files, but only in mono. The filters are designed to act like a signal box, with a signal input and output. The library has been written to be as systematic as possible: most classes inherit from the SoundObj class. It is not a strong-named assembly so it can?t be registered in the Global Assembly Cache. Furthermore, the class is not marked as CLS compliant, so developers may encounter problems when using it in languages other than C#. The class library can be used in .NET Framework Windows Forms and Web Forms applications.
Smilla?s .NET Communication Library is a small network protocol library for use with .NET Framework languages. The class library of Microsoft?s .NET Framework does not support certain common communication protocols, such as NNTP and POP3. Developers can use this library to add NNTP protocol support to their applications. The library is written in C#. It is distributed under the GNU Lesser General Public License.
With Lumisoft?s UI Controls 0.11, developers can choose from over a dozen basic flat controls for Windows Forms apps. The library seems occasionally somewhat buggy. With one control, the code generated when it is dragged onto a Form will not compile. The controls can be configured using the Property tab in VS.NET, but lack advanced WYSIWYG design-time support databinding capabilities. The code is written in C#.
A small set of MFC classes to add GUI elements similar to those in Office XP to MFC applications. Namely, the flat, non-3D, ?water-color? UI controls, which have no raised edges, do not look ?pushed in? when clicked, and are not ?shadowed?.