summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2009-01-01* radically cleaned up / refactored midi_clock_slave.ccHans Baier
2009-01-01* made MidiClock_Slave conform more to to the Spec by starting transportHans Baier
2008-12-30Wrap some Jack_MidiPort stuff in #ifdefs to solve dylib errors on OS XSakari Bergen
2008-12-29Fix some compiling warnings and errors in OS XSakari Bergen
2008-12-29* fixed bug introduced in revision 3335: Hibyte lost in channel mask when res...Hans Baier
2008-12-27Move MidiRingBuffer::read into .cc file to avoid the 2 hour dev cycle (no fun...David Robillard
2008-12-24* implemented three coloring modes for MIDI tracks (untested yet)Hans Baier
2008-12-23* added comments to midi_region_view.hHans Baier
2008-12-16Implement #2425: option for automation to follow region moves.Carl Hetherington
2008-12-15* first working prototype of changing program changes by scroll wheel (still ...Hans Baier
2008-12-14* some refactoring of patch name stuff in preparation for altering program ch...Hans Baier
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-12-10* make patch selection appear only when there are patches loadedHans Baier
2008-12-09* moved /midi_patch_manager.* to libs/ardourHans Baier
2008-12-09* first working prototype of selecting instruments in the MIDI track headerHans Baier
2008-12-08merge 3870-3890 from 2.0-ongoing into 3.X (compiles, runs, no other promisesPaul Davis
2008-12-08* first primitive implementation of MidiPatchManagerHans Baier
2008-12-04* made MidiClockTicker SingletonHans Baier
2008-12-01* Sending MIDI Clock while looping works nowHans Baier
2008-11-29First revision with working track importSakari Bergen
2008-11-29* fixed potential crashHans Baier
2008-11-29* sending MIDI clock works, hooray\!Hans Baier
2008-11-26* added Menu for sending midi clockHans Baier
2008-11-26More work on track import and some cleaning up of ElementImporter interfaceSakari Bergen
2008-11-26* the very humble beginnings of sending MIDI clockHans Baier