summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2019-03-11Use VST's print_parameter() when applicable.Robin Gareus
2019-03-11Remove generic parameter-printerRobin Gareus
2019-03-11Remove cruft, unused variableRobin Gareus
2019-03-09Work-around crash when printing bindingsRobin Gareus
2019-03-08do not save MIDI port info unnecessarilyPaul Davis
2019-03-08on engine (re)start, just mark MIDI port info dirtyPaul Davis
2019-03-08add runtime warning messagePaul Davis
2019-03-08drop silly canonical name stuff from MIDI port info, and just store backend n...Paul Davis
2019-03-07rework name/canonical-name stuff for MIDI port infoPaul Davis
2019-03-07Pass stderr mode properly to vfork wrapperRobin Gareus
2019-03-07Fix mp3 exportRobin Gareus
2019-03-07save/restore MIDI port pretty names, but prefer backend pretty name if availablePaul Davis
2019-03-07redesign naming and reload of MIDI port information (library edition)Paul Davis
2019-03-07a more nuanced version of the "do-not-automatically-disconnect-selection-foll...Paul Davis
2019-03-06Remove unused fluidsynth setting (since fluidsynth 2.0)Robin Gareus
2019-03-06Use unique midi-port names for Ardour's Dummy backendRobin Gareus
2019-03-06Ardour/ALSA allow multiple MIDI devices with the same nameRobin Gareus
2019-03-06Add missing newline on error messageRobin Gareus
2019-03-06Fix typoRobin Gareus
2019-03-06LCXL:Disable global mute/solo/recarm in device modeJan Lentfer
2019-03-06Tweak session loadRobin Gareus
2019-03-06Allow to call set_state() on existing routesRobin Gareus
2019-03-06Tweak, optimize route setupRobin Gareus
2019-03-05Close stderr of child processes on MacOSRobin Gareus
2019-03-05Use enum for exec stderr parameter (1/2)Robin Gareus
2019-03-05Enable de-click in disk-readerRobin Gareus
2019-03-04do not disconnect MidiPortSelection-flagged ports from everything when (MIDI...Paul Davis
2019-03-05Fix recursive WriteLock crash due to signal emissionRobin Gareus
2019-03-04Make it compile againRobin Gareus
2019-03-04Add/remove source(s) in our MSVC project (audiographer)John Emmas
2019-03-03remove double assignments and one debug trace output; tweak second debug trac...Paul Davis
2019-03-03debug trace output tweaksPaul Davis
2019-03-03remove debug outputPaul Davis
2019-03-03remove conditional surrounding wait-for-master-to-catch-us logicPaul Davis
2019-03-03remove debug outputPaul Davis
2019-03-03do not initialize LTC timecode rate from session FPSPaul Davis
2019-03-03fix decision about sending MTC to be based not just on whether the transport ...Paul Davis
2019-03-03audioengine skip should trigger full LTC_Slave::reset(), not just feed silenc...Paul Davis
2019-03-03LTC_Slave: count frames since resetPaul Davis
2019-03-03debug trace output tweaks (including avoiding stderr/stdout issues)Paul Davis
2019-03-03LTC_Slave::reset() should change _current.speed back to zeroPaul Davis
2019-03-03NO-OP: brace positionPaul Davis
2019-03-03NO-OP: brace positionPaul Davis
2019-03-03expand scope of LTC_Slave::reset() to include more object statePaul Davis
2019-03-03fix semantics of LTC_Slave::locked() - we must have detected FPS to be consid...Paul Davis
2019-03-03fix initialization orderPaul Davis
2019-03-03rename LTC_Slave::prev_sample to prev_frame, correcting s/frame/sample/ changesPaul Davis
2019-03-03removed _locked property from TransportMaster (it's a method, not a property)Paul Davis
2019-03-03remove ill-conceived use-session-timecode-format optionPaul Davis
2019-03-02Remove another unused includeRobin Gareus