add (N)RPN handling to libmidi++
[ardour.git] / libs /
2015-11-23 Paul Davisadd (N)RPN handling to libmidi++
2015-11-23 Paul DavisMerge branch 'nphilipp-master--build-fix'
2015-11-23 Nils Philippsenmake copies of global lists before extending
2015-11-21 Robin Gareuscont'd 20262abe (keep all playlists)
2015-11-21 Robin Gareusprepare "delete all playlists" cleanup option
2015-11-21 Robin Gareusfix playlist refcount on track un-freeze.
2015-11-21 Robin Gareusremove cruft
2015-11-20 Robin Gareusprevent deletion of playlists on frozen tracks:
2015-11-20 Robin Gareusadd API to read snapshot name from instant.xml
2015-11-20 Robin Gareusremember in-use snapshot/session name in instant.xml
2015-11-20 Robin Gareusremove cruft
2015-11-19 Ben Loftisprovide user preference for pre-roll
2015-11-19 Robin Gareusremove debug message
2015-11-19 Robin Gareusline-wrap fatal message (that's not done automatically)
2015-11-19 Robin Gareusallow to rename the session root folder - fixes #6557
2015-11-19 Tim MayberryFix windows build when using pthreads-win32 library
2015-11-19 Tim MayberryUse a range of values for ASIO buffer sizes if provided...
2015-11-19 Tim MayberryAdd support for callback API to portaudio backend but...
2015-11-18 Robin Gareusadd dedicated API to check plugin class
2015-11-18 Robin Gareusreduce math weirdness (thanks to Steven Yi)
2015-11-17 Paul Davisuse thread private data **pointer** correctly for State...
2015-11-17 Paul Davisfix inadvertently commit error related to at-process...
2015-11-17 Paul Daviscorrect value testing for Stateful thread-private varia...
2015-11-14 Paul Davisget PlaylistDisposition argument of Session::new_route_...
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.
next