* Add SysEx Support to MidiModel / SMF
[ardour.git] / libs / ardour / ardour /
2009-02-06 Hans Baier* Add SysEx Support to MidiModel / SMF
2009-02-03 Hans Baier* midi_event_size(uchar status): return size including...
2009-02-02 Carl HetheringtonFix auto-return, hopefully not at the expense of anythi...
2009-02-02 Carl HetheringtonRe-enable creation of stereo bundles for system IO...
2009-02-02 David RobillardDisable excessive console output (please comment this...
2009-02-02 Hans Baier* added assertions to MidiBuffer::iterator_base in...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-01 David RobillardRemoved fixed/maximum event size assumption/limitation...
2009-02-01 David RobillardTemplateify MidiBuffer iterators (avoid code duplicatio...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-30 Carl HetheringtonMore port matrix re-working. Global matrix now has...
2009-01-30 Sakari BergenTrack import is now working. Also, IO bundle setup...
2009-01-30 Paul Davisadd forgotten files
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-30 David RobillardUm... we can't use 128 bytes for every single MIDI...
2009-01-30 Hans Baier* enlage MidiBuffer size to 128 bytes to allow for...
2009-01-29 Hans Baier* set right interpolation on MidiModel controls after...
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2009-01-27 Carl HetheringtonMake track sends etc. appear in the same bundle as...
2009-01-25 Carl HetheringtonSome refactoring. Add port group headers to the port...
2009-01-24 Carl HetheringtonGather all ardour: ports so that a few more things...
2009-01-23 Carl HetheringtonAdd global port matrix dialogs.
2009-01-22 Carl HetheringtonSome more full / short name confusions.
2009-01-21 David RobillardFix incorrect/useless forward declaration and associate...
2009-01-21 Hans Baier* make MIDI-specific menu show up on all MIDI lanes
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2009-01-20 Carl HetheringtonNew matrix-based editor for connections and bundles...
2009-01-15 Paul DavisOSC becomes a control protocol object; make ardev_commo...
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2009-01-10 David RobillardRevert magic mystery changed from r4396 (trailing white...
2009-01-10 Hans Baier* wrong calculation of frames_moved in Session::process...
2009-01-10 Hans Baier* Extracted method void AudioDiskstream::process_varisp...
2009-01-09 Hans Baier* changed transport speed in session and slaves from...
2009-01-05 Hans Baier* further reduce the spaghettiness of Session::follow_slave
2009-01-05 Hans Baier* MIDI clock slave implementation with delay locked...
2009-01-02 Carl HetheringtonPorts say when they're going away.
2009-01-01 Hans Baier* removed field Session::_desired_transport_speed since...
2009-01-01 Hans Baier* refactor Session::follow_slave to be easier to read...
2009-01-01 Hans Baier* radically cleaned up / refactored midi_clock_slave.cc
2009-01-01 Hans Baier* made MidiClock_Slave conform more to to the Spec...
2008-12-30 Sakari BergenWrap some Jack_MidiPort stuff in #ifdefs to solve dylib...
2008-12-29 Sakari BergenFix some compiling warnings and errors in OS X
2008-12-29 Hans Baier* fixed bug introduced in revision 3335: Hibyte lost...
2008-12-27 David RobillardMove MidiRingBuffer::read into .cc file to avoid the...
2008-12-24 Hans Baier* implemented three coloring modes for MIDI tracks...
2008-12-23 Hans Baier* added comments to midi_region_view.h
2008-12-16 Carl HetheringtonImplement #2425: option for automation to follow region...
2008-12-15 Hans Baier* first working prototype of changing program changes...
2008-12-14 Hans Baier* some refactoring of patch name stuff in preparation...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-10 Hans Baier* make patch selection appear only when there are patch...
2008-12-09 Hans Baier* moved /midi_patch_manager.* to libs/ardour
2008-12-09 Hans Baier* first working prototype of selecting instruments...
2008-12-08 Paul Davismerge 3870-3890 from 2.0-ongoing into 3.X (compiles...
2008-12-08 Hans Baier* first primitive implementation of MidiPatchManager
2008-12-04 Hans Baier* made MidiClockTicker Singleton
2008-12-01 Hans Baier* Sending MIDI Clock while looping works now
2008-11-29 Sakari BergenFirst revision with working track import
2008-11-29 Hans Baier* fixed potential crash
2008-11-29 Hans Baier* sending MIDI clock works, hooray\!
2008-11-26 Hans Baier* added Menu for sending midi clock
2008-11-26 Sakari BergenMore work on track import and some cleaning up of Eleme...
2008-11-26 Hans Baier* the very humble beginnings of sending MIDI clock
2008-11-24 Sakari BergenA bit more of track import done...
2008-11-22 Hans Baier* added XML deserialisation for control and program...
2008-11-21 Sakari Bergen* Clean up (fix?) ExportStatus signal handling
2008-11-14 David RobillardApply LV2 changes from 2.0.
2008-11-07 Hans Baier* removed unnecessary method calls (preparse/postparse...
2008-11-06 Sakari Bergen* Fix problem with JACK being left in freewheeling...
2008-10-29 Hans Baier* fixed bug in Session::follow_slave: average_slave_del...
2008-10-29 Hans Baier* added documentaion to libs/ardour/slave.h
2008-10-27 Hans Baiergot MIDI Clock slave closer to functioning properly:
2008-10-25 Hans Baier* fixed jitter problems for midi clock and removed...
2008-10-20 Sampo SavolainenAdded facilities into PluginInsert for the GUI to gathe...
2008-10-16 Sakari BergenHandle export presets from config dirs properly. Remove...
2008-10-14 Hans Baier* this implementation of midi_clock_slave is still...
2008-10-13 Sampo SavolainenFirst draft of the EQ visualization system. Now force...
2008-10-13 David RobillardFix wrongly exposed set_parameter methods on PluginInsert.
2008-10-13 David RobillardFix pollution of global namespace by Evoral.
2008-10-12 David RobillardMIDI looping fixes from torbenh.
2008-10-11 Sakari Bergen* Some Export GUI tweaks
2008-10-11 Sakari BergenRegion export dialog: Make export channel and -selector...
2008-10-10 David RobillardAdd missing files.
2008-10-10 David RobillardApply MIDI looping patch from torbenh, with minor changes.
2008-10-09 Paul Davisadd config var for region fade visibility
2008-10-09 Paul Davisadd global region fade toggle; fixup (?) reload of...
2008-10-08 Paul Davistorben's port buffer reworking; torben's panner automat...
2008-10-08 Paul Davisfix for bad sync with other JACK transport-aware client...
2008-10-08 David RobillardFix MIDI playback while looping (ignore events with...
2008-10-07 David RobillardAudio diskstream fix from torbenh.
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-09-30 David RobillardMove midi_util.h.
2008-09-30 David RobillardSeparate low level details of SMF reading/writing from...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-29 David RobillardRemove ARDOUR::Parameter::is_integer.
2008-09-29 Sakari Bergen* Fixed const correctness error in Location
2008-09-29 Sakari BergenMade Export format compatibility checking a bit more...
2008-09-29 David RobillardRemove unused can_send_feedback API.
2008-09-29 David RobillardPlugin automation fixes from torbenh.
2008-09-28 Paul DavisJackPort::connect() fixup from torben
next