do not allow smf_source's reads to stomp on cached read_end position in parent class...
[ardour.git] / libs / ardour / smf_source.cc
2009-09-16 Paul Davisdo not allow smf_source's reads to stomp on cached...
2009-09-14 Paul Davisfix up marshall/unmarshall of note data for MidiModel...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 David RobillardShut up.
2009-04-30 David RobillardRename 'position' parameter of MidiSource::midi_read...
2009-04-16 David RobillardRevert stupid r4975.
2009-04-14 Hans BaierSMFSource: enhanced debugging output to reveal more...
2009-04-14 Hans BaierSMFSource: code readability
2009-04-14 Hans BaierSMFSource / MIDISource: more readable variable names...
2009-02-26 David RobillardFix a bunch of warnings.
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 the horrible mess that was anything related to...
2009-02-16 David RobillardMove duplicated AudioFileSource::Flags and SMFSource...
2009-02-16 David RobillardDon't bind playlist_modified with a shared_ptr<Playlist...
2009-02-16 David RobillardTime unit translation for AutomationLine (correctly...
2009-02-16 David RobillardMove all beats <-> frames time conversion into a single...
2009-02-15 David RobillardClean up fugly debug printing stuff.
2009-02-15 David RobillardFix crash on reading meta event.
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 RobillardCommit of the century, right here.
2009-02-15 David RobillardCache file position in SMFSource::read_unlocked (i...
2009-02-15 David RobillardClean up.
2009-02-15 David RobillardDe-templatify Evoral::SMF which has no concept of time...
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-14 David RobillardTidy.
2009-02-14 David RobillardMake SMF::append_event_delta take a buffer and a size...
2009-02-14 David RobillardRemove unused (and timestamp type nasty) last_event_tim...
2009-02-14 David RobillardMIDI robustness.
2009-02-14 David RobillardFix most absurd function name I've seen in a while.
2009-02-14 David RobillardMore powerful SMF::open interface.
2009-02-12 Hans Baier* disabled debugging output
2009-02-12 Hans Baier* Swapped MidiSource to LibSMF
2009-02-11 David RobillardRemove unused (and weirdly typed) time parameter from...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-01 David RobillardRemoved fixed/maximum event size assumption/limitation...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-29 Hans Baier* set right interpolation on MidiModel controls after...
2009-01-28 Hans Baier* Set Discrete mode as default until Linear mode works...
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2008-10-13 David RobillardFix pollution of global namespace by Evoral.
2008-09-30 David RobillardMove midi_util.h.
2008-09-30 David RobillardSeparate low level details of SMF reading/writing from...
2008-09-23 David RobillardFix merge regression: use TempoLines class instead...
2008-09-22 David RobillardFix loading midi controller data.
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
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-23 David RobillardRemove pointless Byte typedef that didn't really match...
2008-05-22 David RobillardFix corrupt MIDI file writing when meta events are...
2008-05-22 David RobillardFix source/region length on MIDI import.
2008-05-16 David RobillardDon't create tracks for empty MIDI channels on import...
2008-05-12 Hans Baier* Quick Fix: assertion converted into warning in MidiMo...
2008-05-12 David RobillardFix various MIDI corruption bugs.
2008-05-09 Hans Baier* adjusted formatting a bit to style guide
2008-05-08 Hans Baier* fixed some valgrind issues (uninitialized instance...
2008-05-06 Hans Baier* enabled some debugging output :|
2008-05-06 Hans Baier* bugfix: SMFSource: track footer at beginning of track...
2008-05-06 Hans Baier* bugfix: SMFSource: track footer overwrote the last...
2008-05-06 Hans Baier* fixed end of track at beginning-problem when writing...
2008-05-03 David RobillardComment out excessive terminal output.
2008-05-03 Hans Baier* MidiModel::const_iterator::operator++: added AUTOMATI...
2008-04-26 Hans Baier* recording/playing/saving/loading program changes...
2008-04-19 Hans Baier* first prototype for track based channel selection...
2008-04-16 Hans Baier* bugfix in midi editing: adding notes impossible after...
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-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-02-22 David RobillardRemove SMF file name print for every opened source.
2008-02-21 David RobillardFix timing on MIDI import.
2008-02-19 David RobillardLess crash-happy MIDI reading on weird MIDI files.
2008-02-18 David RobillardChannel-aware note recording in MidiModel (i.e. multi...
2008-02-18 David RobillardPreliminary (read: kludgey) MIDI import support.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-09-06 David RobillardDeep "automation regions" support.
2007-08-28 David RobillardSplit MidiModel::Note out to ARDOUR::Note in it's own...
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-08-13 David RobillardRemove excessive SMF "Wrote EOT" printing.
2007-08-13 David RobillardFix (edited) MIDI saving restoring (restore note offs...
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-08-01 David RobillardBetter MidiModel command framework, ready to go for...
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-20 David RobillardRemove random access interface from MidiBuffer, towards...
2007-07-20 David RobillardFix absolutely atrocious memory leak on MIDI recording...
2007-07-20 David RobillardAdded Note tool to Keymouse Actions menu and gave it...
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-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-06-09 David RobillardRedraw MIDI region views on zoom and track height changes.
next