summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-18DiskReader::_declick_amp needs to repeat the same work for each audio channel...Paul Davis
2019-11-18fix transport FSM to stop first and declick laterPaul Davis
2019-11-18small changes to make declick out triggered by just stoppingPaul Davis
2019-11-19Fix some script icons for non-square buttonsRobin Gareus
2019-11-19Fix Lua Pangolayout ellipsis widthRobin Gareus
2019-11-19Consistent toolbar button heightRobin Gareus
2019-11-19Improve toolbar layout consistencyRobin Gareus
2019-11-18unset _reversed whenever RTMidiBuffer gets ::clear()'edPaul Davis
2019-11-18add missing NULL checkPaul Davis
2019-11-18Latency compensation is independent of transport-logicRobin Gareus
2019-11-18use reverse-reading of MIDI data in DiskReaderPaul Davis
2019-11-18support backwards reading of MIDI from RTMidiBufferPaul Davis
2019-11-18fix typo/thinko in logic to decide if MIDI buffers in DiskWriter require the ...Paul Davis
2019-11-18Fix automation lookup when rolling backwardsRobin Gareus
2019-11-18NO-OP: simplify codeRobin Gareus
2019-11-18Automation event lookup when rolling backwardsRobin Gareus
2019-11-17Tweak LFO scriptRobin Gareus
2019-11-15remove debug outputPaul Davis
2019-11-15fix questionable and not entirely intended change that was a part of dad47e44...Paul Davis
2019-11-15better transport master behavior when working with sample-clock-synced transp...Paul Davis
2019-11-15improve behavior when synced to JACK transportPaul Davis
2019-11-15improve initial coordinate with JACK transport statePaul Davis
2019-11-15better debugging messagePaul Davis
2019-11-15consolidate setting of "get roll after locate" in TFSMPaul Davis
2019-11-15NO-OP: move bracePaul Davis
2019-11-15when synced to JACK transport, transport requests go there first.Paul Davis
2019-11-15fix behavior of Session::maybe_stop() when synced to JACK TransportPaul Davis
2019-11-15make comment more accuratePaul Davis
2019-11-15consolidate Session::locate() and Session::do_locate()Paul Davis
2019-11-15no need for MidiClockTransportMaster::starting() methodPaul Davis
2019-11-15improve behavior of JACK transport sync callback.Paul Davis
2019-11-15add a bit of debugging to JACK transport codePaul Davis
2019-11-15fix resampling ratio when stopped (corner case - not typically called)Paul Davis
2019-11-15move DiskReader::inc_no_disk_output() into .cc to allow for easier debuggingPaul Davis
2019-11-15fix crash with -D slave caused by too-early use of a transport master's _port...Paul Davis
2019-11-15fix oddly damaged code (vs. 5.x) for EngineSlave core methods (JACK transport)Paul Davis
2019-11-15eliminate hacky design for being able to deliver the correct time as JACK tim...Paul Davis
2019-11-15fix up the creation & state restore of the TransportMasterManagerPaul Davis
2019-11-15put JACK time master option back in the menusPaul Davis
2019-11-14Add script to create LFO-like plugin automationDaniel Appelt
2019-11-14Fix cycle-end position when not rollingRobin Gareus
2019-11-14Relax LV2 time-info re-transmission conditionRobin Gareus
2019-11-14LV2 extension for host's time-scale vari-speedRobin Gareus
2019-11-14Initialize uninitialized variablesRobin Gareus
2019-11-14Allow vari-speed slowdown down to 2%Robin Gareus
2019-11-13Fix MIDNAM device list for plugin-provided namesRobin Gareus
2019-11-13Amend previous commit - latch toggles only while rollingRobin Gareus
2019-11-13Automation watch toggle buttons and enforce latchRobin Gareus
2019-11-13Remove boolean automation special caseRobin Gareus
2019-11-13Fix automation-write when locatingRobin Gareus