summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_source.h
AgeCommit message (Expand)Author
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
2016-11-10Correct the #includes for 'ardour/midi_cursor.h' (see commit #ec12fccf08)John Emmas
2016-11-08Support multiple readers for MIDI source/modelDavid Robillard
2016-11-08Remove dead codeDavid 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-10Experimental patch to ensure playback buffer bounds use minimal beat->frame r...nick_m
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-17Fix various MIDI locking issues.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
2013-10-17add export visibility macros across libardourPaul Davis
2013-01-21Fix MIDI loop recording.David Robillard
2013-01-21More style-only changes.David Robillard
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-23alter API for MIDI cloning to facilitate exportPaul Davis
2012-04-14Fix a few return types.Carl Hetherington
2012-04-11Simplify slightly odd update_length() signature.Carl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-07-20try to fix data loss at end of a capture pass for MIDI - add a new virtual me...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-06Fix my name :)David Robillard
2011-03-02remove entire "stub" file concept; open new audio and MIDI files on demand (a...Paul Davis
2011-03-01Hopefully fix disappearing MIDI recorded regions on the first record of a new...Carl Hetherington
2010-12-21Set new (recorded) MIDI source length to length of entire capture (instead of...David Robillard
2010-12-20Fix more broken whitespace.David Robillard
2010-12-09Use a weak_ptr rather than a bald pointer for _midi_source in MidiModel.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-10-05Improve GUI display during MIDI record in various ways.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-01Clean up MidiSource::midi_read now that the signed type sframes_t is being us...Carl Hetherington
2010-08-09Fix save/load of MIDI automation state. Fixes #3354.Carl Hetherington
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl Hetherington
2010-06-25Make MIDI region `automation' respect the automation mode so that it isCarl Hetherington
2010-06-24add and use Source::empty() since it can be done more efficiently than length...Paul Davis
2010-05-20various minor MIDI fixes: prevent duplicate note entry with mouse, show note ...Paul Davis
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis