Home / Programming / Code Project
Below are links to my Code Project articles. It's been a few years since I've written these, so they're getting a bit long in tooth. I've decided to put them here anyway since they may still be helpful to some.
Unfortunately, I can't provide much/any support for these articles due to time constraints. If you have questions about an article, I'd encourage you to post them to the article's message board. This gives others a chance to answer your questions, and their answers will benefit anyone with similar questions.
Music and Multimedia
- C# Synth Toolkit - Part 1
- C# Synth Toolkit - Part 2
- C# MIDI Toolkit
- C++ Windows MIDI Wrapper Library
- Multimedia Timer Wrapper in C++
- Multimedia Timer Wrapper in C#
- Piano Key Control in C#
- Piano Keyboard Control in C++
Data Structures
- Skip Lists, their Algorithms, and a SkipList class in C#
- Persistent Data Structures
- Skip List Priority Queue
- A Deque Class in C#