ardour.git
2019-09-18 Robin GareusFix LV2 state:loadDefaultState
2019-09-18 Paul Davisdon't bother following playhead priority during session...
2019-09-18 Paul Davisdeepen stack trace when checking non-RT RT calls
2019-09-18 Robin GareusAdd missing break (VST-key forwarding)
2019-09-18 Robin GareusNO-OP: fix some Wimplicit-fallthrough, see prev commit
2019-09-18 Robin GareusNO-OP: fix some Wimplicit-fallthrough
2019-09-18 John EmmasIntroduce the BOOST_MPL stuff (though it all seems...
2019-09-18 John EmmasRemove a (no longer needed) source file from our MSVC...
2019-09-18 John EmmasAdd/remove source(s) in our MSVC project (libardour)
2019-09-18 Robin GareusFix OSX builds: undef Apples's odd nil macro
2019-09-18 Robin GareusConsistent use of abort() /* NOTREACHED */
2019-09-18 Robin GareusFix Wdeprecated, dynamic exception
2019-09-18 Robin GareusRemove old unused source file
2019-09-18 Robin GareusAdd missing i18n include (after 7f3f2018334)
2019-09-18 Robin GareusRe-order includes
2019-09-18 Robin GareusRemove "i18n.h" include from header - fix builds
2019-09-18 Paul Davisdeepen stacktrace to show where non-process calls to...
2019-09-18 Paul Davisadd finite state machine to control/manage transport...
2019-09-18 Paul Daviscorrect mistakenly left-in debugging condition that...
2019-09-18 Paul Davisminor tweaks to use initialization rather than assignment
2019-09-18 Paul Davisremove unused local variable
2019-09-17 Paul Davisfix thinko when testing for internal seek with negative...
2019-09-17 Paul Davisuse const int rather than macro
2019-09-17 Paul Davisparametize the maximum transport speed.
2019-09-17 Paul Davisresize audio port _data buffer based on current buffer...
2019-09-17 Paul Davismanually correct cherry-pick of cdbabe40ed4e
2019-09-17 Paul Davisadd new port flag to identify those owned by a transpor...
2019-09-17 Paul Davisadd ::usable() method to TransportMaster objects to...
2019-09-17 Robin GareusCorrectly handle Zoom > Edit-point > Mouse
2019-09-16 Len Ovensfoldback gui: removed mute, solo button hide in SIP
2019-09-16 Robin GareusClarify splash-screen boot messages
2019-09-15 Len OvensFoldback gui: desensitize solo button when in SIP mode
2019-09-15 Len OvensFoldback gui:Removed unused calls and parameters
2019-09-14 Len OvensSet Foldback strip width and ellipsize to work
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
next