ardour.git
2019-11-09 Robin GareusRemove invalid error message
2019-11-09 Robin GareusFix child-process communication (video monitor in parti...
2019-11-09 Robin GareusFix endless loop when drag/copy locked region
2019-11-09 Robin GareusPreview video frame when dragging
2019-11-09 Robin GareusAdd convenience methods to test for active drags
2019-11-08 Paul Davisfix crash if Splash::pop_back_for() is called without...
2019-11-08 Robin GareusFix Metronome: use loop-range only when looping
2019-11-08 Robin GareusFix tempo-grid calculation: prevent duplicate events...
2019-11-08 Robin GareusFix uninitialized value
2019-11-08 Paul Davisfix crash caused by storing clock modes while loading...
2019-11-08 Robin GareusIgnore latency of inactive routes
2019-11-08 Robin GareusRemove unused signal
2019-11-08 Robin GareusClick: pre-allocate memory for grid-point lookup
2019-11-08 Robin GareusFix metronome when looping
2019-11-08 Robin GareusFix loop/pre-roll
2019-11-07 Paul Davisremove stacktrace
2019-11-07 Paul Davisremove debug output
2019-11-07 Paul Davisdo not transition "back" to Rolling by calling start_tr...
2019-11-07 Paul Davisfix unconditional note resolution during DiskReader...
2019-11-07 Paul Davismove all responsibility for autostart into StartupFSM...
2019-11-07 Paul Davisremove unused API
2019-11-06 Paul Davisimplement intended auto-start logic for startupFSM
2019-11-06 Paul Davisif user uses Ctrl/Cmd-w to close a dialog during startu...
2019-11-06 Paul Davisadd a signal to Gtkmm2ext::Keyboard to allow (possible...
2019-11-06 Paul Davisfix unconditional note resolution during DiskReader...
2019-11-06 Robin GareusUse strict-i/o on master-bus by default
2019-11-06 Len OvensSession should not be accessed when not there.
2019-11-06 Paul Davisremove debug message
2019-11-06 Paul Davismove at-exit messages about pool utilization to DEBUG_TRACE
2019-11-06 Paul Davisresolved notes need to use cycle-relative time
2019-11-06 Paul Davisbe sure to move effective_start while loop-reading...
2019-11-06 Paul Davisfix DiskReader::get_midi_playback() when looping
2019-11-06 Paul Davisimprove comment about warning message
2019-11-04 Paul Davisfix a bad transition in the transportFSM.
2019-11-04 Paul Davisavoid use of Port::port_offset() everywhere except...
2019-11-04 Paul Davisrename method argument to better reflect its intended...
2019-11-03 Paul Daviswhen resolving notes for a locate, use zero as the...
2019-11-03 Robin GareusVirtual-keyboard: momentary pedal (no toggle)
2019-11-03 Paul Davisanother notable cleanup/simplification of DiskReader...
2019-11-03 Paul Daviscomment fix
2019-11-03 Paul Davisimmediate events time reference for zero is the start...
2019-11-03 Robin GareusCorrectly flush MIDI buffers on cycle-split
2019-11-03 Robin GareusClarify MIDI-port event-timestamp debug-message
2019-11-03 Robin GareusFix timecode generation after split-cycles
2019-11-03 John EmmasAdd/remove source(s) in our MSVC project (libardour)
2019-11-03 John EmmasAccommodate some recently moved/renamed folders and...
2019-11-03 Robin GareusFix build -- 'printf' was not declared in this scope
2019-11-03 Robin GareusFix compiler warning
2019-11-03 Paul Davisfor now, show how long MIDI rendering takes
2019-11-03 Paul Davisuse playback filter when rendering MIDI; respond to...
2019-11-02 Robin GareusAuto-connect input should not disconnect other ports
2019-11-02 Robin GareusVirtual-keyboard: "Tab" to sustain (still undocumented)
2019-11-02 Paul Davispart 1 of replicating semantics of ARDOUR_UI::toggle_ro...
2019-11-02 Paul Davisimprove operation of ARDOUR_UI::toggle_roll() for loop...
2019-11-02 Paul Daviscomment update
2019-11-02 Paul Davisuse new API to make locate happen
2019-11-02 Paul Davisdon't locate when enabling loop if loop-is-mode
2019-11-02 Paul Davisallow explicit "with-roll" argument to a locate to...
2019-11-02 Paul Davisremove unused parameter from Session::set_play_loop...
2019-11-02 Paul Davislovely simplification of DiskReader::get_midi_playback()
2019-11-02 Paul Davismake it more likely that debug messages are printed...
2019-11-02 Paul DavisNOOP: newline removed
2019-11-02 Paul Davisremove unused (empty) API
2019-11-02 Paul Davisremove unused API
2019-11-02 Paul Davisadd another conditional to decide if we should merge...
2019-11-02 Paul Davisremove commented line
2019-11-02 Paul Davishelpful variable rename
2019-11-02 Paul Davisclarify clarifying comment
2019-11-02 Paul Davisremove MidiPlaylist::read() API
2019-11-02 Paul Daviscomment out actual action in MidiPlaylistSource::read()
2019-11-02 Paul Davisuse a different MidiBuffer API to move data from RT...
2019-11-02 Paul Davismove evoral/src/* to evoral/
2019-11-02 Paul Davisrename all Evoral source from .(hpp|cpp)$ to .(h|cc)
2019-11-02 Paul DavisNO-OP: whitespace
2019-11-02 Paul Davisuse a note tracker to resolve notes cut off during...
2019-11-02 Paul Davisremove a mistakenly left-in declaration
2019-11-02 Paul Davisvarious adjustments so that a MidiPlaylist gets re...
2019-11-02 Paul Davisdo not initiate transport stop during loading when...
2019-11-02 Paul Davisadd a new "contents" pseudo-property to Region
2019-11-02 Paul DavisNOOP: whitespace change
2019-11-02 Paul Davisfix thinko when dealing with non-MIDI tracks
2019-11-02 Paul Davisstart removal of NoteFixer code
2019-11-02 Paul Davismove ownership of an RT MIDI buffer from DiskIO to...
2019-11-02 Paul Davisfix reallocation/copy sizes for direct index and blob...
2019-11-02 Paul Davisclear RTMidiBuffer before re-rendering into it
2019-11-02 Paul Davisalter where note resolution happens when a re-rendering...
2019-11-02 Paul Davisrefactor SessionEvent and DiskIO so that we pass around...
2019-11-02 Paul Davisremove unnecessary fwd decl
2019-11-02 Paul Davisadd RAII-style write protection while rendering MIDI...
2019-11-02 Paul Davischange MidiPlaylist::dump() into ::render(); change...
2019-11-02 Paul Davisfix initialization order
2019-11-02 Paul Davisadd extra info to output of RTMidiBuffer::dump()
2019-11-02 Paul Daviscorrect size computation for RTMidiBuffer, and reduce...
2019-11-02 Paul Davisremove unused member variable
2019-11-02 Paul Davisreimplement RTMidiBuffer using a highly optimized data...
2019-11-02 Paul Davisadd a MidiStateTracker to DiskReader and use to handle...
2019-11-02 Paul Davistrivial cleanups
2019-11-02 Paul Davisintroduce new all-in-RAM MIDI datastructure and use...
2019-11-02 Ben LoftisRemove complicated panner theme logic.
2019-11-02 Robin GareusFan-out multi-channel instruments to tracks (not busses)
next