Click here to Skip to main content
15,889,899 members
Articles / Programming Languages / C#

DryWetMIDI: Notes Quantization

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
19 Aug 2023CPOL8 min read 23.4K   629   13  
Console application to quantize notes of a MIDI file
This article demonstrates how to use the open-source library DryWetMIDI to quantize notes in a MIDI file with advanced features like specifying snapping points, groove quantization, and randomization. It includes detailed examples, implementation explanations, and usage instructions for building automated MIDI processing scripts.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Russian Federation Russian Federation
My primary skills are C#, WPF and ArcObjects/ArcGIS Pro SDK. Currently I'm working on autotests in Kaspersky Lab as a development team lead.

Also I'm writing music which led me to starting the DryWetMIDI project on the GitHub. DryWetMIDI is an open source .NET library written in C# for managing MIDI files and MIDI devices. The library is currently actively developing.

Comments and Discussions