Remove all use of nframes_t.
[ardour.git] / libs / ardour / midi_source.cc
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.
2007-07-31 David RobillardGet MidiRegionView's hands on MidiModel for editing...
2007-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-07-17 David RobillardMidi pencil undo (not yet serializable).
2007-07-15 David RobillardSelection of visible note range (full range vs fit...
2007-06-07 David RobillardFixed MIDI crash bug.
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2006-09-19 David RobillardMerged with trunk R920.
2006-08-23 David Robillard- Fixes for some recording bugs
2006-08-21 David RobillardRecording to SMF. Playback not quite working yet,...
2006-08-14 David RobillardMore solid "fake" recording and serialization
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-06-26 David RobillardActually added the code mentioned in my last commit...