summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-27Fix up gain envelope handling with region split. Fixes #3306.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-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-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-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-23position tearoffs at WIN_POS_MOUSE when first torn off, and add tooltips to h...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 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
2010-07-21removed #if 0 codePaul Davis
2010-07-21fix up file renaming code a little bitPaul Davis
2010-07-21force creation of MIDI (SMF) files on disk whenever an SMF object is created,...Paul Davis
2010-07-21Sort tracks in the port matrix according to editor order. Fixes #2966.Carl Hetherington
2010-07-20Make AutomationLists clear their events when their state is set to an Automat...Carl Hetherington
2010-07-20Properly fix auto-connect so that busses can still have their outputs auto-co...Carl Hetherington
2010-07-20add note IDs and use them for looking up notes during a history rebuild. NOTE...Paul Davis
2010-07-19Don't auto-connect busses to hardware inputs. Fixes #3335.Carl Hetherington
2010-07-19Fix up change list handling on removal and re-addition of a value.Carl Hetherington
2010-07-17Show MIDI controller numbers in automation track titles, as per part of #3175.Carl Hetherington
2010-07-17Fix typo in event type parser; fixes #3323.Carl Hetherington
2010-07-16remove unncessary assertPaul Davis
2010-07-16Fix state save of region fades. Fixes #3316.Carl Hetherington
2010-07-16Remove unused full parameter to Region::stateCarl Hetherington
2010-07-16add new filesPaul Davis
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-07-16use framepos_t more clearly for partition operationPaul Davis
2010-07-15Fix thinko in my previous commit. Should fix #3315.Carl Hetherington
2010-07-15Fix setting of loop region start/end at the same time. Fixes #3314.Carl Hetherington
2010-07-14Insert new LocationEditRow on location add, rather than rebuilding the whole ...Carl Hetherington
2010-07-14Do special things when freewheeling only when this instance of ardour is expo...Sampo Savolainen
2010-07-14Add missing files.Carl Hetherington
2010-07-14Fix binding of automation list undo records to MIDI sources. Should fix the ...Carl Hetherington