summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_diskstream.cc
AgeCommit message (Expand)Author
2014-07-01merge with master.Paul Davis
2014-06-26allow to set custom file name for each diststreamRobin Gareus
2014-06-15plug some leaksRobin Gareus
2014-06-08reset accumulated capture offset on file roll-over.Robin Gareus
2014-06-08implement midi capture alignment:Robin Gareus
2014-06-02substantive changes to the logic and safety for naming of (audio/MIDI) source...Paul Davis
2014-04-14further code simplification and rationalization related to MIDI source/file r...Paul Davis
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2014-04-14redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2014-04-14further code simplification and rationalization related to MIDI source/file r...Paul Davis
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2014-04-10redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-14fix merge conflicts with masterPaul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-14some const_cast<> additions for OS X where gcc believes that volatile int* me...Paul Davis
2013-08-09more purging of JACK as an explicit name from libardourPaul Davis
2013-08-08advance track's play-position even if processing is lockedRobin Gareus
2013-08-08Revert "Remove non-portable and unnused header includes"Paul Davis
2013-08-08Remove non-portable and unnused header includesPaul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-03advance track's play-position even if processing is lockedRobin Gareus
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-07-17Use PBD::ffs for portabilityTim Mayberry
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-07-11Revert "Remove non-portable and unnused header includes"Paul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-04-12changes to get cairocanvas branch to build on OS X, with its stupid nil and R...Paul Davis
2013-03-27Squashed commit of the following:Paul Davis
2013-01-21another unusued parameter fixPaul Davis
2013-01-21volatile in stupidPaul Davis
2013-01-21Fix MIDI loop recording.David Robillard
2013-01-21Actually flush to disk continuously while MIDI loop recording.David Robillard
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2013-01-09A few more typo fixes in libardour.Colin Fletcher
2013-01-08tentative redesign of MIDI looping, will probably fix #5050 but needs more ex...Paul Davis
2012-12-19equivalent change for midi tracks as was done for audio in rev 13615, fixes M...Paul Davis
2012-12-07fix issues with rec-enabling being done in RT context by splitting it into tw...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-18make switching between input+disk monitoring work "right" for MIDI tracks; al...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-02-06likely fix for crash-by-assert just after a MIDI diskstream overwrite (e.g. j...Paul Davis
2012-02-06even more debugging info for zthPaul Davis
2012-02-06yet more debugging info for zthPaul Davis
2012-02-06some more debugging info for zthPaul Davis
2012-02-06removed #ifdef'ed trace_midi() code (dup'ed from libmidi++)Paul Davis
2012-02-06some debugging infoPaul Davis
2012-01-30Add assert.Carl Hetherington