ardour.git
2016-04-26 Robin Gareusdon't show engine dialog when loading a session..
2016-04-26 Robin Gareusstyleguide #10
2016-04-26 Robin Gareuskeep portmap & portindex in sync when renaming ports
2016-04-26 Robin GareusPortManager lua bindings (to debug lingering ports)
2016-04-25 Robin Gareustweak location-UI layout (right-align checkboxes &...
2016-04-25 Robin Gareusslightly improved location-UI layout
2016-04-25 Robin GareusNO-OP whitespace
2016-04-25 Robin Gareusreturn of the location GoTo Button
2016-04-25 Paul Daviscompile-time test for useful ASL API
2016-04-25 Paul Davisremove unused code
2016-04-25 Robin Gareusfix copy/paste typo in in 5e0f0fc
2016-04-25 Robin Gareusupdate luadoc tools
2016-04-25 Robin Gareusupdate [lua bindings] documentation
2016-04-25 Robin Gareuslua action details (button sensitivity, text ellipsis)
2016-04-25 Robin Gareusadd missing header for luadoc
2016-04-24 Robin Gareusadd optional buttons to trigger lua scripted actions.
2016-04-24 Robin Gareusupdate keyeditor when action label changes
2016-04-24 Robin Gareus..and CoreAudio.
2016-04-24 Robin GareusO(log(n)) port and connection lookup for ALSA
2016-04-24 Robin Gareusnow with C++98 compat
2016-04-24 Robin Gareusdelayline: use boost::shared_array
2016-04-24 Robin Gareusoptimize port lookup, adding/removing/reconnecting...
2016-04-24 Robin Gareusreduce debug-build overhead.
2016-04-24 Robin Gareuswe need the process lock after all..
2016-04-24 Paul Davisrestore sending stderr/stdout to the console
2016-04-24 Robin Gareusadd debug facilities to arlua (valgrind, callgrind...
2016-04-24 Robin Gareussome new lua-bindings and session-lua (creating sessions)
2016-04-24 Robin GareusNO-OP whitespace
2016-04-24 Robin Gareusfix crash when loading a session with non-default clock...
2016-04-24 Robin Gareusfix mismatched delete/delete[]
2016-04-24 Robin Gareussome notes on mem-leaks...
2016-04-24 Robin Gareushand over automationlist undo state ownership (mem...
2016-04-24 Robin Gareusplug some memory leaks in libardour
2016-04-24 Paul Davisdo NOT use Glib::ustring unless you know that the conte...
2016-04-24 Robin Gareusfurther tweaks to session close
2016-04-23 Robin Gareuslua bindings for track/bus and session creation
2016-04-23 Robin GareusDisconnect Signals before dropping ports
2016-04-23 Robin Gareusdelegate port-connections to low priority thread.
2016-04-23 Robin Gareussave-as/snapshot tweaks:
2016-04-22 Robin Gareusfix typo in config variable
2016-04-22 Robin Gareusfix send-id "0" when loading session
2016-04-22 Robin Gareusfix single-bus AU rendering & related updates
2016-04-22 Robin Gareusinvalidate AU cache on re-scan
2016-04-22 Robin Gareususe coreaudio wrapper
2016-04-22 Robin GareusPin Management UI tweaks for AU.
2016-04-22 Robin GareusSingle instance AUs only, use variable i/o
2016-04-22 Robin GareusAU multibus support
2016-04-22 Robin Gareusfix AU cache clear
2016-04-22 Robin Gareusload presets for all instances
2016-04-22 Robin Gareusadd API to load plugin presets for all instances
2016-04-22 John EmmasClarify my XML error printout from yesterday (see previ...
2016-04-21 John EmmasWhen logging XML error messages, make sure we don't...
2016-04-20 Robin Gareusand now with proper closing bracket.
2016-04-20 Robin Gareustake MB dithering into account when stripping silence...
2016-04-20 Robin Gareusdisable sidechain & manual cfg for MB & AU for now
2016-04-20 Robin Gareusbackend part for MB send-panners (ignore existing state...
2016-04-20 Robin Gareusspecial case send panning for MB
2016-04-20 Robin Gareusfix AU sidechain connection
2016-04-20 Robin Gareusinclude sidechain when delegating I/O configuration
2016-04-20 Robin GareusMixbus: auto-connect monitor-section
2016-04-20 Robin Gareusamend 386f244f - don't reinitialize I/O map
2016-04-20 Robin GareusReset I/O map when copying plugin and ChanCount changes
2016-04-19 Len OvensOSC: removed unused _namespace_root variable.
2016-04-19 Robin Gareusfix stuck solo w/sidechain (when using port, not send...
2016-04-19 Robin Gareusclear [midi] plugin audio output buffers before running...
2016-04-19 Robin GareusRevert/amend "fix a const-cast issue"
2016-04-19 Robin Gareusshow no/inplace info in Pin Dialog (debug builds only)
2016-04-19 Robin Gareussome plugin-insert debugging
2016-04-19 Paul Davisfix a const-cast issue
2016-04-19 Robin Gareusdon't show plugin GUI when renaming tracks/busses
2016-04-19 Robin Gareusfix midi-bypass drawing.
2016-04-19 Robin GareusGUI part of 00169f1da (TRY_AUTOSTART_ENGINE)
2016-04-19 Robin Gareushidden config option to replace TRY_AUTOSTART_ENGINE...
2016-04-19 Robin Gareusdefault strict-i/o preference to enable
2016-04-19 Robin GareusMixbus specific Pin Mapping tweaks
2016-04-19 Robin Gareussmall is beautiful
2016-04-19 Robin GareusNO-OP, whitespace and comments
2016-04-19 Robin Gareusmore wire drawing..
2016-04-18 Robin Gareusfix plugin silence runs (e.g. during audition)
2016-04-18 Robin Gareusfix possible crash at session close.
2016-04-18 Robin Gareusupdate instrument list when rescanning plugins
2016-04-18 Robin Gareusslightly better version of 0077923d, don't stop the...
2016-04-18 Robin Gareusadd some assert for reloading saved plugin pin connections
2016-04-18 Robin Gareusupdate flow when loading a new session with different SR.
2016-04-18 Robin GareusGUI samplerate Mismatch notification
2016-04-18 Robin Gareusadd notification if Engine Rate changes and mismatches...
2016-04-18 Robin Gareusnever ever change sample-rate saved with the session...
2016-04-18 Robin Gareusadd a try-autostart-engine option (most recently used...
2016-04-18 Robin GareusEngine Dialog: exclude optional widgets from show_all.
2016-04-17 Robin Gareusmore sidechain send GUI details:
2016-04-17 Robin Gareusfix initial panner control for new Sends
2016-04-17 Robin Gareusimplement metadata-set for remaining backends
2016-04-17 Robin GareusPin Dialog: cache UI thread information
2016-04-17 Robin Gareusfix port icon visibility for coalesced wire view
2016-04-17 Robin Gareuspretty send and sidechain names
2016-04-17 Robin Gareusset sidechain port pretty name
2016-04-17 Robin Gareusadd IOProcessors pretty name support
2016-04-17 Robin Gareusnotify IO about port disconnection due to port removal
2016-04-17 Robin Gareusadd API to set pretty names for ardour ports
2016-04-17 Robin Gareusimplement pretty-name set-property for ALSA and Dummy
next