summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06Session should not be accessed when not there.Len Ovens
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-03Virtual-keyboard: momentary pedal (no toggle)Robin Gareus
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-02Virtual-keyboard: "Tab" to sustain (still undocumented)Robin Gareus
2019-11-02part 1 of replicating semantics of ARDOUR_UI::toggle_roll() in BasicUI::toggl...Paul Davis
2019-11-02improve operation of ARDOUR_UI::toggle_roll() for loop mode (particularly whe...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
2019-11-02remove commented linePaul Davis
2019-11-02helpful variable renamePaul Davis
2019-11-02clarify clarifying commentPaul Davis
2019-11-02remove MidiPlaylist::read() APIPaul Davis
2019-11-02comment out actual action in MidiPlaylistSource::read()Paul Davis
2019-11-02use a different MidiBuffer API to move data from RT MidiBuffer into MidiBuffe...Paul Davis
2019-11-02move evoral/src/* to evoral/Paul Davis
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-11-02NO-OP: whitespacePaul Davis