* more user friendly MIDI automation lane names
[ardour.git] / libs /
2009-01-28 Hans Baier* more user friendly MIDI automation lane names
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 HetheringtonDo not take into account sends when computing the requi...
2009-01-24 Carl HetheringtonCopy diskstream data to all output buffers.
2009-01-24 Carl HetheringtonUpdate actual gain when declick has been applied.
2009-01-24 Carl HetheringtonGather all ardour: ports so that a few more things...
2009-01-24 Carl HetheringtonOnly create mono bundles for physical I/O to avoid...
2009-01-23 Carl HetheringtonAdd global port matrix dialogs.
2009-01-22 Carl HetheringtonFix crash on using sends with no MIDI
2009-01-22 Carl HetheringtonFix port rename problems.
2009-01-22 Carl HetheringtonSome more full / short name confusions.
2009-01-21 David RobillardFix incorrect/useless forward declaration and associate...
2009-01-21 Carl HetheringtonFix some confusion about relative / non-relative port...
2009-01-21 Hans Baier* make MIDI-specific menu show up on all MIDI lanes
2009-01-21 Hans Baier* Added Menu to add a Program change parameter lane
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 Davisremove "Use OSC" from options menu; make OSC optional...
2009-01-15 Paul DavisOSC becomes a control protocol object; make ardev_commo...
2009-01-15 David RobillardAdd apparently missing include...
2009-01-15 Hans Baier* extend MIDNAM support (PatchBanks containing the...
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* add comments / improve readability of varispeed playb...
2009-01-09 Hans Baier* changed transport speed in session and slaves from...
2009-01-05 Hans Baier* corrected copyright information
2009-01-05 Hans Baier*fixed typo
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-04 David RobillardFix midi note max colour typo (miri -> midi).
2009-01-02 Carl HetheringtonPorts say when they're going away.
2009-01-02 Paul Davisinstall/uninstall to ardour3 not ardour2
2009-01-02 Paul Davissave/restore meter point from carl for #1748
2009-01-01 Hans Baier* removed field Session::_desired_transport_speed since...
2009-01-01 Hans Baier* cosmetic change
2009-01-01 Hans Baier*fixed bug in MidiClock_Slave: Use current framerate...
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...
2009-01-01 Hans Baier* fix broken MidiClockTicker (introduced by revision...
2008-12-31 Carl HetheringtonFlip stacked regions order so that the highest layer...
2008-12-31 Carl HetheringtonBug fixes to find_next_region_boundary (), unless I...
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 missing track color mode persistence
2008-12-29 Hans Baier* fixed bug introduced in revision 3335: Hibyte lost...
2008-12-29 Hans Baier* added a bit of documentation in an effort to understa...
2008-12-27 David RobillardFix immediate event delivery (panic button, controller...
2008-12-27 David RobillardMove MidiRingBuffer::read into .cc file to avoid the...
2008-12-26 Hans Baier* fix the fix: note velocity editing works now without...
2008-12-25 Hans Baier* first prototype implementation of playing back MIDI...
2008-12-24 Hans Baier* implemented three coloring modes for MIDI tracks...
2008-12-23 Carl HetheringtonBug fixes so that region split does not clobber region...
2008-12-23 Hans Baier* added comments to midi_region_view.h
2008-12-22 Carl HetheringtonFix uninitialized value _self_managed spotted by valgrind.
2008-12-21 David RobillardSync with svn.drobilla.net/lad/trunk/evoral r1891.
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-18 Carl HetheringtonCouple of bug fixes which show up when undoing solo...
2008-12-17 Carl HetheringtonFix #2478; deref of 0 pointer if jack_port_register...
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-13 Sampo SavolainenAdded evoral dependency
2008-12-13 Paul Davisfix up java-style expression to have correct C++ semantics
2008-12-13 Paul Davisfix use of deprecated gtk toolbar tooltips API when...
2008-12-12 Paul Davis"merge" (i.e. wholesale import) 2.0-ongoing Mackie...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-12 Hans Baier* fixed memory allocation bugs
2008-12-12 Hans Baier* reenabled assertions after irc-ing with drobilla
2008-12-12 Hans Baier* fixed memory management bugs for midi patchname handling
2008-12-12 Hans Baier* converted two especially obnoxious assertions into...
2008-12-11 Hans Baier* added myself to about.cc
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 Paul Davispartial patch/partial by-hand merge of 2.X commits...
2008-12-08 Hans Baier* first primitive implementation of MidiPatchManager
2008-12-08 Sakari BergenImprove svn revision handling and make srctar "work...
2008-12-06 Hans Baier* completed MIDI::Name::MIDINameDocument and implemente...
2008-12-06 Hans Baier* changed all lists in midnam_patch.h to std::list
2008-12-06 Hans Baier* completed MIDI::Name::MasterDeviceNames and implement...
2008-12-06 Hans Baier* Added MIDI::Name::Note
2008-12-04 Hans Baier* made MidiClockTicker Singleton
2008-12-01 Hans Baier* minor cleanup
2008-12-01 Hans Baier* reduced debugging output
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-23 Hans Baier* Added support for ChannelNameSetAssignments (midnam_p...
2008-11-22 Hans Baier* added XML deserialisation for control and program...
2008-11-21 Sakari Bergen* Clean up (fix?) ExportStatus signal handling
next