summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-30Put Mackie surface ports into the Ardour tab of the port matrix.Carl Hetherington
2010-07-29Don't display empty tabs in the port matrix.Carl Hetherington
2010-07-29Fix startup of the mackie surface code.Carl Hetherington
2010-07-28Trim get_nth_physical port methods.Carl Hetherington
2010-07-28Add session MIDI bundles to enable connection of MIDI tracks from the right-c...Carl Hetherington
2010-07-28Fix test compile.Carl Hetherington
2010-07-27catch the step edit region if it goes away and prepare to use a new one; step...Paul Davis
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-07-27Fix up Mackie control surface to cope with changes to midi++ midi ports from ...Carl Hetherington
2010-07-27Remove mono button and panner from MIDI mixer strips.Carl Hetherington
2010-07-27Copy-edit.Carl Hetherington
2010-07-27Fix up gain envelope handling with region split. Fixes #3306.Carl Hetherington
2010-07-27Make simple 2-point gain envelopes considered interesting if they are not con...Carl Hetherington
2010-07-27Remove some instances of erroneously-drawn bundle names.Carl Hetherington
2010-07-27Improve resize behaviour of port matrices when their content size changes.Carl Hetherington
2010-07-27Fix some erroneous resizing of port matrices.Carl Hetherington
2010-07-27Fix route port matrix to only display the relevant port types.Carl Hetherington
2010-07-26part two of: don't crash during startup with no config files when trying to u...Paul Davis
2010-07-26don't crash during startup with no config files when trying to use a non-exis...Paul Davis
2010-07-26Speculative fix for VST link error.Carl Hetherington
2010-07-26Add browse button to recent session dialogue. Fixes #3357.Carl Hetherington
2010-07-26Save and restore MIDI driver option state, and tidy up a couple of things. F...Carl Hetherington
2010-07-25Patch from petem to initialise inbound MMC device ID to 0x7f. Fixes #2853.Carl Hetherington
2010-07-25Fix case where the working range for the interpolation can be chosen wrongly ...Carl Hetherington
2010-07-25Name evoral test target so that it can be build on its own.Carl Hetherington
2010-07-25Remove end of SearchCache as it is not used (it's always set to DBL_MAX)Carl Hetherington
2010-07-25(1) extend region if needed BEFORE adding step-edit note, so that the new not...Paul Davis
2010-07-25do not apply global transport declick to MIDIPaul Davis
2010-07-25only push note-on information into the step edit ringbufferPaul Davis
2010-07-25Remove test that will never fire.Carl Hetherington
2010-07-25Lincoln's patch to fix #3343 (excessively small track heights on zoom out)Carl Hetherington
2010-07-25Move data file into subdir.Carl Hetherington
2010-07-25Remove debug output from last commit.Carl Hetherington
2010-07-25Add test for #3356.Carl Hetherington
2010-07-25Fix up libardour tests.Carl Hetherington
2010-07-25Fix up evoral test suite.Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-23catch thrown exception when rounding backwards from a position too close to zeroPaul Davis
2010-07-23Patch from dx9s to rearrange the View/Window menus a bit and add an option to...Carl Hetherington
2010-07-23HIG-ify engine dialogue and add midi driver option. Fixes #3349.Carl Hetherington
2010-07-23position tearoffs at WIN_POS_MOUSE when first torn off, and add tooltips to h...Paul Davis
2010-07-23use -r argument with JACK if realtime is not requested in engine dialog (also...Paul Davis
2010-07-22remove a bunch of uses of long (mostly replaced by int32_t)Paul Davis
2010-07-22second (and hopefully) final part of changes to respond to header format chan...Paul Davis
2010-07-22use Glib::build_filename() to construct fullpath, rather than doing it by han...Paul Davis
2010-07-22first part of using appropriate .ext extensions for the current chosen native...Paul Davis
2010-07-22Don't offer to trim regions in internal edit mode, again due to the lack of a...Carl Hetherington
2010-07-22Trim note display to not overlap the end of its region. Should fix #3202 and...Carl Hetherington
2010-07-22Don't move automation to follow region when a region has only been trimmed ra...Carl Hetherington
2010-07-22When a region movement is undone, prevent the resulting movement from trigger...Carl Hetherington