summaryrefslogtreecommitdiff
path: root/libs/midi++2
AgeCommit message (Expand)Author
2013-12-05Only use __declspec(dllimport/dllexport) for MSVC compilerTim Mayberry
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
2013-11-27add yet more missing parts of previous commit re: libmidi++ and JACK (files n...Paul Davis
2013-11-27add missing parts of previous commit re: libmidi++ and JACK (files not saved ...Paul Davis
2013-11-27remove unintended linkage between libmidipp and jackPaul Davis
2013-10-20Statically link libtimecode into libmidi++ instead of libardourTim Mayberry
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18use libltc and libtimecode as static libs, and upgrade to waf 1.7Paul Davis
2013-10-17add -fvisibility=hidden to libmidi++ and make things workPaul Davis
2013-10-17add -fvisibility=hidden to evoral, and make things workPaul Davis
2013-10-17get everything compiling with libardour built using -fvisibility=hiddenPaul Davis
2013-10-17add export control to libgtkmm2extPaul Davis
2013-10-17add export control to libevoralPaul Davis
2013-10-17export-ify libmidippPaul Davis
2013-10-17new file for libmidi++ export controlPaul Davis
2013-08-13fixes to get MTC (and probably MIDI clock) slaving working againPaul Davis
2013-08-12assorted extra debug output for MTCPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-07major redesign of MIDI port heirarchy and managementPaul Davis
2013-08-01full compilation and linking (coding not finished, will not run)Paul Davis
2013-07-24part-way through getting the audioengine changes to compilePaul 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