summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_diskstream.cc
AgeCommit message (Expand)Author
2016-12-03Fix event type and parameter type confusionDavid Robillard
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-10-17Warn about skipped MIDI eventsDavid Robillard
2016-10-10Interpret start & length_beats properties as double rather than Evoral::Beats.nick_m
2016-09-13change all MIDI read-from-source to map all events into the loop-range for se...Paul Davis
2016-09-13do not call MidiRingBuffer::skip_to() when getting a MidiDiskstream's playbac...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2015-11-29fix seamless midi-looping - fixes #5438Robin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-29add initial support for vari-fillPaul Davis
2015-06-16add Record-Safe feature to libardour (from Nikolay Polyanovskii)Paul Davis
2015-06-12We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanis...Paul Davis
2015-03-29Fix mute of MIDI tracks with channel forcing.David Robillard
2015-03-24Resolve only active notes when muted/non-soloed.David Robillard
2015-03-12amend 7bb9d04, fix midi loopingRobin Gareus
2015-03-12cont’d work on a16dd7c, fixes #6170Robin Gareus
2015-03-12explain midi starvation, issue #6170Robin Gareus
2015-03-10MIDI vari-speed playbackRobin Gareus
2015-03-10prototype basic midi varispeedRobin Gareus
2015-02-12fix midi-capture filterRobin Gareus
2015-01-23split apart read and write chunk size and offer platform-dependent sizes for ...Paul Davis
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2015-01-07MusicalTime => Beats.David Robillard
2014-12-20Maintain correct tracker state on MIDI overwrite.David Robillard
2014-12-17Fix various MIDI locking issues.David Robillard
2014-12-01Comments in various call-sites of coverage()Colin Fletcher
2014-11-30Trim the include tree.David Robillard
2014-11-30Move EventRingBuffer to libardour.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
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