summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_source.cc
AgeCommit message (Expand)Author
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
2013-01-21More style-only changes.David Robillard
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-17lots more fidgety work on automation. sort of works now, but undo/redo needs ...Paul Davis
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-23alter API for MIDI cloning to facilitate exportPaul Davis
2012-04-11Simplify slightly odd update_length() signature.Carl Hetherington
2011-12-22main fix: when transport stops, clear per-region per-playlist note trackers e...Paul Davis
2011-11-22tweak debug outputPaul Davis
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-09-27The most minor of formatting tweaks.Carl Hetherington
2011-07-20try to fix data loss at end of a capture pass for MIDI - add a new virtual me...Paul Davis