Remove all use of nframes_t.
[ardour.git] / libs / ardour / ardour / smf_source.h
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...
2007-06-05 David RobillardSave MIDI files to interchange/sessionname/midifiles...
2007-06-03 David RobillardFix MIDI region loading.
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
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...