summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2009-02-14Make DnD copy processors using their XML representations. Remove unusedCarl Hetherington
2009-02-14Fix most absurd function name I've seen in a while.David Robillard
2009-02-14More powerful SMF::open interface.David Robillard
2009-02-14Fix send copying by paste and drag n drop.Carl Hetherington
2009-02-14* second part of the last fixHans Baier
2009-02-14* fix concerning a comment on issue 2541: Go back to the last MIDI beat on stopHans Baier
2009-02-14Less weak plugin preset system (maybe AU preset stuff can use the 'normal' th...David Robillard
2009-02-13*session.h whitespaceHans Baier
2009-02-13* MIDIClock_Slave: fixed bugs:Hans Baier
2009-02-13* MIDIClock_Slave: Fix for devices that always send MIDI clock (not just betw...Hans Baier
2009-02-12* disabled debugging outputHans Baier
2009-02-12* Swapped MidiSource to LibSMFHans Baier
2009-02-12* MIDI clock slave: issues 2541 and 2542 ready for testing (cant test myself ...Hans Baier
2009-02-11verbosity--David Robillard
2009-02-11Remove unused (and weirdly typed) time parameter from begin_write.David Robillard
2009-02-11Offer routes on mixer strip IO menus. Fixes to these menus on MIDI routes.Carl Hetherington
2009-02-11Add connected_to ()Carl Hetherington
2009-02-11Remove declaration of undefined method.Carl Hetherington
2009-02-11Remove internal ports.Carl Hetherington
2009-02-10* fix MIDI playbackHans Baier
2009-02-10Fixes to port inserts.Carl Hetherington
2009-02-10Remove some debug code.Carl Hetherington
2009-02-10Use slightly cleaner Port API in a few places.Carl Hetherington
2009-02-09Fix fade outs on split regions.Carl Hetherington
2009-02-09Shrink exposed SMF API.David Robillard
2009-02-09Apply fix for 2546 from lincoln. Many thanks.Carl Hetherington
2009-02-09Fixes to bundle manager to make it vaguely usable.Carl Hetherington
2009-02-06* Add SysEx Support to MidiModel / SMFHans Baier
2009-02-03* midi_event_size(uchar status): return size including status / handle sysexHans Baier
2009-02-02Fix auto-return, hopefully not at the expense of anything else.Carl Hetherington
2009-02-02Re-enable creation of stereo bundles for system IO, so that the mixer stripCarl Hetherington
2009-02-02Fix a couple of bugs causing unexpected movements of the playhead.Carl Hetherington
2009-02-02Disable excessive console output (please comment this stuff before committing...David Robillard
2009-02-02* fix misleading/wrong commentHans Baier
2009-02-02* debugging outputHans Baier
2009-02-02* fixed crash: MidiBuffer::reserve returned wrong write locationHans Baier
2009-02-02* added assertions to MidiBuffer::iterator_base in order to avoid offset corr...Hans Baier
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-02-01Removed fixed/maximum event size assumption/limitation from MIDI buffer.David Robillard
2009-02-01Style.David Robillard
2009-02-01Templateify MidiBuffer iterators (avoid code duplication since they're about ...David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-30More port matrix re-working. Global matrix now has separate visibility buttonsCarl Hetherington
2009-01-30Track import is now working. Also, IO bundle setup/creation is safer.Sakari Bergen
2009-01-30add forgotten filesPaul Davis
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2009-01-30Um... we can't use 128 bytes for every single MIDI event, Hans.David Robillard
2009-01-30* enlage MidiBuffer size to 128 bytes to allow for sysex eventsHans Baier
2009-01-29* set right interpolation on MidiModel controls after recording tooHans Baier
2009-01-28* Set Discrete mode as default until Linear mode works properlyHans Baier