summaryrefslogtreecommitdiff
path: root/libs/ardour/smf_source.cc
AgeCommit message (Expand)Author
2010-06-01rationale pathways that add notes to Sequence<T> so that there is only final ...Paul Davis
2010-05-30make trimming in region name (colored) highlight work even in internal edit m...Paul Davis
2010-05-24Use debug macros for SMFSource.Carl Hetherington
2010-05-24Note the time of the last event that was read by read_unlocked, so that the c...Carl Hetherington
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2009-11-30attempt to remove confusion and errors caused by unclear semantics of _is_emb...Paul Davis
2009-10-26Remove idiocy.David Robillard
2009-10-25Remove Session dependency from BeatsFramesConverter.David Robillard
2009-10-24(FULL commit) start of a nominal debug tracing system, with 64 bits available...Paul Davis
2009-10-22Fix crash on save of MIDI data.David Robillard
2009-10-22Actually load MIDI data from disk on session load (kludgey, forces model to a...David Robillard
2009-10-22Fix deadlocks on MIDI record.David Robillard
2009-10-21Fix MIDI rec regions.David Robillard
2009-10-21Disable excessive debug printing.David Robillard
2009-10-19track notes at the region level in MidiPlaylist; resolve them (deliver note o...Paul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-21(full commit): fix MIDI playback by not writing into the playback buffer from...Paul Davis
2009-09-16remove existing attempts at optimizing MIDI event reading, to try to fix bugs...Paul Davis
2009-09-16do not allow smf_source's reads to stomp on cached read_end position in paren...Paul Davis
2009-09-14fix up marshall/unmarshall of note data for MidiModel::DiffCommandPaul Davis
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04Shut up.David Robillard
2009-04-30Rename 'position' parameter of MidiSource::midi_read to clearer 'source_start'.David Robillard
2009-04-16Revert stupid r4975.David Robillard
2009-04-14SMFSource: enhanced debugging output to reveal more of the problemHans Baier
2009-04-14SMFSource: code readabilityHans Baier
2009-04-14SMFSource / MIDISource: more readable variable names in read/write(_unlocked)...Hans Baier
2009-02-26Fix a bunch of warnings.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-19Introduce new time for session-relative frame time, and make source interface...David Robillard
2009-02-19Interpret tempo time based on read position (not source timeline position whi...David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2009-02-16Move duplicated AudioFileSource::Flags and SMFSource::Flags into Source.David Robillard
2009-02-16Don't bind playlist_modified with a shared_ptr<Playlist> parameter.David Robillard
2009-02-16Time unit translation for AutomationLine (correctly display MIDI controller d...David Robillard
2009-02-16Move all beats <-> frames time conversion into a single object that can be pa...David Robillard
2009-02-15Clean up fugly debug printing stuff.David Robillard
2009-02-15Fix crash on reading meta event.David Robillard
2009-02-15Fix genererally retarded and broken note range / diskstream display / etc. re...David Robillard
2009-02-15The Big Change: Store time in MidiModel as tempo time, not frame time.David Robillard
2009-02-15Commit of the century, right here.David Robillard
2009-02-15Cache file position in SMFSource::read_unlocked (i.e. don't seek to start and...David Robillard
2009-02-15Clean up.David Robillard
2009-02-15De-templatify Evoral::SMF which has no concept of time other than SMF time.David Robillard
2009-02-15Use nframes_t for timestamps of real (jack) time MIDI events (i.e. in MidiBuf...David Robillard
2009-02-14Tidy.David Robillard
2009-02-14Make SMF::append_event_delta take a buffer and a size rather than an Event (n...David Robillard