merge with master and fix 4 conflicts by hand
[ardour.git] / libs / ardour / ardour / smf_source.h
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-04-28 Damien ZammitFixed problem where importing invalid midi files caused... 3.5.380
2014-04-28 Paul Davisadd new SMFSource constructor to be used for existing...
2014-04-14 Paul Davisfurther code simplification and rationalization related...
2014-04-14 Paul Davisdramatic change in logic and naming for operations...
2014-04-14 Paul Davisafter cloning a MIDI region, mark the source file as...
2014-04-14 Paul Davisfurther code simplification and rationalization related...
2014-04-14 Paul Davisdramatic change in logic and naming for operations...
2014-04-04 Paul Davisafter cloning a MIDI region, mark the source file as...
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-11 Paul Davisfix merge with master
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul Davisfix merge errors with master
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-04 Paul DavisMerge branch 'master' into exportvis
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-17 Paul Davisadd export visibility macros across libardour
2013-01-21 David RobillardMore whitespace-only changes.
2013-01-16 Paul Davisuse regex to match [mM][iI][dD] file extension for...
2012-04-01 Carl HetheringtonRemove unused declaration.
2011-07-20 Paul Davistry to fix data loss at end of a capture pass for MIDI...
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-02 Paul Davisremove entire "stub" file concept; open new audio and...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
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-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-05-24 Carl HetheringtonNote the time of the last event that was read by read_u...
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
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-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-16 Paul Davisdo not allow smf_source's reads to stomp on cached...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-04-30 David RobillardRename 'position' parameter of MidiSource::midi_read...
2009-02-25 David Robillard*** NEW CODING POLICY ***
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-15 David RobillardThe Big Change: Store time in MidiModel as tempo time...
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 RobillardRemove unused (and timestamp type nasty) last_event_tim...
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* Swapped MidiSource to LibSMF
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-01-29 Hans Baier* set right interpolation on MidiModel controls after...
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-23 David RobillardRemove pointless Byte typedef that didn't really match...
2008-05-16 David RobillardDon't create tracks for empty MIDI channels on import...
2008-05-06 Hans Baier* bugfix: SMFSource: track footer overwrote the last...
2008-05-03 David RobillardComment out excessive terminal output.
2008-04-19 Hans Baier* first prototype for track based channel selection...
2008-04-08 Hans Baier* fixed bug: MIDI region did not sound if its position...
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-02-21 David RobillardFix timing on MIDI import.
2008-02-18 David RobillardPreliminary (read: kludgey) MIDI import support.
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-09-06 David RobillardDeep "automation regions" support.
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-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 RobillardUse double MIDI timestamps (towards tempo based time...
next