summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-18Add missing i18n include (after 7f3f2018334)Robin 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-17Correctly handle Zoom > Edit-point > MouseRobin Gareus
2019-09-16foldback gui: removed mute, solo button hide in SIPLen Ovens
2019-09-16Clarify splash-screen boot messagesRobin Gareus
2019-09-15Foldback gui: desensitize solo button when in SIP modeLen Ovens
2019-09-15Foldback gui:Removed unused calls and parametersLen Ovens
2019-09-14Set Foldback strip width and ellipsize to workLen Ovens
2019-09-13desensitize foldback show unless there is a foldback busLen Ovens
2019-09-12Use new icons in mixer windowRobin Gareus
2019-09-12Add new icons: hide, prev/nextRobin Gareus
2019-09-12foldback gui: simplify foldback strip menusLen Ovens
2019-09-12foldback gui: simplify button code where possibleLen Ovens
2019-09-11Foldback gui: Added hide and showLen Ovens
2019-09-10foldback gui: added tool tips for previous and nextLen Ovens
2019-09-10Foldback gui: previous and next buttons don't wrap aroundLen Ovens
2019-09-10Foldback GUI: sort send controls by mixer orderLen Ovens
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-10Foldback GUI: size and position tweaksLen Ovens
2019-09-10Add note about Denormal protection pref changesRobin Gareus
2019-09-10MXCSR is a 32bit unsigned int registerRobin Gareus
2019-09-10Fix ARM compilationRobin Gareus
2019-09-10Remove redundant call (moved to libardour)Robin 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-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-09Report whether arlua is being builtRobin Gareus
2019-09-09Send NoteOff on when muting MIDI, drop note events when silentRobin Gareus
2019-09-08NO OP: clean up and rearrange thingsLen Ovens
2019-09-08Tweak foldback style and tweak alignmentRobin Gareus
2019-09-07Foldback GUI: Add menus to send boxLen Ovens