summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-22Enable some key release event forwardingRobin Gareus
2019-11-22Virtual MIDI keyboard, when visible, gets to handle keyboard input firstRobin Gareus
2019-11-22Save VST paths after successful scanRobin Gareus
2019-11-22Inform LV2 plugins about main window IDRobin Gareus
2019-11-22Add support for LV2/KX transient-ID optionRobin Gareus
2019-11-21Fix buffer-overflow when vari-speedingRobin Gareus
2019-11-21GUI: Use new boost::optional APIRobin Gareus
2019-11-21Use new boost::optional APIRobin Gareus
2019-11-21Bump boost version requirementRobin Gareus
2019-11-21Fix multi-channel de-clickRobin Gareus
2019-11-20add mixer actions for toggle disk & input monitoring; bind to d and i in mixe...Paul Davis
2019-11-19Fix declick offset position for multi-channel tracksRobin Gareus
2019-11-18DiskReader::_declick_offs should only advance once per ::run() callPaul Davis
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