clean up mess in Route/Track controllables caused by not understanding the significan...
[ardour.git] / libs / ardour / ardour /
2016-02-01 Paul Davisclean up mess in Route/Track controllables caused by...
2016-02-01 Paul Davischange API of MIDI::Port::drain() to include a maximum...
2016-02-01 Paul Davisprovide route solo isolate and solo safe automation...
2016-02-01 Paul Davisadd new automation type enums
2016-02-01 Paul Davismake Track::set_monitoring() use a GroupControlDisposit...
2016-02-01 Paul Davisadd a new constructor for RouteAutomationControllable...
2016-01-29 Paul Davisadd new Route API ::master_send_enable_controllable...
2016-01-29 Paul Davisadd new API to Route to get name of "well-known" nth...
2016-01-28 Tim MayberryAdd Playlist::duplicate_range/s utility methods
2016-01-27 Paul Davisno need for multiple send level/enable parameter types
2016-01-27 Paul Davisremove mackie send pot mode (subview mode for sends...
2016-01-27 Paul Davismake Route::nth_send() and Route::nth_processor() be...
2016-01-27 Paul Davisadd stubs and enums to access "well-known" send controls
2016-01-25 Paul Davischange exposed type of various objects' gain controls...
2016-01-24 Robin Gareusadd wrapper for ChanMapping::get()
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-19 Ben LoftisAdd all_tracks_rec actions
2016-01-19 Paul DavisRevert "mackie: still respond to route groups visibilit...
2016-01-19 Paul Davismackie: still respond to route groups visibility changes
2016-01-18 Paul Davisadd group disposition argument to Route::set_gain(...
2016-01-18 Paul Davisworking version of new gain control design
2016-01-18 Paul Davismove Amp::GainControl out into its own source module...
2016-01-18 Paul Davischange ownership of the AutomationControl used by Amp.
2016-01-16 Len OvensChange last commit to use it's own variable rather...
2016-01-14 Robin Gareusadd API to query signal value of audio-latency measurement
2016-01-09 Robin GareusAPI evolution
2016-01-08 Robin GareusExpose overall monitor-processor state
2016-01-08 Robin Gareusremove default implementation to query plugin-preset...
2016-01-07 Robin GareusAllow to query Windows VST user-preset-names
2016-01-07 Robin Gareuslxvst preset name display (user presets only)
2016-01-07 Robin GareusLADSPA preset discovery
2016-01-07 Robin Gareusdiscover AU presets without instantiating plugin
2016-01-07 Robin GareusLV2 - query presets without instantiating the plugin
2016-01-07 Robin GareusAdd API to allow querying plugin-presets without instan...
2016-01-07 Robin GareusNO-OP, re-order header
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-12-28 Paul Davisredesign cross-thread registration/signalling system
2015-12-27 Robin Gareusproper display name for Monitor Processor
2015-12-25 Robin GareusKeep plugin presets in sync across plugin-instances.
2015-12-25 Robin Gareusdon't assume plugin presets start their numbering at...
2015-12-25 Robin Gareusadd a PluginPreset struct: combined plugin-info + prese...
2015-12-22 Robin Gareusadd signal for Plugin Status Changes (Hidden/Favorite)
2015-12-19 Robin Gareuscont'd work on plugin-state templates - #6709
2015-12-18 Robin Gareussave/restore plugin state with track-template
2015-12-16 Paul Davisadd new automation types for EQ and compression
2015-12-16 Paul Davisnew route API to discover/access well-known automation...
2015-12-13 Robin GareusAPI consistency
2015-12-13 Len OvensFix ff->stop->play not at speed 1.0 on Mackie Control...
2015-12-10 Robin GareusLV2 specific instrument-plugin check
2015-12-09 Len OvensFix Mackie control Gain while in flip mode (vpot contro...
2015-12-08 Robin Gareusadd config variable to en/disable opening the plugin...
2015-12-07 Paul Davischange API for accessing session MIDI ports so that...
2015-12-06 Robin Gareusoutline a "NoSampleAccurateControl" LV2 feature:
2015-12-04 Robin Gareusadd interface for latency updates w/o restarting the...
2015-12-04 Robin Gareusadd an interface to select playback buffers/period
2015-12-02 Paul DavisMerge branch 'chaot4-fix_fill_track'
2015-12-02 André NusserAdd function to duplicate until a certain frame.
2015-12-02 Robin Gareusrename ProcessSemaphore to Semaphore (libs)
2015-12-02 Robin Gareusconsolidate semaphore implementation (part four)
2015-12-02 Robin Gareusconsolidate semaphore implementation (part one)
2015-11-28 Robin Gareusfilling the midi playback buffer is a private operation.
2015-11-25 Paul Davisadd debug "bits" for FaderPort
2015-11-24 Robin GareusPrevent crash at session-close when analysing.
2015-11-24 Robin Gareusprevent concurrent peak-file init.
2015-11-21 Robin Gareusremove cruft
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 Gareusallow to rename the session root folder - fixes #6557
2015-11-18 Robin Gareusadd dedicated API to check plugin class
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 nick_mArdour::Region - add method required to fix #6673.
2015-11-03 Robin Gareuslibardour wrapper for EBUr128 VAMP plugin
2015-11-02 John EmmasClass 'PhaseControllable' needs to be importable since...
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_mClean up _before XMLNode in AutomationList if no automa...
2015-10-22 Tim MayberryOnly parse additional Session midnam files on Session...
2015-10-22 Tim MayberryDecouple Session from MidiPatchManager and reduce parsi...
2015-10-22 Tim MayberryRefactor common code in MidiPatchManager class into...
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 DavisAdd AutomationControl::set_value_unchecked() and Automa...
2015-10-20 Paul Davisrename Plugin::ParameterChanged to ParameterChangedExte...
2015-10-20 Paul DavisRevert "rename ParameterChanged signal in Plugin to...
2015-10-20 Paul Davisrename ParameterChanged signal in Plugin to ParameterCh...
2015-10-19 nick_mLegatize::name () reflects its type. Fixes confusing...
2015-10-19 nick_mMake automation record undo per pass rather than per...
2015-10-19 Robin Gareusremove cruft
2015-10-18 Paul Davislibs/* changes use new AppleUtility Library
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-14 John EmmasFix a problem where VST automation data wasn't getting... 4.3
2015-10-13 Robin Gareusremove last ofstream
2015-10-09 Paul Davisremove unused PortManager::port_name_prefix_is_unique...
2015-10-09 Paul Davisremove declaration of undefined (and necessarily unused...
next