Add "session rate" as a possible sample rate for export formats
[ardour.git] / libs / ardour / smf_source.cc
2010-12-09 Carl HetheringtonUse a weak_ptr rather than a bald pointer for _midi_sou...
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-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
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-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-09-01 Carl HetheringtonClean up MidiSource::midi_read now that the signed...
2010-07-25 Carl HetheringtonRemove debug output from last commit.
2010-07-25 Carl HetheringtonAdd test for #3356.
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-07-01 Paul Davisfix assumption that Session::_mmc != 0
2010-06-28 Carl HetheringtonFix a couple of crashes on MIDI import.
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-01 Paul Davisrationale pathways that add notes to Sequence<T> so...
2010-05-30 Paul Davismake trimming in region name (colored) highlight work...
2010-05-24 Carl HetheringtonUse debug macros for SMFSource.
2010-05-24 Carl HetheringtonNote the time of the last event that was read by read_u...
2010-05-16 Carl HetheringtonMove FileManager code into libpbd. Use it for SMF...
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
2009-10-26 David RobillardRemove idiocy.
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-22 David RobillardFix crash on save of MIDI data.
2009-10-22 David RobillardActually load MIDI data from disk on session load ...
2009-10-22 David RobillardFix deadlocks on MIDI record.
2009-10-21 David RobillardFix MIDI rec regions.
2009-10-21 David RobillardDisable excessive debug printing.
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-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...
next