summaryrefslogtreecommitdiff
path: root/libs/midi++2/jack_midi_port.cc
AgeCommit message (Expand)Author
2012-12-11fix uninitialized variable causing error delivering various MIDI messages at ...Paul Davis
2012-12-03do not try to write from JackMIDIPort::write() if we are disconnected from JA...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24Compile cleanly with clang.David Robillard
2012-05-02more fixes/tweaks from the land of the lionPaul Davis
2012-04-30fix up some const-ness issues starting from Evoral::Event::set(), and interse...Paul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...Paul Davis