summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_source.cc
AgeCommit message (Expand)Author
2019-12-09Remove unused variableDavid Robillard
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-11-02introduce new all-in-RAM MIDI datastructure and use it for MIDI playbackPaul Davis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-08-01(Source List) Clean up the natural_position implementation (libardour part).Ben Loftis
2019-04-08NO-OP: whitespaceRobin Gareus
2018-02-23catch (incorrect) inclusion of non-MIDI related automation parameters in Midi...Paul Davis
2017-09-24fix header order and space alignmentPaul Davis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18changes required to operate with the Evoral::Beats ticktime commitPaul Davis
2017-04-19Use XMLNode::get/set_property API in ARDOUR::MidiSource classTim Mayberry
2017-02-28when destroying a MidiSource, invalidate any existing MidiCursorsPaul Davis
2016-12-03Fix Sequence/Event const-correctness issuesDavid Robillard
2016-11-11rename Region pulse to pos_beats. use new beat distance api where required.nick_m
2016-11-08Support multiple readers for MIDI source/modelDavid Robillard
2016-11-08Remove dead codeDavid Robillard
2016-10-25remove unnecessary rounding from MidiSource::midi_read()nick_m
2016-10-17Clean up MIDI debugging outputDavid Robillard
2016-09-29Remove _length_pulse from MidiSource.nick_m
2016-09-23Remove _midi_regions_use_bbt_beats from Session, _start_pulse and _length_pul...nick_m
2016-09-13change all MIDI read-from-source to map all events into the loop-range for se...Paul Davis
2016-08-31Add length_pulse to MidiSource, usr quarter-notes in midi_read().nick_m
2016-07-20Add a dedicated export method to MidiRegionJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10Experimental patch to ensure playback buffer bounds use minimal beat->frame r...nick_m
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-08-27clarify midi-iterator commentRobin Gareus
2015-08-25fix linked midi-regions on different tracks #6541Robin Gareus
2015-03-29Fix mute of MIDI tracks with channel forcing.David Robillard
2015-03-05Handle edits while playing precisely.David Robillard
2015-01-07MusicalTime => Beats.David Robillard
2014-12-30Fix MIDI CC record/playback crash.David Robillard
2014-12-30Revert "Fix occasional MIDI read crash."David Robillard
2014-12-28Fix occasional MIDI read crash.David Robillard
2014-12-17Fix various MIDI locking issues.David Robillard
2014-12-06Invalidate iterator whenever model changes.David Robillard
2014-12-05Make recorded MIDI controls discrete, take 2.David Robillard
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-11-30Move EventRingBuffer to libardour.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-20Fix lost MIDI note offs and controllers.David Robillard
2014-11-20Clean up some MIDI code.David Robillard
2014-11-19Fix dropped MIDI events, especially with record enabled.David Robillard
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
2014-04-04after cloning a MIDI region, mark the source file as non-removable. Fixes rep...Paul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-03-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2013-01-21Fix MIDI loop recording.David Robillard