summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_playlist.h
AgeCommit message (Expand)Author
2016-11-08Support multiple readers for MIDI source/modelDavid Robillard
2016-09-13change all MIDI read-from-source to map all events into the loop-range for se...Paul Davis
2016-03-21Trim dependence on evoral types.hpp and Beats.hppDavid Robillard
2015-03-29Fix mute of MIDI tracks with channel forcing.David Robillard
2015-03-05Handle edits while playing precisely.David Robillard
2015-03-05Clean up MidiPlaylist::read, kill copy-paste code.David Robillard
2014-12-20Maintain correct tracker state on MIDI overwrite.David Robillard
2014-11-20Clean up some MIDI code.David Robillard
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add export visibility macros across libardourPaul Davis
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2011-05-29totally untested initial code for MidiPlaylistSource, to provide for compound...Paul Davis
2011-04-06Fix my name :)David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl Hetherington
2009-10-25make per-region note-tracking in MidiPlaylist work correctly, or something ve...Paul Davis
2009-10-24Fix needlessley explodey MidiPlaylist constructor.David Robillard
2009-10-19track notes at the region level in MidiPlaylist; resolve them (deliver note o...Paul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-27Remove some unused code.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Use nframes_t for timestamps of real (jack) time MIDI events (i.e. in MidiBuf...David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-02-19Less crash-happy MIDI reading on weird MIDI files.David Robillard
2007-07-28Use 'show contents' note range by default (fix uninitialized value).David Robillard
2007-06-03Fix MIDI region loading.David Robillard
2007-05-03optimize some performance bottlenecks; remove jack_nframes_t that crept back ...Paul Davis
2007-01-09Merged with trunk R1283.David Robillard
2006-10-21Merged with trunk R999.David Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-16Progress on the disk side of things:David Robillard
2006-08-14More solid "fake" recording and serializationDavid Robillard
2006-08-11- Changed IO's vector<Port*>'s to PortListDavid Robillard
2006-06-26Actually added the code mentioned in my last commit. Whoops.David Robillard