summaryrefslogtreecommitdiff
path: root/libs/midi++2
AgeCommit message (Expand)Author
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-02-12correct delete/free messPaul Davis
2014-01-12move -fvisibility=hidden to the top of the source tree, and remove its intern...Paul Davis
2014-01-11fix merge with masterPaul Davis
2014-01-10Support midnam controller value labels.David Robillard
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-02Merge branch 'master' into cairocanvasPaul Davis
2013-12-30fix assert for non-existing MIDI patch-namesRobin Gareus
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-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
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-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul 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-25'libs/midi++2' - Platform specific includesJohn Emmas
2013-07-25'libs/midi++2' - Compiler specific changesJohn Emmas
2013-07-25'libs/midi++2' - Modify to be buildable with MSVCJohn Emmas
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