Merge branch 'master' of git.ardour.org:ardour/ardour
[ardour.git] / libs / ardour / midi_source.cc
2013-03-30 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-30 Paul Davisfix up some confusion with filesources' _origin and...
2013-01-21 David RobillardFix MIDI loop recording.
2013-01-21 David RobillardMore style-only changes.
2012-08-10 Paul Davisadd -Wpointer-arith -Wcast-qual -Wcast-align and others...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-17 Paul Davislots more fidgety work on automation. sort of works...
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-23 Paul Davisalter API for MIDI cloning to facilitate export
2012-04-11 Carl HetheringtonSimplify slightly odd update_length() signature.
2011-12-22 Paul Davismain fix: when transport stops, clear per-region per...
2011-11-22 Paul Davistweak debug output
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-09-27 Carl HetheringtonThe most minor of formatting tweaks.
2011-07-20 Paul Davistry to fix data loss at end of a capture pass for MIDI...
2011-07-19 Paul Davismore MIDI I/O debugging output
2011-07-14 Paul Davisinitial pass at session-renaming functionality
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davis(1) push a locate all the way through the processing...
2011-04-06 David RobillardFix my name :)
2011-04-04 Paul Davisminor tweaks to debug output and comments and header...
2011-03-26 Carl HetheringtonSlightly improve debug output.
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-01 Carl HetheringtonHopefully fix disappearing MIDI recorded regions on...
2010-12-20 David RobillardFix more broken whitespace.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-09 Paul Davisadd "origin" property to FileSource so that we can...
2010-10-05 Carl HetheringtonImprove GUI display during MIDI record in various ways.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-01 Carl HetheringtonDefault to play mode for MIDI controllers. Fixes ...
2010-09-01 Carl HetheringtonClean up MidiSource::midi_read now that the signed...
2010-08-09 Carl HetheringtonFix save/load of MIDI automation state. Fixes #3354.
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-01 Paul Davisadd MidiModel::sync_to_source() to push model state...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-25 Carl HetheringtonMake MIDI region `automation' respect the automation...
2010-06-24 Paul Davisadd and use Source::empty() since it can be done more...
2010-05-24 Carl HetheringtonPreserve source's model on clone() if it is not rebuilt...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
2009-10-25 David RobillardTidy up debug printing.
2009-10-25 David RobillardRemove random crazy comment fragment.
2009-10-25 David RobillardRemove unused source file_changed methods.
2009-10-25 David RobillardRemove Session dependency from BeatsFramesConverter.
2009-10-24 Paul Davis(FULL commit) start of a nominal debug tracing system...
2009-10-23 David RobillardMore correct looking MidiSource::midi_read.
2009-10-22 David RobillardFix crash on save of MIDI data.
2009-10-22 David RobillardReplace horribly error-prone Sequence/MidiModel/MidiSou...
2009-10-22 David RobillardFix repeated linear search on read when cached model...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-19 Paul Davistrack notes at the region level in MidiPlaylist; resolv...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-21 Paul Davis(full commit): fix MIDI playback by not writing into...
2009-09-16 Paul Davisremove existing attempts at optimizing MIDI event readi...
2009-09-16 Paul Davisdo not allow smf_source's reads to stomp on cached...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 David RobillardFix MIDI recording.
2009-05-01 David RobillardFix MIDI playback.
2009-04-30 David RobillardMissed one...
2009-04-14 Hans BaierSMFSource / MIDISource: more readable variable names...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardIntroduce new time for session-relative frame time...
2009-02-19 David RobillardInterpret tempo time based on read position (not source...
2009-02-17 David RobillardFix deadlock and potential race condition when editing...
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-02-16 David RobillardMove duplicated AudioFileSource::Flags and SMFSource...
2009-02-16 David RobillardMove all beats <-> frames time conversion into a single...
2009-02-15 David RobillardFix genererally retarded and broken note range / diskst...
2009-02-15 David RobillardThe Big Change: Store time in MidiModel as tempo time...
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2008-09-30 David RobillardSeparate low level details of SMF reading/writing from...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-16 David RobillardTidy up MIDI debugging output.
2008-04-11 Hans Baier* persistent undo for MIDI edits works now
2008-04-09 Hans Baier* implemented persistent undo for MidiModel::DeltaComma...
2008-04-08 Hans Baier* fixed bug: MIDI region did not sound if its position...
2008-04-03 Hans Baier* implemented editing velocities (tracker.ardour.org...
2008-02-02 David RobillardMerge with trunk R2978.
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-08-11 David RobillardSaving of edited MIDI data to disk (on session save).
2007-08-11 David RobillardFix MIDI file names on recording (don't write out a...
2007-08-01 David RobillardFix note delete crash bug.
next