lotsa keybindings for nearly everything in the step editor
[ardour.git] / libs /
2010-08-12 Paul Davislotsa keybindings for nearly everything in the step...
2010-08-12 Carl HetheringtonMake automation-follows-regions the default.
2010-08-11 Paul Davisadd a first hack at a step edit cursor (to be changed...
2010-08-10 Paul Davispart 2 of the OMG-make-radio-buttons-and-actions-work...
2010-08-10 Carl HetheringtonDon't drop MIDI messages that arrive at the very start...
2010-08-09 Carl HetheringtonFix compatibility of marker positional lock style with...
2010-08-09 Carl HetheringtonFix up state save/load of location lock/glue settings.
2010-08-09 Carl HetheringtonFix save/load of MIDI automation state. Fixes #3354.
2010-08-09 Carl HetheringtonAdd glue / lock buttons to the location window.
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-08-09 Carl HetheringtonIn marks_either_side, don't return a marker that is...
2010-08-08 Carl HetheringtonAdd tooltip for edit mode selector. Shorten strings...
2010-08-08 Carl HetheringtonLabel panner automation sliders the same as panners.
2010-08-07 Carl HetheringtonCall activate() on plugins when setting state so that...
2010-08-07 Carl HetheringtonAllow local-scope strings to be passed in as constructo...
2010-08-07 Carl HetheringtonPossibly-useful assert.
2010-08-06 Paul Davisdon't try to look up the key info for actions that...
2010-08-06 Paul Davisstart using new keybinding stuff in step editor dialog
2010-08-06 Paul Davisfunctions related to blocking mothership callbacks
2010-08-06 Paul Davisnew files for new per-window/action-driven key binding...
2010-08-05 Paul Davisactually read&parse current version from ardour.org...
2010-08-05 Paul Davisfirst pass a "phone home" facility for version tracking...
2010-08-05 Paul Davisslightly more info when debugging the kbd snooper
2010-08-05 Carl HetheringtonSupport cut / copy / paste of MIDI automation.
2010-08-04 Carl HetheringtonFix SNAFU with auto-connect. Fixes #3379.
2010-08-04 Carl HetheringtonFix peakfile display after record. Fixes at least...
2010-08-02 Carl HetheringtonSuspend transport timecode transmission during playhead...
2010-08-01 Carl HetheringtonPut MIDI sync ports in the Ardour tab of the port matrix.
2010-08-01 Carl HetheringtonFixes to MIDI ports in the matrix.
2010-08-01 Carl HetheringtonFix up mistake in session bundle generation.#
2010-07-30 Carl HetheringtonPut Mackie surface ports into the Ardour tab of the...
2010-07-29 Carl HetheringtonDon't display empty tabs in the port matrix.
2010-07-29 Carl HetheringtonFix startup of the mackie surface code.
2010-07-28 Carl HetheringtonTrim get_nth_physical port methods.
2010-07-28 Carl HetheringtonAdd session MIDI bundles to enable connection of MIDI...
2010-07-28 Carl HetheringtonFix test compile.
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-27 Carl HetheringtonFix up Mackie control surface to cope with changes...
2010-07-27 Carl HetheringtonFix up gain envelope handling with region split. Fixes...
2010-07-26 Paul Davispart two of: don't crash during startup with no config...
2010-07-26 Paul Davisdon't crash during startup with no config files when...
2010-07-25 Carl HetheringtonPatch from petem to initialise inbound MMC device ID...
2010-07-25 Carl HetheringtonFix case where the working range for the interpolation...
2010-07-25 Carl HetheringtonName evoral test target so that it can be build on...
2010-07-25 Carl HetheringtonRemove end of SearchCache as it is not used (it's alway...
2010-07-25 Paul Davisdo not apply global transport declick to MIDI
2010-07-25 Paul Davisonly push note-on information into the step edit ringbuffer
2010-07-25 Carl HetheringtonRemove test that will never fire.
2010-07-25 Carl HetheringtonMove data file into subdir.
2010-07-25 Carl HetheringtonRemove debug output from last commit.
2010-07-25 Carl HetheringtonAdd test for #3356.
2010-07-25 Carl HetheringtonFix up libardour tests.
2010-07-25 Carl HetheringtonFix up evoral test suite.
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-07-23 Paul Daviscatch thrown exception when rounding backwards from...
2010-07-23 Carl HetheringtonPatch from dx9s to rearrange the View/Window menus...
2010-07-23 Paul Davisposition tearoffs at WIN_POS_MOUSE when first torn...
2010-07-22 Paul Davisremove a bunch of uses of long (mostly replaced by...
2010-07-22 Paul Davissecond (and hopefully) final part of changes to respond...
2010-07-22 Paul Davisuse Glib::build_filename() to construct fullpath, rathe...
2010-07-22 Paul Davisfirst part of using appropriate .ext extensions for...
2010-07-22 Carl HetheringtonDon't move automation to follow region when a region...
2010-07-22 Carl HetheringtonWhen a region movement is undone, prevent the resulting...
2010-07-21 Paul Davisremoved #if 0 code
2010-07-21 Paul Davisfix up file renaming code a little bit
2010-07-21 Paul Davisforce creation of MIDI (SMF) files on disk whenever...
2010-07-21 Carl HetheringtonSort tracks in the port matrix according to editor...
2010-07-20 Carl HetheringtonMake AutomationLists clear their events when their...
2010-07-20 Carl HetheringtonProperly fix auto-connect so that busses can still...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-19 Carl HetheringtonDon't auto-connect busses to hardware inputs. Fixes...
2010-07-19 Carl HetheringtonFix up change list handling on removal and re-addition...
2010-07-17 Carl HetheringtonShow MIDI controller numbers in automation track titles...
2010-07-17 Carl HetheringtonFix typo in event type parser; fixes #3323.
2010-07-16 Paul Davisremove unncessary assert
2010-07-16 Carl HetheringtonFix state save of region fades. Fixes #3316.
2010-07-16 Carl HetheringtonRemove unused full parameter to Region::state
2010-07-16 Paul Davisadd new files
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-16 Paul Davisuse framepos_t more clearly for partition operation
2010-07-15 Carl HetheringtonFix thinko in my previous commit. Should fix #3315.
2010-07-15 Carl HetheringtonFix setting of loop region start/end at the same time...
2010-07-14 Carl HetheringtonInsert new LocationEditRow on location add, rather...
2010-07-14 Sampo SavolainenDo special things when freewheeling only when this...
2010-07-14 Carl HetheringtonAdd missing files.
2010-07-14 Carl HetheringtonFix binding of automation list undo records to MIDI...
2010-07-14 Carl HetheringtonFix track lifetime wrt graph. Fixes #3251.
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-13 Carl HetheringtonRemove stub class.
2010-07-12 Carl HetheringtonMark Sequence as edited when one of its parent ControlS...
2010-07-11 Carl HetheringtonFix up VST build and add basic support for VSTi
2010-07-09 Carl HetheringtonFix (in inverted commas) #2885.
2010-07-09 Carl HetheringtonSend both MTC and MMC locates on auto-return. Should...
2010-07-09 Carl HetheringtonRemove some unused transport sub state enums.
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-08 Carl HetheringtonTrim midi++ port code to either do in or out, but not...
2010-07-07 Carl HetheringtonTransmit MTC on playhead drag, as per #3239.
2010-07-07 Carl HetheringtonFix Mackie surface after port rework.
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
next