summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2009-02-14Fix send copying by paste and drag n drop.Carl Hetherington
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-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-11Add connected_to ()Carl Hetherington
2009-02-11Remove declaration of undefined method.Carl Hetherington
2009-02-11Remove internal ports.Carl Hetherington
2009-02-10Fixes to port inserts.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-02Disable excessive console output (please comment this stuff before committing...David Robillard
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-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* MIDI control lanes: Set Interpolationtype according to ParameterHans Baier
2009-01-27Make track sends etc. appear in the same bundle as the track. Tidy up bundle...Carl Hetherington
2009-01-25Some refactoring. Add port group headers to the port matrix.Carl Hetherington
2009-01-24Gather all ardour: ports so that a few more things are found to put in the po...Carl Hetherington
2009-01-23Add global port matrix dialogs.Carl Hetherington
2009-01-22Some more full / short name confusions.Carl Hetherington
2009-01-21Fix incorrect/useless forward declaration and associated torrent of warnings.David Robillard
2009-01-21* make MIDI-specific menu show up on all MIDI lanesHans Baier
2009-01-21Rework Port class hierarchy a bit. Hopefully now simpler, and shouldCarl Hetherington
2009-01-20New matrix-based editor for connections and bundles, based on thorwil's design.Carl Hetherington
2009-01-15OSC becomes a control protocol object; make ardev_common.sh(.in) look for sur...Paul Davis
2009-01-14Make Bundles work a bit better. A few include optimisations.Carl Hetherington
2009-01-10Revert magic mystery changed from r4396 (trailing whitespace).David Robillard
2009-01-10* wrong calculation of frames_moved in Session::process_*, resulting in drift...Hans Baier
2009-01-10* Extracted method void AudioDiskstream::process_varispeed_playback(nframes_t...Hans Baier
2009-01-09* changed transport speed in session and slaves from float to doubleHans Baier
2009-01-05* further reduce the spaghettiness of Session::follow_slaveHans Baier
2009-01-05* MIDI clock slave implementation with delay locked loop (DLL) seems to work ...Hans Baier
2009-01-02Ports say when they're going away.Carl Hetherington
2009-01-01* removed field Session::_desired_transport_speed since it is never used anyw...Hans Baier
2009-01-01* refactor Session::follow_slave to be easier to read and understandHans Baier