summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_model.h
AgeCommit message (Expand)Author
2010-02-18the Properties & 64bit region commitPaul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-22Fix deadlocks on MIDI record.David Robillard
2009-10-22Replace horribly error-prone Sequence/MidiModel/MidiSource locking API with s...David Robillard
2009-10-19Tidy.David Robillard
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-09-07add anonymous union to DiffCommand to allow uint8t_t and time-based arguments...Paul Davis
2009-09-06the start (only the start) of MIDI diff commandsPaul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Trim include dependency tree (particularly on evoral/Sequence.hpp).David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".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-05-21* bugfix: Inputs and Outputs swapped in the Track/Bus InspectorHans Baier
2008-05-15Eliminate excessive allocation (for every event) during MidiModel iteration.David Robillard
2008-05-13* formattingHans Baier
2008-05-08* fixed some valgrind issues (uninitialized instance vars)Hans Baier
2008-05-03Comment out excessive terminal output.David Robillard
2008-05-03Fix midi_model.cc formatting.David Robillard
2008-05-03* MidiModel::const_iterator::operator++: added AUTOMATION typeHans Baier
2008-05-02* removed old implementation for Program Changes from MidiModelHans Baier
2008-04-26* recording/playing/saving/loading program changes basically seems to work nowHans Baier
2008-04-24* preliminary impl for PGM Change support in MidiModelHans Baier
2008-04-23* refactored MidiControlIterator to improve readability of codeHans Baier
2008-04-15* fixed bug: crash because of invalidated iterator while removing midi notes ...Hans Baier
2008-04-11* persistent undo for MIDI edits works nowHans Baier
2008-04-10* refactored (un)marshalling of DeltaCommand into cleaner code using sigcHans Baier
2008-04-09* implemented persistent undo for MidiModel::DeltaCommand. Deserializing work...Hans Baier
2008-04-08* fixed bug: MIDI region did not sound if its position was less than its star...Hans Baier
2008-04-03* implemented editing velocities (http://tracker.ardour.org/view.php?id=2148)Hans Baier
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2008-02-21Fix timing on MIDI import.David Robillard
2008-02-18Channel-aware note recording in MidiModel (i.e. multi-channel note input does...David Robillard
2007-10-14Fix displaying of notes in auto-created MIDI region when it's the first regio...David Robillard
2007-10-07Fix several MIDI timestamp related problems:David Robillard
2007-08-31Reading of MIDI CC from MIDI regions (MidiModel). UI still needs work though..David Robillard
2007-08-28Split MidiModel::Note out to ARDOUR::Note in it's own file (midi_model.h was ...David Robillard
2007-08-17Per-region MIDI CC "automation".David Robillard
2007-08-16Make SMFSource suck significantly less.David Robillard
2007-08-11Saving of edited MIDI data to disk (on session save).David Robillard
2007-08-11Fix MIDI file names on recording (don't write out a ton of useless empty .mid...David Robillard
2007-08-07Fix note-offs during playback from model.David Robillard
2007-08-02... commit in top level instead of gtk2_ardour. whoops.David Robillard
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard