summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_source.cc
AgeCommit message (Expand)Author
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
2011-07-19more MIDI I/O debugging outputPaul Davis
2011-07-14initial pass at session-renaming functionalityPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30(1) push a locate all the way through the processing heirarchy so that MIDI o...Paul Davis
2011-04-06Fix my name :)David Robillard
2011-04-04minor tweaks to debug output and comments and header orderPaul Davis
2011-03-26Slightly improve debug output.Carl Hetherington
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-20Fix more broken whitespace.David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul Davis
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-01Default to play mode for MIDI controllers. Fixes #3429.Carl Hetherington
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-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-07-20add note IDs and use them for looking up notes during a history rebuild. NOTE...Paul Davis
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl Hetherington
2010-07-01add MidiModel::sync_to_source() to push model state into its existing source;...Paul Davis
2010-06-26lots of details relating to MIDI file management; try to ignore ALSA sequence...Paul Davis