Merge branch 'master' into cairocanvas
[ardour.git] / libs / ardour / smf_source.cc
2013-03-15 Paul Davismatch *.[mM][iI][dD][iI]$ as well as *.[mM][iI][dD...
2013-01-21 David RobillardFix MIDI loop recording.
2013-01-21 David RobillardMore style-only changes.
2013-01-16 Paul Davisuse regex to match [mM][iI][dD] file extension for...
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 MayberryRemove two unnecessary header includes of pbd/mountpoint.h
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-12-10 Carl HetheringtonCompute delta time correctly when appending events...
2011-12-01 Paul Davisstop spewing debug output from SMFSource
2011-11-15 Carl HetheringtonRemove debug code.
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-19 David RobillardRemove dubious Evoral::Event methods that exposed non...
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-07-14 Paul Davismore midi I/O debugging
2011-07-11 Paul Davisaccept .MID as a MIDI file extension, not just .mid
2011-06-22 Paul Davissecond half of "bomb out if playlist construction from...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-08 Carl HetheringtonEnsure that empty drag-created MIDI regions get a file...
2011-04-06 David RobillardFix my name :)
2011-03-26 Paul Davisremove Evoral::RingBuffer, which was (a) duplicating...
2011-03-03 Paul Davismove open-on-write call for MIDI into mark_streaming_mi...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-01 Carl HetheringtonMake sure that the MidiSource constructor doesn't set...
2010-12-20 David RobillardFix more broken whitespace.
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
next