ardour.git
2009-02-02 Carl HetheringtonRe-enable creation of stereo bundles for system IO...
2009-02-02 Carl HetheringtonFix a couple of bugs causing unexpected movements of...
2009-02-02 David RobillardDisable excessive console output (please comment this...
2009-02-02 Carl HetheringtonFix up mouseover handling in the port matrix.
2009-02-02 Hans Baier* fix misleading/wrong comment
2009-02-02 Hans Baier* debugging output
2009-02-02 Hans Baier* fixed crash: MidiBuffer::reserve returned wrong write...
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-02 David RobillardTidy.
2009-02-01 David RobillardRemoved fixed/maximum event size assumption/limitation...
2009-02-01 David RobillardStyle.
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-30 Hans Baier* re-enable assertion about controller values (probably...
2009-01-30 Hans Baier* fixed bug: channel and id swapped for PitchBener...
2009-01-29 Hans Baier* set right interpolation on MidiModel controls after...
2009-01-29 Hans Baier* loosened assertion about controller to UINT8_MAX...
2009-01-28 David RobillardRemove nonsense comment.
2009-01-28 Hans Baier* Set Discrete mode as default until Linear mode works...
2009-01-28 Hans Baier* Fixed bug: Discrete control lists are generally not...
2009-01-28 Hans Baier* Allow choice of interpolation mode only for Linear...
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2009-01-28 Hans Baier* more user friendly MIDI automation lane names
2009-01-28 Carl HetheringtonChange input/output selector button behaviour so that...
2009-01-27 Carl HetheringtonDraw mouseover lines only between the target and the...
2009-01-27 Carl HetheringtonMake track sends etc. appear in the same bundle as...
2009-01-27 Carl HetheringtonA few cleanups. Also make port matrix notice when...
2009-01-27 Carl HetheringtonFirst cut at mouseovers for the port matrix.
2009-01-26 Carl HetheringtonMake global port matrix a Gtk::Window rather than an...
2009-01-26 Carl HetheringtonPut sends / inserts into the port matrix next to their...
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 HetheringtonHappy new year.
2009-01-24 Carl HetheringtonTry to avoid adding system ports to the port matrix...
2009-01-24 Carl HetheringtonFix state setting in the port matrix, broken a few...
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-23 Sakari BergenFix up menus (they broke when ardour.menus.in was copie...
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 small-ish port matrix rendering improvements.
2009-01-22 Carl HetheringtonRemove (now unused?) UseOSC menu option so that the...
2009-01-22 Carl HetheringtonSome more full / short name confusions.
2009-01-22 Carl HetheringtonFix send editing.
2009-01-21 Carl HetheringtonFix sends.
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 Carl HetheringtonPut JACK ports with alsa_pcm: prefix into the system...
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 HetheringtonOnly add session bundles that are of the correct type.
2009-01-21 Carl HetheringtonRemove now-deprecated non-zero page size in Adjustments...
2009-01-21 Carl HetheringtonFix a couple of compiler warnings.
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2009-01-21 Carl HetheringtonMore logical arrangement of port matrix inputs and...
2009-01-20 Carl HetheringtonNew matrix-based editor for connections and bundles...
2009-01-18 Sampo SavolainenOofus's work on region lists: highlight selected canvas...
2009-01-15 Hans Baier* fixed bug: replaced underscores in patch/bank names...
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-14 David RobillardApply LV2 GUI parameter update patch from kfoltman.
2009-01-14 Hans Baier* comments
2009-01-14 Hans Baier* improve performance on CanvasProgramChange
2009-01-13 Carl HetheringtonFile missing from previous commit.
2009-01-13 Carl HetheringtonImprovements to the port matrix (I think). Sizing...
2009-01-11 Paul Davispending changes to port_matrix code
2009-01-11 Carl HetheringtonAdd some more bits to .gitignore.
2009-01-11 Carl HetheringtonRemove libs/gtkmm2 from .gitignore. Sorry if someone...
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-07 David RobillardFix audible note select:
2009-01-07 Carl HetheringtonFix startup with a command-line session when Ardour...
2009-01-07 Carl HetheringtonFix some bugs in my last commit, 4389.
2009-01-06 Carl HetheringtonComment and (hopefully) simplify Editor::region_drag_mo...
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-03 Carl HetheringtonImprove GNOME HIG compliance a bit.
2009-01-03 Carl HetheringtonRemove some duplicated code. GNOME HIG compliance.
2009-01-03 Carl HetheringtonOffer more accurate Cancel button rather than Quit...
2009-01-02 Carl HetheringtonPorts say when they're going away.
2009-01-02 Sampo SavolainenFix missing namespace
next