summaryrefslogtreecommitdiff
path: root/libs/midi++2
AgeCommit message (Expand)Author
2016-01-18debug IP multicast loopbackPaul Davis
2016-01-18use cout instead of cerr, since this debugging is for windowsPaul Davis
2016-01-18IP MIDI debuggingPaul Davis
2015-12-12even more attempted changes for ipMIDI on windowsPaul Davis
2015-12-12further attempted changes for ipMIDI on windowsPaul Davis
2015-12-12some attempted changes for ipMIDI on windowsPaul Davis
2015-12-12try just removing all PLATFORM_WINDOWS conditionals in ipmidi code to see if ...Paul Davis
2015-12-03netbsd: Fix unportable shell constructKamil Rytarowski
2015-11-29NOOP, remove trailing whitespace, replace tabs in python scriptsRobin Gareus
2015-11-24get faderport i/o working, basics of identifying control activityPaul Davis
2015-11-23more corrections for libmidi++ (N)RPN APIPaul Davis
2015-11-23change API for libmidi++ RPN-related signals to be more usefulPaul Davis
2015-11-23add (N)RPN handling to libmidi++Paul Davis
2015-10-22Store the file path when constructing MidiNameDocumentTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from .cpp and .hpp files missed by pr...Paul Davis
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-13allow to run unit-test under wine from srcdir.Robin Gareus
2015-09-12plug some memory leaks in libsRobin Gareus
2015-06-29copy all XCode project files from Tracks.Paul Davis
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (j...John Emmas
2015-01-09remove cruft (old unused pre-git version files)Robin Gareus
2015-01-07MusicalTime => Beats.David Robillard
2014-12-29Fix off-by-one MIDI note names.David Robillard
2014-12-17Remove some aborts that don't really need to be.David Robillard
2014-12-06midnam test: don't clutter up output.Robin Gareus
2014-12-03Call PBD::init() from libmidi++ test runnerTim Mayberry
2014-12-03export MIDIPP_TEST_PATH in midi++ test script so test files can be locatedTim Mayberry
2014-12-03Add test_search_path to find test files in MidnamTestTim Mayberry
2014-11-30Remove bogus test and noisy output.David Robillard
2014-11-26ensure that Ardour recognizes its own MMC device ID as "all-call" when set to...Paul Davis
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
2014-10-22require a timestamp on MIDI::MachineControl::send()Paul Davis
2014-09-09plug a major mem hog.Robin Gareus
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-07-15Support midnam files with a channel (not patch) NoteNameList.David Robillard
2014-06-25Use PBD::find_files_matching_pattern instead of other variationsTim Mayberry
2014-06-10wrap MIDI timecode at 24hRobin Gareus
2014-06-10really fix sending MIDI timecode.Robin Gareus
2014-06-10fix crash when trying to send MMC of timecode > 255 hoursRobin Gareus
2014-04-30fix for storing 14 bit MIDI controller valuesPaul Davis
2014-04-28remove redundant os.path.join() calls when specifying install path as bld.env...Paul Davis
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-28merge (squash) with scenechange topic branch to provide MIDI-driven scene cha...Paul Davis
2014-04-10remove inclusion of jack.h so that we can build on a platform without JACKPaul Davis
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas