Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / MIDI

MIDI

MIDI

Great Reads

by Michael Chourdakis
Create music easily
by honey the codewitch
Slice sections out of a MIDI file, and stretch or compress playback time using this simple utility. Or use the Midi Library to build your own MIDI apps
by honey the codewitch
Explore some streaming techniques while getting your shiny new ESP32S3 to do some USB and MIDI tricks
by honey the codewitch
Continuing our series with a knob control and a MIDI visualizer

Latest Articles

by Michael Chourdakis
Create music easily
by honey the codewitch
Slice sections out of a MIDI file, and stretch or compress playback time using this simple utility. Or use the Midi Library to build your own MIDI apps
by honey the codewitch
Explore some streaming techniques while getting your shiny new ESP32S3 to do some USB and MIDI tricks
by honey the codewitch
Continuing our series with a knob control and a MIDI visualizer

All Articles

Sort by Score

MIDI 

by Minh Danh Nguyen (ToughDev)
How to develop PC-speaker MIDI player for IBM PC XT
by WebBiscuit
Looking at a simple MIDI handle wrapping class
by Minh Danh Nguyen (ToughDev)
How to interface VS1053 Audio Encoder/Decoder Module with PIC using SPI
by WebBiscuit
A hidden danger of wrapping using RAII rears its head when we start copying the object around. Let's look at why and what we can do.
by WebBiscuit
So far we have concentrated on the 'AII!' part of RAII, so now let's look at the important bit, the R, the Resource.