ardour.git
2019-09-13 Len Ovensdesensitize foldback show unless there is a foldback bus
2019-09-12 Robin GareusUse new icons in mixer window
2019-09-12 Robin GareusAdd new icons: hide, prev/next
2019-09-12 Len Ovensfoldback gui: simplify foldback strip menus
2019-09-12 Len Ovensfoldback gui: simplify button code where possible
2019-09-11 Len OvensFoldback gui: Added hide and show
2019-09-11 Len Ovensfoldback gui: added tool tips for previous and next
2019-09-11 Len OvensFoldback gui: previous and next buttons don't wrap...
2019-09-11 Len OvensFoldback GUI: sort send controls by mixer order
2019-09-11 Robin GareusWho needs semicolons?
2019-09-11 Robin GareusAU: fix optional buffers
2019-09-11 Robin GareusAU: don't consider in-place if there are no inputs
2019-09-10 Len OvensFoldback GUI: size and position tweaks
2019-09-10 Robin GareusAdd note about Denormal protection pref changes
2019-09-10 Robin GareusMXCSR is a 32bit unsigned int register
2019-09-10 Robin GareusFix ARM compilation
2019-09-10 Robin GareusRemove redundant call (moved to libardour)
2019-09-10 Robin GareusEngage thread-safe fftw planner in libardour
2019-09-09 Robin GareusImplement denormal protection for ARM
2019-09-09 Robin GareusUse ProcessThread::init () to set up denormal protection
2019-09-09 Robin GareusRemove NO-OP; ProcessThread::init() does nothing
2019-09-09 Robin GareusRemove NO-OP, ProcessThread::init() does nothing
2019-09-09 Robin GareusWhen muting MIDI, silence all playing notes
2019-09-09 Robin GareusFix MIDI velocity scale for muted sends and manual...
2019-09-09 Robin GareusReport whether arlua is being built
2019-09-09 Robin GareusSend NoteOff on when muting MIDI, drop note events...
2019-09-08 Len OvensNO OP: clean up and rearrange things
2019-09-08 Robin GareusTweak foldback style and tweak alignment
2019-09-07 Len OvensFoldback GUI: Add menus to send box
2019-09-07 Len OvensMatch foldback strip BG to dark theme better
2019-09-06 Robin GareusNO-OP: whitespace
2019-09-06 Robin GareusFix MSVC compilation
2019-09-06 Johannes MaibaumAdd patchfiles/Moog_Slim_Phatty.midnam
2019-09-06 Robin GareusImprove Lua unit-test report
2019-09-06 Robin GareusAdd Readme to the Lua script folder
2019-09-06 Robin GareusAnother script to skip during unit-tests
2019-09-06 Robin GareusFix LuaProc script-parse return status
2019-09-06 Robin GareusRemove ancient unit-test data
2019-09-06 Robin GareusUpdate template test session
2019-09-05 Robin GareusShuttle Surface: handle libusb_init() failure
2019-09-05 Robin GareusLua Fluid Synth example needs FluidR3_GM.sf2, skip...
2019-09-05 Robin GareusUnit-test: parameter ranges outside [0..1]
2019-09-05 Robin GareusUnit test all RegionEquivalence options
2019-09-05 Robin GareusUnit-test update: honor FadeInAutomation parameter...
2019-09-05 Robin GareusExclude Lua Convovler from unit-test (fails because...
2019-09-05 Robin GareusStrict Ctrl surface unit-test: check re-activate.
2019-09-05 Robin GareusReduce stdout/stderr clutter, prefer DEBUG_TRACE
2019-09-05 Robin GareusPrevent duplicate Ctrl-protocol instances
2019-09-05 Robin GareusIgnore <ExtendingDeviceNames> midnam during unit-test
2019-09-05 Robin GareusFix paths to .midnam file
2019-09-05 Robin GareusNew sessions are saved implicitly, remove explicit...
2019-09-05 Robin GareusSkip duplicate early session-save for new sessions
2019-09-05 Robin GareusReset write-source only when necessary
2019-09-05 Robin GareusReport Lua script that failed a unit-test
2019-09-05 Robin GareusFix thinko/typo bug introduced in e6c9bcfd07
2019-09-05 Robin GareusUpdate MClk unit-test - new transportmaster API
2019-09-05 Robin GareusRemove unused header (superseded by libtemporal)
2019-09-05 Robin GareusFix libevoal unit-test compilation
2019-09-04 Robin GareusUse Fixed-length when drawing percussive events
2019-09-04 Robin GareusAmend 69a3b0b46e, remove CCs not used by fluidsynth
2019-09-04 Robin GareusAdd script to set automation states of multiple controls
2019-09-04 Len OvensMove foldback strip to left of Master
2019-09-04 Len OvensChange back ground color for foldback strip
2019-09-04 Robin GareusUpdate Fluidsynth to v2.0.6-git
2019-09-04 Robin GareusExpose CCs that fluidsynth uses by default in midnam
2019-09-04 Len OvensResize and color the foldback level knob
2019-09-03 Robin GareusFix mute toggle actions when mute is automated
2019-09-03 Robin GareusScroll Lua scripts, now that there can be many
2019-09-03 Robin GareusFix -Wsign-compare
2019-09-03 Robin GareusFix -Wnon-virtual-dtor
2019-09-03 Robin GareusNO-OP: remove trailing whitespace
2019-09-03 Robin GareusIncrease available Lua action script slots
2019-09-02 Robin GareusProper error messages for Audio2MIDI script
2019-09-02 Robin GareusAnother windows build fix, declare LuaDialog::ProgressW...
2019-09-02 Robin GareusFix windows build linking, declare bindings
2019-09-02 Robin GareusUpdate Lua scripts, class-name change
2019-09-02 Robin GareusMove LuaProgressDialog into "LuaDialog" namespace
2019-09-02 Robin GareusPackage VAMP pYIN plugin
2019-09-02 Robin GareusFix pyin build, needs VAMPSDK
2019-09-02 Robin GareusUpdate Lua VAMP scripts to show a progress dialog
2019-09-02 Robin GareusAllow to cancel LuaAPI::Vamp::analyze
2019-09-02 Robin GareusAdd Lua progress dialog
2019-09-02 Robin GareusAdd pyin to VAMP_PATH
2019-09-02 Robin GareusAdd vamp-pyin authors to user-visible doc
2019-09-02 Robin GareusInclude vamp-pyin
2019-09-01 Robin GareusInitialize uninitialized variables
2019-09-01 Robin GareusUse preferred pa_context_new_with_proplist API
2019-09-01 Robin GareusColor schema for feedback-btn alternative active color
2019-09-01 Robin GareusProminent "Feedback" indicator blinking
2019-09-01 Robin GareusAllow to un-set custom Ardour-button colors
2019-09-01 Robin GareusChanging active-state needs no color lookup
2019-08-30 Robin GareusFix mixer-side-bar show/hide actions
2019-08-30 Nikolaus GullottaMove StripSilenceDialog XML to dedicated function
2019-08-30 Nikolaus GullottaAdd settings retention to StripSilenceDialog
2019-08-29 Robin GareusFix Lua-doc doxygen declaration extraction
2019-08-29 Robin GareusNo-OP: move doxygen doc into header files
2019-08-29 Robin GareusTweak Lua-doc processing:
2019-08-28 Len OvensReplaced foldback select button with previous and next...
2019-08-28 Len Ovensproperly remove foldback strip so it can be created...
2019-08-28 Nikolaus GullottaMerge branch 'master' of git.ardour.org:ardour/ardour
next