summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_track.cc
AgeCommit message (Expand)Author
2008-09-22Move event specific ringbuffer stuff to evoral.David Robillard
2008-09-21- Call channel pressure channel pressure, not aftertouch (that's key specific).David Robillard
2008-09-19Fix parameter range stuff and automation time axis height (somewhat...).David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-15Don't dump immediate events.David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-23Remove pointless Byte typedef that didn't really match any other typedef in a...David Robillard
2008-05-12* fixed various event size bugsHans Baier
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-05-11* Added a couple of guards to prevent MIDI::Events with NULL buffers to enter...Hans Baier
2008-05-03Fix midi_model.cc formatting.David Robillard
2008-05-03* MidiModel::const_iterator::operator++: added AUTOMATION typeHans Baier
2008-04-23* refactored MidiControlIterator to improve readability of codeHans Baier
2008-04-03* implemented editing velocities (http://tracker.ardour.org/view.php?id=2148)Hans Baier
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2008-02-18Channel-aware note recording in MidiModel (i.e. multi-channel note input does...David Robillard
2008-01-15Fix problem with notes occasionally not showing up at all.David Robillard
2007-11-26Use normal Processor run_in_place interface on Meter.David Robillard
2007-10-14Fix displaying of notes in auto-created MIDI region when it's the first regio...David Robillard
2007-10-10Make sure we notice when an IO's port count is reduced as well as when it's i...Carl Hetherington
2007-08-31Reading of MIDI CC from MIDI regions (MidiModel). UI still needs work though..David Robillard
2007-08-02Little MidiEvent prettification additions, ifdef'd non-realtime aspects (for ...David Robillard
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard
2007-07-28Playback from MIDI model, playback of clicked-in events.David Robillard
2007-07-07Linear interpolation for MIDI CC (bar controller, line, and actual MIDI outpu...David Robillard
2007-07-07Note modes: note, percussion.David Robillard
2007-07-06Fix 'live' CC sending of bar controllers after loading session (previously on...David Robillard
2007-07-06Midi CC automation sending (send points only, no linear interpolation yet).David Robillard
2007-07-04Changed Processor interface to support out-of-place processors, for Panner.David Robillard
2007-07-03s/ParamID/Parameter/David Robillard
2007-07-03Pan automation/serialization fixes.David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-27Renamed Insert to Processor and Redirect to IOProcessor.David Robillard
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-04MIDI metering.David Robillard
2007-06-04Show selected MIDI track in editor mixer.David Robillard
2007-06-03Fix MIDI region loading.David Robillard
2007-05-10Added nicer looking wrapper methods for ChanCount::get(DataType), sedified co...David Robillard
2007-05-03optimize some performance bottlenecks; remove jack_nframes_t that crept back ...Paul Davis
2007-01-09Merged with trunk R1283.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-09-01Fixes for IO port adding/removingDavid Robillard
2006-08-31- Fixed port adding/removing/connecting and related bugs with route signal pathDavid Robillard
2006-08-24Merged with trunk R846David Robillard
2006-08-16Progress on the disk side of things:David Robillard
2006-08-14- MIDI "recording" - rec region creation/drawing, actual MIDI region creation...David Robillard
2006-08-13More signal path cleanup, IO now has one deliver_output function that should ...David Robillard