ardour.git
2016-05-06 Robin Gareususe WindowManager toggle API for script-manager
2016-05-06 Robin GareusNO-OP whitespace
2016-05-06 Robin Gareusre-introduce "add track/bus" from mixer window
2016-05-05 Robin Gareuslua script to bounce regions w/processing and replace...
2016-05-05 Robin Gareuswhat an oversight!
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Robin Gareusremove assert()s from LocaleGuard
2016-05-05 Paul Davisminor comment change
2016-05-05 Paul Davisspelling fixes and an explanatory comment
2016-05-05 Robin Gareusrework locale-guard for C and C++ locales
2016-05-05 Robin Gareusno need to force a change here.
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-05-04 Robin Gareusfix another menu typo in fda03d1
2016-05-04 Robin Gareusfix "warning: this decimal constant is unsigned only...
2016-05-04 Robin Gareusfix ppc builds
2016-05-04 Paul Davisdon't bother compiling nsview code swizzling for PPC
2016-05-04 Robin Gareususe existing API to find the instrument
2016-05-04 Robin Gareusadd option to limit track-header meters to stereo
2016-05-04 Robin GareusNO-OP, whitespace
2016-05-03 Robin Gareustweak cases where pin-mapping is reset & always sanitiz...
2016-05-03 Robin Gareusfix typo in fda03d1f1
2016-05-03 John EmmasMSVC won't compile 'const float _demolition[]' because...
2016-05-03 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-05-03 Robin Gareushandle single-bus, non-variable i/o Audio Units w/multi...
2016-05-03 Alexandre ProkoudineUpdate Russian translation
2016-05-03 Robin GareusSidechain is one word
2016-05-03 Robin Gareusconsistent menu labels
2016-05-03 Robin Gareusbatch remove tracks
2016-05-03 Robin Gareusanother (non critical) concurrency issue:
2016-05-03 Robin Gareusskip updating editor-route display when closing the...
2016-05-03 Robin Gareusmark initial TAV as hidden to speed up initial display.
2016-05-03 Robin Gareusspeed up track creation
2016-05-03 Robin Gareusadd a const method to check for existing key/value...
2016-05-02 Robin Gareususe same tooltip timeout throughout Ardour -- part two
2016-05-02 Robin Gareususe same tooltip timeout throughout Ardour -- part one
2016-05-02 Robin Gareus_plugin_display can be a LuaPluginDisplay
2016-05-02 Robin Gareusremove a stray semicolon
2016-05-02 Robin GareusExport format GUI updates for loudness normalization
2016-05-02 Robin GareusAdd loudness normalization to Export Format & Graph
2016-05-02 Robin Gareusprepare loudness normalization
2016-05-01 Robin Gareustweak AU redrawing blocking heuristics
2016-05-01 Robin Gareusincrease visibility of actual compiler warnings
2016-05-01 Robin GareusRhythm Rodent updates:
2016-05-01 Robin Gareusfix aubio-onset detection parameters
2016-05-01 Robin Gareusadd option to auto-save post-export-analysis image
2016-05-01 Robin Gareusfix plugin-creator display for non LADSPA plugins
2016-05-01 Robin Gareusfix a Wsigncompare and 2 -Wuninitialized
2016-05-01 Robin Gareusfix: gcc4.2 / PPC compilation
2016-05-01 Robin Gareusfix adding favorite plugins post-fader
2016-05-01 Robin Gareusmake region > Edit context menus identical
2016-05-01 Robin GareusNO-OP use spaces throughout the menu file, remove trail...
2016-05-01 Robin GareusGUI updates for transient rework
2016-05-01 Robin Gareusvarious transient-detection fixes (split region, trim...
2016-04-30 Robin GareusAPI call to be removed
2016-04-30 Paul Davisuse CFRunLoopTimer to check the effect of plugin redraw...
2016-04-30 Paul Davismake BasicUI (for control surfaces) loop toggle work...
2016-04-29 Robin Gareusenable luaproc presets
2016-04-29 Robin Gareusimplement lua plugin presets
2016-04-29 Robin Gareusremove skeleton backend (superseded by portaudio)
2016-04-29 Robin GareusI wanna be nasty, I wanna be cruel,..
2016-04-29 Paul Davisclean up of displayIfNeeded hack code
2016-04-29 Robin Gareussave custom favorite plugin order (revert when merging...
2016-04-29 Robin Gareusadd Lua DSP plugin category
2016-04-29 Robin Gareusremove "Lua DSP Proc" context meuu
2016-04-29 Robin Gareusinclude lua processors in plugin-selector
2016-04-29 Robin Gareusdon't special case lua processors, use plugin-manager
2016-04-28 Paul Davisclever tricks with code swizzling to slow down errant...
2016-04-28 Robin Gareusconsolidate and re-order luasession code
2016-04-28 Robin Gareusflush pending Session Events at session close
2016-04-28 Robin Gareusfix a deadlock with jack2 when inserting a plugin adds...
2016-04-28 Robin Gareusadd a debug message for LV2 per port buffer allocation
2016-04-28 Robin Gareusfor mixed-i/o show HW ports of both types in the matrix
2016-04-28 Paul Davisremove unnecessary lines+changes
2016-04-28 Paul Davisfix logic bomb
2016-04-27 Paul Davisif built on OS X without live resizing features, make...
2016-04-27 Paul Davisadd a new configure-time for Cocoa live resizing macros
2016-04-27 Ben Loftisanother attempt to use platform-specific path for the...
2016-04-27 Robin Gareusamend c1c81a239c after testing
2016-04-27 Robin Gareussome linuxVST GUI details: initialize lock, add a note.
2016-04-27 Robin Gareuspin connection GUI for variable I/O plugins
2016-04-27 Robin Gareusallow to customize variable i/o plugin inputs
2016-04-27 Ben Loftisfix default 64bit Windows VST path ( untested )
2016-04-27 Paul Davischange ordering of origin-move and window-resize for...
2016-04-27 Robin Gareusprobable fix for 64bit VST signal latency
2016-04-27 Paul Davisshow debug out when AU NSView doesnt get moved
2016-04-27 Len OvensOSC: Fix Solo to work with both SIP and Listen.
2016-04-27 Robin Gareustweak LV2 atom buffer allocation strategy
2016-04-27 Paul Davissignificant reworking of AudioUnit window resizing.
2016-04-27 Paul Davisadd the concept of a "state mask" that determines what...
2016-04-26 Robin Gareusmake -D VSTCallbacks readable
2016-04-26 Robin Gareuscanvas tooltips, too
2016-04-26 Robin Gareusre-enable "Show Tooltip" preference (needs testing...
2016-04-26 Robin Gareusalso hide persistent tooltips
2016-04-26 Robin Gareustowards fixing optional tooltips
2016-04-26 Robin Gareusremove duplicate "bld.install_files" call
2016-04-26 Robin Gareusdeploy all *.colors files in binary bundles
2016-04-26 Robin Gareusinitialize output data ports for cases where the plugin...
2016-04-26 Robin Gareuslet GMainContext clean up after us.
2016-04-26 Robin Gareusport 93eac8b0 to ALSA and CoreAudio
2016-04-26 Robin Gareusallow to duplicate tracks with sends or load templates...
next