summaryrefslogtreecommitdiff
path: root/libs/midi++2
AgeCommit message (Expand)Author
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-07-13Disable non-realtime midi ports in windows build - THIS NEEDS FIXINGPaul Davis
2013-07-11Include unistd.h for usleep on MinGWPaul Davis
2013-07-11Changes to get IPMIDIPort to compile(but not functional) on MinGWPaul Davis
2013-07-11Include pthread.h as it isn't included via jack headers on windowsPaul Davis
2013-07-11Use pthread_equal in libmidi++ for portabilityPaul Davis
2013-03-20initial, prototype modifications to permit compilation of local libraries as ...Paul Davis
2013-03-17remove cruft (old cvsignore files)Robin Gareus
2013-01-27Default to "7bit" controller type if missing, as per DTD.David Robillard
2013-01-20Fix compilation with --test.David Robillard
2013-01-20Show matching controller name in automation lane header.David Robillard
2013-01-20Error checking string to int conversion from midnam files.David Robillard
2013-01-20Support loading MIDI note names in NoteGroup tags as well.David Robillard
2013-01-20Add General MIDI drum note names and patch names.David Robillard
2013-01-20Fix MIDI note number off by one error.David Robillard
2013-01-20Fix midnam warning messages.David Robillard
2013-01-20Support note names from midnam files (tested with the DM5).David Robillard
2013-01-19Set MIDI device mode to the first by default if unset.David Robillard
2013-01-19Use a std::set for MIDI device models so the combo is sorted and the user can...David Robillard
2013-01-19Add standard MIDI midnam file and remove hard coded equivalent.David Robillard
2013-01-19Hide MIDI device mode selector unless there is actually more than one mode.David Robillard
2013-01-16add copyright commentsPaul Davis
2013-01-16Preliminary support for named MIDI controllers via midname files.David Robillard
2013-01-04merge Marcel Bonnet's patches for Free-BSDRobin Gareus
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-10-29yet another fix for complaints from OS X gcc about constnessPaul Davis
2012-10-09add missing unit test runner shell script for midi++Hans Baier
2012-10-09fix insidious bugs in midnam_patch.cc which account for garbled dataHans Baier
2012-10-09Add patchfile for Yamaha PSR-S900, add unit test for it, remove camel case fr...Hans Baier
2012-10-09fix whitespace in libs/midi++2/midi++/midnam_patch.hHans Baier
2012-10-08add unit tests to midi++ and assorted bugfixes for midnam_patch.ccHans Baier
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-12fix complete screw up in connecting MIDNAM PatchNameList with ChannelNameSets...Paul Davis
2012-06-12more changes to patch change/plugin preset support - replace regexp replaceme...Paul Davis
2012-06-11lots more work trying to create a common structure for accessing plugin and M...Paul Davis
2012-06-10remove craziness of propagating MIDI 7 bit limits into MIDNAM handling by rep...Paul Davis
2012-06-03Look in the UsesPatchNameList for the name rather thanCarl Hetherington
2012-06-02Fix operator< so that strict weak ordering isCarl Hetherington
2012-06-02couple of fixes to enable building, and building with gtkmm 2.2(<4)Paul Davis
2012-05-27MIDI::Port::(get|set)_state() should be virtual, so that derived classes get ...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
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-24ipMIDI: typoPaul Davis
2012-04-24ipMIDI: credit where credit is duePaul Davis
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...Paul Davis