summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_source.h
AgeCommit message (Expand)Author
2013-01-21Fix MIDI loop recording.David Robillard
2013-01-21More style-only changes.David Robillard
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-23alter API for MIDI cloning to facilitate exportPaul Davis
2012-04-14Fix a few return types.Carl Hetherington
2012-04-11Simplify slightly odd update_length() signature.Carl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-07-20try to fix data loss at end of a capture pass for MIDI - add a new virtual me...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-06Fix my name :)David Robillard
2011-03-02remove entire "stub" file concept; open new audio and MIDI files on demand (a...Paul Davis
2011-03-01Hopefully fix disappearing MIDI recorded regions on the first record of a new...Carl Hetherington
2010-12-21Set new (recorded) MIDI source length to length of entire capture (instead of...David Robillard
2010-12-20Fix more broken whitespace.David Robillard
2010-12-09Use a weak_ptr rather than a bald pointer for _midi_source in MidiModel.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-10-05Improve GUI display during MIDI record in various ways.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-01Clean up MidiSource::midi_read now that the signed type sframes_t is being us...Carl Hetherington
2010-08-09Fix save/load of MIDI automation state. Fixes #3354.Carl Hetherington
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl Hetherington
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-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
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-10-25Remove unused source file_changed methods.David Robillard
2009-10-24Fix tab width assumption used for alignment.David Robillard
2009-10-24(FULL commit) start of a nominal debug tracing system, with 64 bits available...Paul Davis
2009-10-22Replace horribly error-prone Sequence/MidiModel/MidiSource locking API with s...David Robillard
2009-10-22Fix MidiBuffer::merge_in_place and add aggressive correctness checking.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-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-04-30Rename 'position' parameter of MidiSource::midi_read to clearer 'source_start'.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-19Readable is not as generic as its name implies ;)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-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-16Gracefully ignore illegal MIDI events at the buffer level (i.e. from Jack).David Robillard