summaryrefslogtreecommitdiff
path: root/libs/ardour/automation_event.cc
AgeCommit message (Expand)Author
2008-09-19Tidy.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
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-03Comment out excessive terminal output.David Robillard
2008-05-03* MidiModel::const_iterator::operator++: added AUTOMATION typeHans Baier
2008-05-02Fix range problems for pitch wheel controller.David Robillard
2008-05-02Fixes for GCC 4.3.David Robillard
2008-04-23* refactored MidiControlIterator to improve readability of codeHans Baier
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-02-19Less crash-happy MIDI reading on weird MIDI files.David Robillard
2007-08-31Reading of MIDI CC from MIDI regions (MidiModel). UI still needs work though..David Robillard
2007-08-28Split MidiModel::Note out to ARDOUR::Note in it's own file (midi_model.h was ...David Robillard
2007-07-20Trimmed some code by removing silly Java-isms.David Robillard
2007-07-16support for 16 bit native files, part IIPaul Davis
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-06Midi CC automation sending (send points only, no linear interpolation yet).David Robillard
2007-07-05Replace remaining references to 'param_id' (with 'parameter').David Robillard
2007-07-04Add AutomationControl::parameter() for terseness.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-27Big ol' automation refactor.David Robillard
2007-06-23Fix loading inserts from 2.0 sessions.David Robillard
2007-05-03optimize some performance bottlenecks; remove jack_nframes_t that crept back ...Paul Davis
2007-03-18Merged with trunk R1612.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-24Merged with trunk R846David Robillard
2006-08-10Merged with trunk R776David Robillard
2006-08-02Merged from trunk R743David Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-06-13Merged with trunk (painfully)David Robillard
2006-05-19fix naming of destructive track audio filesPaul Davis
2005-09-24libardour added.Taybin Rutkin