Move what I'm pretty sure is a misplaced assert; a panner
[ardour.git] / libs /
2011-08-29 Carl HetheringtonMove what I'm pretty sure is a misplaced assert; a...
2011-08-19 Carl HetheringtonEmit ConfigurationChanged when meter setup bypasses the
2011-08-17 Paul Davisvarious fixes to MidiRegionView selection handling... 3.0-alpha10
2011-08-16 Paul Davisavoid compiler warnings about un-implemented MIDI funct...
2011-08-14 Carl HetheringtonAdd fr_FR translation for libgtkmm2ext from Roming22...
2011-08-14 Paul Davismake control protocol's SelectByRID signal work, thus...
2011-08-14 Carl HetheringtonDon't auto-connect buss inputs (#4211).
2011-08-13 Paul Davistrack changes to config parameters for MMC device id...
2011-08-13 Carl HetheringtonFix build with tests enabled.
2011-08-12 Paul Davisprevent illegal data being used to set note values...
2011-08-11 Paul Davisfix stupid thinko in varispeed limitation for record...
2011-08-11 Paul Davisfinish the intention of the previous commit, correctly...
2011-08-11 Paul Davisdo not assert/abort out of data errors that may origina...
2011-08-11 Paul Davisadd skeleton for i18n support
2011-08-10 Paul Davisfix leftover bug from hacking on internal send panning...
2011-08-10 Paul Davisadd virtual Delivery::pan_outs() so that internal sends...
2011-08-10 Paul Davisdon't use MIDI tracks when adding internal sends to...
2011-08-10 Paul Davisif a binding map specifies controllables that don't...
2011-08-10 Paul Davismake handling of sends-only feed-based solo propagation...
2011-08-09 Paul Davisattempt to prevent dropping into record if rolling...
2011-08-09 Carl HetheringtonPrevent crash on de-selecting all tracks from a stem...
2011-08-09 Carl HetheringtonAdd a few asserts.
2011-08-08 Carl HetheringtonSet new region length correctly after stretch (part of
2011-08-03 Carl HetheringtonUse correct default value for MIDI faders, and put the
2011-08-03 Carl HetheringtonAdd GPL boilerplate.
2011-08-03 Carl HetheringtonPolarity control value needs to be able to go negative...
2011-08-03 Carl HetheringtonUse route group solo property for route listen as well
2011-08-03 Carl HetheringtonApply x42's patch from #4207; rename MIDI control
2011-07-31 Carl HetheringtonFix up build of tests.
2011-07-26 Paul Davisremove remnant of MIDI I/O debugging
2011-07-26 Paul Davisfix up colons in track names before they are used for...
2011-07-26 Paul Davisremove some MIDI I/O debugging (hopefully all)
2011-07-25 Paul Davisremove more unneeded header includes
2011-07-25 Paul Davisremove unneeded header includes
2011-07-25 Paul Davischange FastMeter drawing implementation to use Cairo...
2011-07-25 Paul Davis"forward" port IO::ensure_* changes from 2.X for correc...
2011-07-25 Paul Davisin exclusive solo mode, allow full-group solo
2011-07-22 Paul Davisuse std::vector::assign() in BufferSet::attach_buffers...
2011-07-22 Paul Davismove basic parameter initialization out of AudioEngine...
2011-07-20 Paul Davistry to fix data loss at end of a capture pass for MIDI...
2011-07-19 Paul Daviseven more MIDI IO debugging
2011-07-19 Paul Davisyet more MIDI IO debugging
2011-07-19 Paul Davistentative "fix" for output for tracks with audio and...
2011-07-19 Paul Davischeck for _panshell->panner() before ::run-ing the...
2011-07-19 Paul Davismore MIDI I/O debugging output
2011-07-19 Carl HetheringtonMake _read_at take notice of its srcs parameter; fixes...
2011-07-19 Carl HetheringtonRemove unused parameters to AudioRegion::read_at
2011-07-18 Paul Davisimproved fix for #4158 etc, hopefully
2011-07-18 Paul Davismore more debugging for MIDI i/o
2011-07-18 Paul Daviswhen renaming, remove old session and add new session...
2011-07-18 Paul Davisdon't try (and fail) to rename the history file if...
2011-07-16 Carl HetheringtonRemove an assert() that I can't see the value of, and...
2011-07-15 Carl HetheringtonRemove unused _own_latency member from Latent.
2011-07-15 Carl HetheringtonSave / restore processor _user_latency (another part...
2011-07-14 Carl HetheringtonSave and restore Latent's _user_latency for IOs (fixes...
2011-07-14 Carl HetheringtonMove panner bypass state up to the PannerShell so that...
2011-07-14 Paul Davisinitial pass at session-renaming functionality
2011-07-14 Carl HetheringtonFix restoration of PannerShell state from session XML...
2011-07-14 Carl HetheringtonRemove unused variable.
2011-07-14 Paul Davismore midi I/O debugging
2011-07-13 Paul Davismore midi io debugging
2011-07-13 Paul Davismore midi io debugging
2011-07-13 Paul DavisMIDI IO debugging
2011-07-13 Carl HetheringtonAdd a couple of missing attach_buffers() calls after...
2011-07-12 Paul Davisadd incoming MIDI stream debugging
2011-07-12 Carl HetheringtonSet up default and upper/lower limit correctly on LV2...
2011-07-12 Carl HetheringtonPrint a message to the console if we abort because...
2011-07-12 Carl HetheringtonCorrect (I think) previous fix.
2011-07-12 Carl HetheringtonSet mixbufs count in the case of a panner being used, as
2011-07-11 Paul Davisexplanatory comment about use of g_strncasecmp()
2011-07-11 Paul Davisaccept .MID as a MIDI file extension, not just .mid
2011-07-11 Carl HetheringtonUse an assert to check that a panner is obtained, which
2011-07-10 Carl HetheringtonSet up initial gains with init_gain() before (rather...
2011-07-10 Carl HetheringtonMake an empty-string non-affirmative so that AxisView...
2011-07-08 Paul Davisrefine definition of "generator" plugins, and only...
2011-07-08 Paul Davisfix incorrect use of MidiBuffer::reserve() and MidiBuff...
2011-07-08 Carl HetheringtonMake sure the buffer count is updated properly when...
2011-07-04 Carl HetheringtonUncomment fix for #4110.
2011-07-03 Carl HetheringtonSend full MIDI time code (if enabled) after changing...
2011-07-03 Paul Davisctrl-alt-click now toggles input active status of other...
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-07-01 Paul Davisadd MIDI input control column to editor route list...
2011-06-28 Paul Davisbasic infrastructure for enabling/disabling MIDI input...
2011-06-26 Carl HetheringtonRemove some unused PostTransport enums and renumber...
2011-06-22 Carl HetheringtonAlways use numeric prefixes for default-named tracks...
2011-06-22 Paul Davisdon't double-load NestedSource nodes, which are listed...
2011-06-22 Paul Davisremove some debug output
2011-06-22 Paul Davissecond half of "bomb out if playlist construction from...
2011-06-22 Paul Davisdrobilla-spacification of playlist.cc, along with corre...
2011-06-22 Paul Davisignore unpaired noteoff's when writing part of a MidiMo...
2011-06-22 Paul Davisremove some potential HCI confusion for Gtkmm2ext:...
2011-06-21 Paul Davischange default overlapping note strategy to "relax...
2011-06-21 Paul Davisan entire freakin' day working on 1 working function...
2011-06-19 Paul Davisremove some debug output
2011-06-19 Paul Davismuch ado about nothing when it comes to gain control
2011-06-19 Paul Daviscleanup confused mess related to jack_port_type_get_buf...
2011-06-17 Paul Davissome changes to try to make the monitor section gain...
2011-06-14 Paul Davismonitor send gets access to the (shared) pannable of...
2011-06-14 Paul Davisfix initialization of gain for Listen internal sends...
2011-06-13 Paul Davisa real, working fix for panning regression in alpha6
next