summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2019-09-19replace boost::msm - based FSM for transport with one written in "plain C++"Paul Davis
2019-09-18Fix LV2 state:loadDefaultStateRobin Gareus
2019-09-18don't bother following playhead priority during session loadingPaul Davis
2019-09-18deepen stack trace when checking non-RT RT callsPaul Davis
2019-09-18NO-OP: fix some Wimplicit-fallthroughRobin Gareus
2019-09-18Introduce the BOOST_MPL stuff (though it all seems a bit flaky with MSVC...)John Emmas
2019-09-18Remove a (no longer needed) source file from our MSVC project (evoral)John Emmas
2019-09-18Add/remove source(s) in our MSVC project (libardour)John Emmas
2019-09-18Fix OSX builds: undef Apples's odd nil macroRobin Gareus
2019-09-18Consistent use of abort() /* NOTREACHED */Robin Gareus
2019-09-18Fix Wdeprecated, dynamic exceptionRobin Gareus
2019-09-18Remove old unused source fileRobin Gareus
2019-09-18Re-order includesRobin Gareus
2019-09-18Remove "i18n.h" include from header - fix buildsRobin Gareus
2019-09-17deepen stacktrace to show where non-process calls to supposedly process-stack...Paul Davis
2019-09-17add finite state machine to control/manage transport statePaul Davis
2019-09-17correct mistakenly left-in debugging condition that removed parallelism for P...Paul Davis
2019-09-17minor tweaks to use initialization rather than assignmentPaul Davis
2019-09-17remove unused local variablePaul Davis
2019-09-17fix thinko when testing for internal seek with negative distancePaul Davis
2019-09-17use const int rather than macroPaul Davis
2019-09-17parametize the maximum transport speed.Paul Davis
2019-09-17resize audio port _data buffer based on current buffer sizePaul Davis
2019-09-17manually correct cherry-pick of cdbabe40ed4ePaul Davis
2019-09-17add new port flag to identify those owned by a transport masterPaul Davis
2019-09-17add ::usable() method to TransportMaster objects to allow GUI to show their u...Paul Davis
2019-09-16Clarify splash-screen boot messagesRobin Gareus
2019-09-12Add new icons: hide, prev/nextRobin Gareus
2019-09-11Who needs semicolons?Robin Gareus
2019-09-11AU: fix optional buffersRobin Gareus
2019-09-11AU: don't consider in-place if there are no inputsRobin Gareus
2019-09-10MXCSR is a 32bit unsigned int registerRobin Gareus
2019-09-10Fix ARM compilationRobin Gareus
2019-09-10Engage thread-safe fftw planner in libardourRobin Gareus
2019-09-09Implement denormal protection for ARMRobin Gareus
2019-09-09Use ProcessThread::init () to set up denormal protectionRobin Gareus
2019-09-09Remove NO-OP; ProcessThread::init() does nothingRobin Gareus
2019-09-09When muting MIDI, silence all playing notesRobin Gareus
2019-09-09Fix MIDI velocity scale for muted sends and manual fadersRobin Gareus
2019-09-09Send NoteOff on when muting MIDI, drop note events when silentRobin Gareus
2019-09-06NO-OP: whitespaceRobin Gareus
2019-09-06Fix MSVC compilationRobin Gareus
2019-09-06Improve Lua unit-test reportRobin Gareus
2019-09-06Fix LuaProc script-parse return statusRobin Gareus
2019-09-06Remove ancient unit-test dataRobin Gareus
2019-09-06Update template test sessionRobin Gareus
2019-09-06Shuttle Surface: handle libusb_init() failureRobin Gareus
2019-09-05Unit-test: parameter ranges outside [0..1]Robin Gareus
2019-09-05Unit test all RegionEquivalence optionsRobin Gareus
2019-09-05Unit-test update: honor FadeInAutomation parameter-rangeRobin Gareus