summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2019-11-08Fix Metronome: use loop-range only when loopingRobin Gareus
2019-11-08Fix tempo-grid calculation: prevent duplicate events, enforce rangeRobin Gareus
2019-11-08Fix uninitialized valueRobin Gareus
2019-11-08Ignore latency of inactive routesRobin Gareus
2019-11-08Remove unused signalRobin Gareus
2019-11-08Click: pre-allocate memory for grid-point lookupRobin Gareus
2019-11-08Fix metronome when loopingRobin Gareus
2019-11-08Fix loop/pre-rollRobin Gareus
2019-11-06remove stacktracePaul Davis
2019-11-06remove debug outputPaul Davis
2019-11-06do not transition "back" to Rolling by calling start_transport() if a locate ...Paul Davis
2019-11-06fix unconditional note resolution during DiskReader::realtime_locate()Paul Davis
2019-11-06add a signal to Gtkmm2ext::Keyboard to allow (possible) handling of close-cur...Paul Davis
2019-11-06fix unconditional note resolution during DiskReader::realtime_locate()Paul Davis
2019-11-06Use strict-i/o on master-bus by defaultRobin Gareus
2019-11-06remove debug messagePaul Davis
2019-11-06move at-exit messages about pool utilization to DEBUG_TRACEPaul Davis
2019-11-06resolved notes need to use cycle-relative timePaul Davis
2019-11-06be sure to move effective_start while loop-reading MIDIPaul Davis
2019-11-06fix DiskReader::get_midi_playback() when loopingPaul Davis
2019-11-06improve comment about warning messagePaul Davis
2019-11-04fix a bad transition in the transportFSM.Paul Davis
2019-11-04avoid use of Port::port_offset() everywhere except Port::flush_buffers() and ...Paul Davis
2019-11-04rename method argument to better reflect its intended rolePaul Davis
2019-11-03when resolving notes for a locate, use zero as the timestamp, not the current...Paul Davis
2019-11-03another notable cleanup/simplification of DiskReader's MIDI handlingPaul Davis
2019-11-03comment fixPaul Davis
2019-11-03immediate events time reference for zero is the start of the run() cycle, not...Paul Davis
2019-11-03Correctly flush MIDI buffers on cycle-splitRobin Gareus
2019-11-03Clarify MIDI-port event-timestamp debug-messageRobin Gareus
2019-11-03Fix timecode generation after split-cyclesRobin Gareus
2019-11-03Add/remove source(s) in our MSVC project (libardour)John Emmas
2019-11-03Accommodate some recently moved/renamed folders and source files (libevoral)John Emmas
2019-11-03Fix build -- 'printf' was not declared in this scopeRobin Gareus
2019-11-03Fix compiler warningRobin Gareus
2019-11-02for now, show how long MIDI rendering takesPaul Davis
2019-11-02use playback filter when rendering MIDI; respond to changes in filter by re-r...Paul Davis
2019-11-03Auto-connect input should not disconnect other portsRobin Gareus
2019-11-02part 1 of replicating semantics of ARDOUR_UI::toggle_roll() in BasicUI::toggl...Paul Davis
2019-11-02comment updatePaul Davis
2019-11-02use new API to make locate happenPaul Davis
2019-11-02don't locate when enabling loop if loop-is-modePaul Davis
2019-11-02allow explicit "with-roll" argument to a locate to override Session::should_r...Paul Davis
2019-11-02remove unused parameter from Session::set_play_loop() APIPaul Davis
2019-11-02lovely simplification of DiskReader::get_midi_playback()Paul Davis
2019-11-02make it more likely that debug messages are printed without x-thread interrup...Paul Davis
2019-11-02NOOP: newline removedPaul Davis
2019-11-02remove unused (empty) APIPaul Davis
2019-11-02remove unused APIPaul Davis
2019-11-02add another conditional to decide if we should merge disk MIDI data into inpu...Paul Davis