ardour.git
2019-09-23 Paul Davissplit apart ardour_ui.cc into a series of distinct...
2019-09-23 Paul Davisfix problem with ArdourDialog::on_delete_event() not...
2019-09-23 Paul Davisremove empty methods and signal connections
2019-09-22 Paul Davisvarious changes to transportFSM, mostly to try to keep...
2019-09-22 Paul Davischange the way we clear post transport work as the...
2019-09-22 Paul Davisimprove debug output
2019-09-22 Paul Davismove all bundle-related session methods into their...
2019-09-22 Paul Davisadd direct access API for transportFSM and session...
2019-09-22 Paul Davisremove unused PostTransportDuration and enumeration...
2019-09-22 Paul DavisUI goto_start() action no longer forces roll-after...
2019-09-22 Paul Daviscorrect problem with some locates that would keep rolli...
2019-09-22 Paul Davissplit session-bundled-related methods to their own...
2019-09-22 Paul Davisadd const and tweak variable name
2019-09-22 Paul Davistransport master deletion is no longer in parallel...
2019-09-22 Paul Davisuse internal seek to implement DiskReader::seek() when...
2019-09-22 Robin GareusNO-OP: whitespace
2019-09-22 Robin GareusOptimize Audio-buffer summing
2019-09-22 Robin GareusRemove unused method
2019-09-22 Robin GareusProperly initialize BusSendEnable min/max
2019-09-22 Robin GareusNO-OP: cleanup code
2019-09-20 Robin GareusFix latency-measurement port-name display
2019-09-20 Robin GareusAdd abstract API for latency compensated sends
2019-09-20 Paul Davisdo not abort in the event that we cannot internal-seek...
2019-09-20 Paul Davisbetter initial value
2019-09-20 Paul Davisremove debug output
2019-09-20 Paul Davisfix crash when doing rapid (ongoing-locate-interrupting...
2019-09-20 Paul Davismove TransportFSM::enqueue() into .cc file
2019-09-20 Paul Davisat transport stop, reset FSM's idea of the last locate...
2019-09-20 Paul Davisfix commented out decision on whether or not to hide...
2019-09-20 Robin GareusHandle an unused edge-case
2019-09-20 Robin GareusFix Latency Measurement without device re-start
2019-09-20 Paul Davisconst-ify TransportFSM
2019-09-20 Paul Davisrename TransportFSM::FSMEvent to TransportFSM::Event...
2019-09-20 Paul Davisadd an important comment about transportFSM being singl...
2019-09-20 Paul Davisuse boost::intrusive to manage FSM events (this is...
2019-09-20 Paul Davisexpand comment
2019-09-20 John EmmasRemove my BOOST_MPL declarations (as BOOST_MPL seems...
2019-09-20 Paul Davisremove compiler flags required only by boost::msm and...
2019-09-20 Paul Davisreplace boost::msm - based FSM for transport with one...
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
next