Fix fader in mackie control to work with groups.
[ardour.git] / libs /
2015-11-14 Len OvensFix fader in mackie control to work with groups.
2015-11-13 Paul Davissubstantial part of infrastructure required for track...
2015-11-13 Paul Davisfix return value from Route::save_as_template()
2015-11-13 nick_mArdour::Region - add method required to fix #6673.
2015-11-12 Robin Gareusfix edge-case in Dummy-backend random number generator...
2015-11-12 Paul Davisprovide a mechanism to force ID regeneration/reset...
2015-11-12 Paul Davisremove requirement for transport speed to be 1.0 when...
2015-11-10 Tim MayberryUse XMLNode::remove_child_and_delete in Stateful::add_e...
2015-11-10 Tim MayberryUse constructor initialization list in Stateful class
2015-11-10 Tim MayberryReplace spaces with tabs in pbd/stateful.h
2015-11-09 Paul Davismore correct semantics for reserved IO name checking
2015-11-08 Paul Davisslightly improved fix for reserved name handling
2015-11-08 Paul Davisdon't force rename of reserved route/IO names if the...
2015-11-07 Len OvensMackie Control: Initialize vpot assignment on start-up.
2015-11-07 Len OvensMackie Control: Add send functionality to vpot assign...
2015-11-06 John EmmasAdd some newly introduced sources to our MSVC project...
2015-11-04 Paul DavisMerge branch 'chaot4-fix_duplicate_fencepost_error'
2015-11-04 André NusserMake duplicate start at position, not position + 1...
2015-11-04 Paul Davisadd required header
2015-11-03 Robin Gareuslibardour wrapper for EBUr128 VAMP plugin
2015-11-03 Robin Gareusadd basic VAMP plugin for EBUr128 analysis
2015-11-02 nick_mAutomationList::set_automation_state () only needs...
2015-11-02 John EmmasClass 'PhaseControllable' needs to be importable since...
2015-11-02 Robin Gareusfix crash when cleaning up canvas items
2015-11-02 Len OvensDon't handle possible phase change if no audio channels...
2015-11-01 Len OvensFix Mackie surface phase control for flip and more...
2015-11-01 Len OvensAdded Phase control mackie controls as part of the...
2015-11-01 nick_mFix missing undo for record mute automation.
2015-11-01 nick_mClean up _before XMLNode in AutomationList if no automa...
2015-11-01 nick_mAutomation watch sets position for new write pass when...
2015-11-01 nick_mRevert starting write pass only in write mode when...
2015-10-30 nick_mHandle paste from non-toggled to boolean automation...
2015-10-30 Robin Gareusadd API to suspend timers signal emission.
2015-10-28 Robin Gareusfix JACK/windows compilation
2015-10-28 Robin Gareususe weak-jack's jack_port_rename wrapper
2015-10-26 Robin Gareusand another LV2-1.0.0 compat ifdef
2015-10-26 Robin Gareusamend 311adde (LV2-1.0.0 compat)
2015-10-25 Robin Gareusproperly translatable plural forms
2015-10-25 Len OvensChanged MCP trim detection to match method used in...
2015-10-23 Robin Gareusfix crash on SystemExec::Terminate
2015-10-23 Robin Gareusadd ifdefs for LV2-1.0.0 compat
2015-10-22 Len OvensMake mackie control view mode save bank for all modes.
2015-10-22 Tim MayberryEnable i18n for info/error messages in MidiPatchManager
2015-10-22 Tim MayberryOnly parse additional Session midnam files on Session...
2015-10-22 Tim MayberryStore the file path when constructing MidiNameDocument
2015-10-22 Tim MayberryDecouple Session from MidiPatchManager and reduce parsi...
2015-10-22 Tim MayberryAdd PBD::Searchpath::contains method to check if a...
2015-10-22 Tim MayberryExpose protected PBD::Searchpath API
2015-10-22 Tim MayberryDon't parse midnam patch files contained in Session...
2015-10-22 Tim MayberryRefactor common code in MidiPatchManager class into...
2015-10-22 Tim MayberryDon't call MidiPatchManager::refresh when creating...
2015-10-22 John EmmasFix a small buffer issue which could sometimes prevent...
2015-10-22 Robin Gareusremove invalid assertion - #6634
2015-10-22 John EmmasAdd some newly introduced sources to our MSVC project...
2015-10-22 Paul DavisMerge branch 'chaot4-fix_overwrite_file'
2015-10-22 André NusserAdd overwrite option to save_template. (default = false)
2015-10-22 Paul Davisfix automation update at transport stop when in automat...
2015-10-22 Paul Davisfix mute automation in Play automation state
2015-10-22 Paul DavisAdd AutomationControl::set_value_unchecked() and Automa...
2015-10-22 Paul Davisadd commentary and clean up blank lines
2015-10-21 Paul Davisvariable name change: percent is 0..100, 0..1.0 is...
2015-10-21 Paul Davisensure that mutator function for CONFIG_VARIABLE_SPECIA...
2015-10-21 Len OvensMake sure Mackie Control view modes start with route...
2015-10-21 Len OvensAdded "Selected" view mode to Mackie Control.
2015-10-21 Robin GareusFix crash in new CoreaudioSource code (on invalid file)
2015-10-20 Paul Davisfix AudioUnit parameter listening to work with new...
2015-10-20 Paul Davisrename Plugin::ParameterChanged to ParameterChangedExte...
2015-10-20 Paul DavisRevert "rename ParameterChanged signal in Plugin to...
2015-10-20 Robin Gareuspossible fix for invalid cleanup space calc on win32.
2015-10-20 Robin GareusNOOP, re-indent
2015-10-20 Robin Gareusremove cruft
2015-10-20 Paul Davisrename ParameterChanged signal in Plugin to ParameterCh...
2015-10-20 Robin Gareusremove unused "copy modifier hint"
2015-10-19 nick_mLegatize::name () reflects its type. Fixes confusing...
2015-10-19 nick_mAdd tooltips to user config preferences. clean up combo...
2015-10-19 nick_mUpdate ContrilList debug output.
2015-10-19 nick_mAmend last connit - don't use a bool to represent a...
2015-10-19 nick_mFix incorrect initial point when recording toggled...
2015-10-19 nick_mAutomation - more toggled controller twiddling.
2015-10-19 nick_mAutomation - fix occasional inverted bool state after...
2015-10-19 nick_mMake automation record undo per pass rather than per...
2015-10-19 nick_mToggled automation fixes.
2015-10-19 nick_mMake control point selection more consistent.
2015-10-19 Robin Gareusremove cruft
2015-10-19 Len OvensAdd Audio Tracks and Busses too.
2015-10-19 Len OvensAdded Midi Tracks View mode.
2015-10-18 Robin Gareusfix OS X system detection (amend 66704ee)
2015-10-18 Paul Davislibs/* changes use new AppleUtility Library
2015-10-18 Paul Davisalternative new version of the AppleUtility library
2015-10-18 Len OvensOnly display Trim for tracks that have Trim. On the...
2015-10-18 Paul DavisMerge branch 'chaot4-fix_midi_menu_consistency_new'
2015-10-18 André NusserRemove all the now unused functions in the MidiModel...
2015-10-18 André NusserAdd Transpose class that can be used by apply_midi_note...
2015-10-18 André NusserSplit transpose in MidiModel into two functions.
2015-10-18 Robin Gareusdisable auto-return with external sync #6577
2015-10-17 Len OvensAssign Global view to get back to Mixer.
2015-10-16 Robin Gareusextend session-save dirty-flag logic
2015-10-16 Robin GareusAPI to add system-specific file chooser shortcuts
2015-10-15 Robin Gareusfix crash when creating subgroup-bus - fixes #6642
2015-10-15 Paul Davisadd safety checking when setting up DEBUG bits 4.4
next