Alkimiya
A software synthesizer and instrument designer for computer music composition. It utilizes an advanced Bézier curve vector synthesis architecture for defining instrument sounds with the ability to morph between waveforms by animating curve control points in response to other waveforms or input controllers. It also utilizes the GTK toolkit for the cross-platform GUI (Linux, Windows, and Mac). It was programmed in C with highly optimized multi-threaded design.I am the creator and currently sole developer of this application and the Kymorphia Vector Instrument format.
Kymorphia Website
A Django and Wagtail-based website with accounts, signup, forums, profiles, and PayPal product payments. I implemented custom Wagtail content types and a file download app that protects paid file downloads and tracks file download statistics. I am the sole developer of this website and deployed it on an Ubuntu Linux VPS using an Nginx web server and MySQL.
Swami
A SoundFont instrument editor for computer MIDI music composition. It utilizes the GTK toolkit to provide a cross-platform GUI interface. It is a highly object-oriented open-source project using the GObject library in C with supporting shared libraries.I am the creator of this project and the primary developer.
Matrix Switch Corporation Website
A website for Matrix Switch Corporation, a manufacturer of professional video and audio broadcast routers. This website is based on Django and has a flexible product search interface using the Datatables jQuery plug-in. It is not a showcase of a responsive website, however. I was the sole creator of this website, graphics content, and product manuals. 3D product illustrations were created with Blender and Inkscape. This website also has a custom product-information import/export Python script to maintain the information on hundreds of products and export it for synchronization with third-party resellers.
FluidSynth
FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications and has reached widespread distribution. FluidSynth itself does not have a graphical user interface. Still, due to its powerful API, several applications utilize it, and it has even found its way onto embedded systems and is used in some mobile apps. This library is even found in Tesla's electric vehicle entertainment system and is utilized by the Beatz app.I was one of the early developers and maintainers of this audio synthesis library. I contributed C code for loading SoundFont files that I had created for Swami and helped the original author create an API for utilizing this library in other applications.
Blitzer File Search
A file indexer and advanced search engine. It utilizes SQLite to recursively index file information in one or more directories on a computer file system. The core indexer was written in C with SQLite API. I then created a web interface with Python for quick interactive searching by file name with boolean logic operators and sorting by file name, date, or size. I am the sole creator and developer of this project.
KVMR Audio Archiver
I developed an application for the KVMR community radio station to record, archive, and stream audio. The application was written in C and recorded high-quality 24-bit audio of the live radio station feed, archived it in multiple compressed formats, and streamed it over the Shoutcast protocol at several bitrates to an Icecast server also running on Linux.