summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2019-11-06remove debug messagePaul 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-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-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-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-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-11-02NO-OP: whitespacePaul Davis
2019-11-02use a note tracker to resolve notes cut off during render by the end of the r...Paul Davis
2019-11-02remove a mistakenly left-in declarationPaul Davis
2019-11-02various adjustments so that a MidiPlaylist gets re-rendered whenever it changes.Paul Davis
2019-11-02do not initiate transport stop during loading when setting capture/playback b...Paul Davis
2019-11-02add a new "contents" pseudo-property to RegionPaul Davis
2019-11-02NOOP: whitespace changePaul Davis
2019-11-02fix thinko when dealing with non-MIDI tracksPaul Davis
2019-11-02start removal of NoteFixer codePaul Davis
2019-11-02move ownership of an RT MIDI buffer from DiskIO to MidiPlaylistPaul Davis
2019-11-02fix reallocation/copy sizes for direct index and blob poolPaul Davis
2019-11-02clear RTMidiBuffer before re-rendering into itPaul Davis
2019-11-02alter where note resolution happens when a re-rendering is scheduled for a MI...Paul Davis