Thread overview
Re: DPortMidi - D bindings for the PortMidi MIDI I/O library
Jun 23, 2011
Andrej Mitrovic
Jun 23, 2011
Walter Bright
Jul 10, 2011
Andrej Mitrovic
June 23, 2011
P.S. this binding is going to make more sense if I ever get a green light from Steinberg to publish my VST and ASIO bindings. Couple that with the WinAPI code samples and you're almost ready to make some cool audio software, at least on Windows. I've got a tiny little sequencer example cooking up, but I can't publish anything yet until I get the licensing issues cleared.
June 23, 2011
On 6/22/2011 5:27 PM, Andrej Mitrovic wrote:
> P.S. this binding is going to make more sense if I ever get a green
> light from Steinberg to publish my VST and ASIO bindings. Couple that
> with the WinAPI code samples and you're almost ready to make some cool
> audio software, at least on Windows. I've got a tiny little sequencer
> example cooking up, but I can't publish anything yet until I get the
> licensing issues cleared.

Great! I'm looking forward to it.
July 10, 2011
So I've added a Cairo Win32 example of capturing MIDI controller changes and painting envelopes on the screen. The data is captured in real-time but the drawing is done based on a timer. The source code is very oddball for sure, but it kinda works, so hey.. :P

A screenshot: http://i.imgur.com/19vKa.png

The bars fade in as time progresses, that's some 2011 HD eye candy for you there.