summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_source.cc
AgeCommit message (Expand)Author
2010-07-01add MidiModel::sync_to_source() to push model state into its existing source;...Paul Davis
2010-06-26lots of details relating to MIDI file management; try to ignore ALSA sequence...Paul Davis
2010-06-25Make MIDI region `automation' respect the automation mode so that it isCarl Hetherington
2010-06-24add and use Source::empty() since it can be done more efficiently than length...Paul Davis
2010-05-24Preserve source's model on clone() if it is not rebuilt. Should fix #3155.Carl Hetherington
2010-05-20various minor MIDI fixes: prevent duplicate note entry with mouse, show note ...Paul Davis
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2010-02-11tweak Stateful/StatefulDiffCommand changes so that SessionObject's actually g...Paul Davis
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-30attempt to remove confusion and errors caused by unclear semantics of _is_emb...Paul Davis
2009-10-25Tidy up debug printing.David Robillard
2009-10-25Remove random crazy comment fragment.David Robillard
2009-10-25Remove unused source file_changed methods.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-23More correct looking MidiSource::midi_read.David Robillard
2009-10-22Fix crash on save of MIDI data.David Robillard
2009-10-22Replace horribly error-prone Sequence/MidiModel/MidiSource locking API with s...David Robillard
2009-10-22Fix repeated linear search on read when cached model iterator reaches end.David Robillard
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...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-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04Fix MIDI recording.David Robillard
2009-05-01Fix MIDI playback.David Robillard
2009-04-30Missed one...David Robillard
2009-04-14SMFSource / MIDISource: more readable variable names in read/write(_unlocked)...Hans Baier
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 deadlock and potential race condition when editing MIDI.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-16Move all beats <-> frames time conversion into a single object that can be pa...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-15Use nframes_t for timestamps of real (jack) time MIDI events (i.e. in MidiBuf...David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-01-28* MIDI control lanes: Set Interpolationtype according to ParameterHans Baier
2008-09-30Separate low level details of SMF reading/writing from concept of 'midi sourc...David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard