ardour.git
2010-07-27 Carl HetheringtonRemove some instances of erroneously-drawn bundle names.
2010-07-27 Carl HetheringtonImprove resize behaviour of port matrices when their...
2010-07-27 Carl HetheringtonFix some erroneous resizing of port matrices.
2010-07-27 Carl HetheringtonFix route port matrix to only display the relevant...
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-26 Carl HetheringtonSpeculative fix for VST link error.
2010-07-26 Carl HetheringtonAdd browse button to recent session dialogue. Fixes...
2010-07-26 Carl HetheringtonSave and restore MIDI driver option state, and tidy...
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 Davis(1) extend region if needed BEFORE adding step-edit...
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 HetheringtonLincoln's patch to fix #3343 (excessively small track...
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 Carl HetheringtonHIG-ify engine dialogue and add midi driver option...
2010-07-23 Paul Davisposition tearoffs at WIN_POS_MOUSE when first torn...
2010-07-23 Paul Davisuse -r argument with JACK if realtime is not requested...
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 offer to trim regions in internal edit mode,...
2010-07-22 Carl HetheringtonTrim note display to not overlap the end of its region...
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 Carl HetheringtonProvide a visual cue to indicate that MIDI and audio...
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-21 Carl HetheringtonClamp y for newly added automation line points.
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 Carl HetheringtonCopy-edit.
2010-07-20 Carl HetheringtonFix a few dialogues which don't reset their session...
2010-07-20 Carl HetheringtonFix list corruption when modifying a view point in...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-20 Carl HetheringtonShow editor window after opening a new session when...
2010-07-20 Carl HetheringtonSpeculative tweak to offer non-duplex as well as full...
2010-07-19 Carl HetheringtonVarious route group menu tweaks.
2010-07-19 Carl HetheringtonAdjust caption to reflect the fact that auto connection...
2010-07-19 Carl HetheringtonRemove fade handles from recording regions. Fixes...
2010-07-19 Carl HetheringtonFix tooltip to reflect use of stretch tool for MIDI...
2010-07-19 Carl HetheringtonStop transport rec button going red immediately on...
2010-07-19 Carl HetheringtonTweak group tabs class hierarchy and offer the same...
2010-07-19 Carl HetheringtonDon't auto-connect busses to hardware inputs. Fixes...
2010-07-19 Carl HetheringtonFix some segfaults on right-clicking a region.
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 HetheringtonTweak region view wave height. Fixes #3318.
2010-07-17 Carl HetheringtonFix typo in event type parser; fixes #3323.
2010-07-16 Paul Davisremove unncessary assert
2010-07-16 Carl HetheringtonDon't tempt the user with visual cues that they can...
2010-07-16 Carl HetheringtonPatch from Lincoln (#3319) to make the range selection...
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 HetheringtonClear program changes and sysexs before redisplaying...
2010-07-15 Carl HetheringtonCopy-edit.
2010-07-15 Carl HetheringtonFix setting of loop region start/end at the same time...
2010-07-14 Carl HetheringtonTweak zoom toolbar positioning.
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 HetheringtonMove zoom tools into their own tearoff. Fixes #3122.
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 HetheringtonApply velocity change before looking up velocity value...
2010-07-12 Carl HetheringtonMake AutomationLine set up interpolation style for...
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 HetheringtonHandle return from find_file_in_search_path in the...
2010-07-09 Carl HetheringtonAdd missing file.
2010-07-09 Carl HetheringtonSend both MTC and MMC locates on auto-return. Should...
2010-07-09 Carl HetheringtonFix playhead behaviour on auto-return if follow playhea...
2010-07-09 Carl HetheringtonRemove some unused transport sub state enums.
2010-07-09 Carl HetheringtonGive internal edit mode its own cursor. Deselect every...
2010-07-09 Carl HetheringtonMove all sync in / out options out of the menus and...
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-08 Carl HetheringtonSend MTC/MMC on the initial playhead grab as well as...
2010-07-08 Carl HetheringtonAllow multiple MIDI tracer windows.
2010-07-08 Carl HetheringtonTrim midi++ port code to either do in or out, but not...
next