summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2008-09-26Add Import from session -functionalitySakari Bergen
2008-09-23An actual tempo line cache (not quite perfect when scrolling left, but miles ...David Robillard
2008-09-22Fixed overflow issue. Code originally meant to truncate the 64 bit integer di...Sampo Savolainen
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-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-20* Added filename extension definitions for export presets and format profilesSakari Bergen
2008-09-19* Added PBD::UUIDSakari Bergen
2008-09-19chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; ...Paul Davis
2008-09-19Fix parameter range stuff and automation time axis height (somewhat...).David Robillard
2008-09-19Tidy.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-18Fix SYSLIBS=1David Robillard
2008-09-17Fix bugs in BroadcastInfo, and use it in SndfileSourceSakari Bergen
2008-09-17remove duplicate/wrong includes in last commit.Nick Mainsbridge
2008-09-17Fix track height, partial merge of recent 2.0 updates (speed up track resizin...Nick Mainsbridge
2008-09-17gcc-4.3 include fixesSakari Bergen
2008-09-17Yet another file missing from meSakari Bergen
2008-09-17new files from sakari, missed last timePaul Davis
2008-09-17merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding...Paul Davis
2008-09-14More gracefully handle type mismatch errors when doing playlist things (just ...David Robillard
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-08-07* enabled moving averages again... plays much nicer in a realtime setupHans Baier
2008-08-06* I dont know whether this works, but I'll commit it anywayHans Baier
2008-08-06* removed rolling speed average from MIDIClockSlave, ardour seems to keep tim...Hans Baier
2008-08-06* fixed JACK_MidiPort to get the events into the slaveHans Baier
2008-08-04* first implementation of MIDI Clock Slave supportHans Baier
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-21* bugfix: Inputs and Outputs swapped in the Track/Bus InspectorHans Baier
2008-05-21More petty clean ups of MIDI stuff.David Robillard
2008-05-21* Made the MIDI standard names show up for controllers instead of just contro...Hans Baier
2008-05-21Separate audio and MIDI disk buffer size (and track read ahead) parameters.David Robillard
2008-05-16Don't create tracks for empty MIDI channels on import (i.e. make import look ...David Robillard
2008-05-16* Fixed crash on closing MIDI automation tracks, because ARDOUR::Parameter::o...Hans Baier
2008-05-15Eliminate excessive allocation (for every event) during MidiModel iteration.David Robillard
2008-05-13* formattingHans Baier
2008-05-12* fixed various event size bugsHans Baier
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-05-11* disabled some debugging outputHans Baier
2008-05-11* Added a couple of guards to prevent MIDI::Events with NULL buffers to enter...Hans Baier
2008-05-09* formatting/style guideHans Baier
2008-05-09* adjusted formatting a bit to style guideHans Baier
2008-05-08* fixed some valgrind issues (uninitialized instance vars)Hans Baier
2008-05-06* bugfix: SMFSource: track footer overwrote the last MIDI eventHans Baier
2008-05-03Comment out excessive terminal output.David Robillard
2008-05-03Fix midi_model.cc formatting.David Robillard
2008-05-03* MidiModel::const_iterator::operator++: added AUTOMATION typeHans Baier